Rotate Wallpaper Automatically
Andrew Farris
flyindragon1 at aol.com
Wed Apr 7 21:21:32 UTC 2010
On Wed, 2010-04-07 at 22:12 +0100, Ollie Killingback wrote:
> I've got a number of great pics on my Ubuntu 9.10 laptop. Is it
> possible (well, I'm sure it is, the real question is "how is it")
> possible to cycle through the set so I get a new one every time I
> reboot? The ones I like best have all been added to the set of
> backgrounds under System|Preferences|Appearance so I guess I need a
> script to change which one is selected... I'd appreciate any help.
I use a program called 'Desktop Drapes' to accomplish an effect similar
to this. It's installable from USC (just search for 'drapes').
However, be warned...the program is a bit buggy. For instance, it
doesn't automatically start like it's supposed to when it's simply added
to the 'startup applications'. It needs a time delay to function
appropriately. To get around this, I simply made a small script to
launch it with a time delay. to do likewise, just copy/paste this:
#!/bin/bash
sleep 10
drapes &
into a text editor and save it someplace as 'startdrapes.sh' or whatever
you wish (i put it under ~/.config/drapes/), then add THAT to the
startup applications.
Drapes also can't handle very large volumes of wallpapers. so if, for
example, you have 800 wallpapers that you want to rotate between...you
might be out of luck. However, for any numbers below 100 you'll probably
be fine.
hope that helps!
--
Andrew
_____________________________
Registered Linux User: 473690
Registered Ubuntu User: 22747
More information about the ubuntu-users
mailing list