![]() |
Desktop Wallpaper Changer
I am using ubuntu 8.04 with Gnome
I was wondering if there is any software that I can use to change the background at a certain time interval I will use anytype of software available. Also is there any software that can play videos as a background. It would be great if it was possible to play youtube vid John Failure is not an option:It comes bundled with windows |
You might want to look at http://ubuntuforums.org/archive/index.php/t-2801.html. I use to have this in Red Hat 8, and have been looking for it since.
|
hmm I had this script in KDE a while ago:
Code:
#!/bin/bash |
For pictures:
Code:
#!/bin/bashCode:
#!/bin/bashFor the videos (including flv files from youtube) you can use mplayer, maximized, without border and window titles and sticked to the background of the desktop. How to configure the window to look adequately is up to you and your window manager or desktop environment. Of course, this are just my home made solutions because I don't use big desktops nor strange tools for these things. There might be specific tools for this, but I don't know about them. |
I must add that doing $(ls) is not a good practice, it fails when the filenames contain spaces, it is far better to use pathname expansion or the 'find' command at least.
see BashPitfalls#1 |
Heres still another script. I named it wploop :)
This uses the hsetroot tool to display (jpg) pictures in a specified folder (and its subfolders) in a sequence. Upon startup it checks the last picture that was displayed and continues from there. Usage: wploop DELAY [IMAGE_PATH] IMAGE _PATH only needs to be specified on the first run, or after new images have been added to the folder. DELAY is in seconds. Sanity checking for input attributes in far from perfect, so be careful about what you throw at it. :) Code:
#!/bin/bash |
Perhaps this is what you're after? http://wallpapoz.akbarhome.com/
Note: I haven't used this as I use KDE 3.5.9 which has this function built in. |
Quote:
|
I just looked up "random wallpaper" in Synaptic and this came up under the application name 'wallpaper-tray'. I, unfortunately, am looking for something for KDE that will just give me a new background image each time I startup.
Hope it works! http://planetearthworm.com/projects/wp_tray/ |
Quote:
I have a script that automatically downloads and sets as wallpaper the picture from APOD: Code:
#!/bin/sh |
Random NASA Astronomy Picture Of the Day (APOD) perl script
available here APOD perl script. it takes a random picture from the APOD archives and loads it up as your wallpaper
|
GkrellM plugin
If you want a graphic solution rather than a script, you can use this GkrellM plugin which changes the desktop background image at a specified time interval: GKrellM Background Changer
|
GkrellM plugin
If you want a graphic solution rather than a script, you can use this GkrellM plugin which changes the desktop background image at a specified time interval: GKrellM Background Changer
EDIT: Just noticed that this thread is almost two years old, so I guess that the original poster have already solved his problem... |
| All times are GMT -5. The time now is 12:54 PM. |