Reply
Thread Tools
Posts: 8 | Thanked: 1 time | Joined on Feb 2011
#1
Dears,
after 3 weeks of using N900 I've realized this is the best phone I've ever had (I can compare to 6 older Nokia models, iPhone 3G, Samsung galaxy and HTC hd2).
Thanks to all of you I have made a lot of changes and personalised my N900, so thank you very much for that, for your time and for this forum! Really!

I have also started to play with Debian, command line,DCEW etc, just simply say with Linux at all, it's absolutely new for me. My last programming experience is 20 years ago with basic and pascal :-)

ok, now about question. I'd like to have a different background image sets for worktime, freetime, weekend etc. Not different icons or whole themes, just different imagesets would be very nice.
I was searching like a devil but not found the answer.

Is there exist any widget to tap it and change "immediately" background imagesets from defined folder? or program which change the imagesets based on defined schedule? or something similar? (program which change the random picture a a background every 10secs is not what I'm looking for...

thank you very much if you can help me or kick me in right direction:-)
Miroslav
 
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#2
Originally Posted by horovsky View Post
Dears,
after 3 weeks of using N900 I've realized this is the best phone I've ever had (I can compare to 6 older Nokia models, iPhone 3G, Samsung galaxy and HTC hd2).
Thanks to all of you I have made a lot of changes and personalised my N900, so thank you very much for that, for your time and for this forum! Really!

I have also started to play with Debian, command line,DCEW etc, just simply say with Linux at all, it's absolutely new for me. My last programming experience is 20 years ago with basic and pascal :-)

ok, now about question. I'd like to have a different background image sets for worktime, freetime, weekend etc. Not different icons or whole themes, just different imagesets would be very nice.
I was searching like a devil but not found the answer.

Is there exist any widget to tap it and change "immediately" background imagesets from defined folder? or program which change the imagesets based on defined schedule? or something similar? (program which change the random picture a a background every 10secs is not what I'm looking for...

thank you very much if you can help me or kick me in right direction:-)
Miroslav
Hi Friend,

There's an application from the Application Manager called "Desktop Activity Switcher"...not sure if this fits your requirements. That's what I'm using to do a similar thing to what you have described.
 
Posts: 2,225 | Thanked: 3,819 times | Joined on Jun 2010 @ Florida
#3
I think desktop activity switcher just changes desktop widget layouts?

Should be reasonably easy to script a desktop wallpaper change, slap a GUI on it, and package it. Not that I'd be one to have the skills to do it, but from a technical perspective, if you can already write a program, the actual technical bits should be easy for this particular task.
 
Posts: 298 | Thanked: 197 times | Joined on Dec 2009 @ Norway
#4
There are GConf-keys for this. I'll investigate if it will update the background when it's changed.
If it works the way I expect it to, this will be a piece of cake.
I'll report back on it.
 

The Following User Says Thank You to Nokia 5700 For This Useful Post:
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#5
Try using a Queen Beecon Widget for each background set you want, and put some code like this:
Code:
cp "/path/to/background/image-1.png" "/home/user/.backgrounds/background-1.png"
cp "/path/to/background/image-2.png" "/home/user/.backgrounds/background-2.png"
cp "/path/to/background/image-3.png" "/home/user/.backgrounds/background-3.png"
cp "/path/to/background/image-4.png" "/home/user/.backgrounds/background-4.png"
to activate on a click event. This way is far quicker and less resource hungry way of doing things than when using GConf-keys.
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,466 times | Joined on Jan 2010 @ Australia Mate
#6
Live wallpaper:
you can set wallpapers on timer
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:20.