Creating Slide Show Backgrounds in XFCE
Continuing in this series of slide show backgrounds, in this article I will explain the process of creating a set of desktop backgrounds that will transition like a slide-show in XFCE. Note that I am using XFCE version 4.6.0 in this tutorial. Other versions may be able to use this tip, but the screen shots may look different. See corresponding howtos for GNOME, and KDE3 also.
Start by right clicking on the desktop and choosing "Desktop Settings".
Under the "Background" tab, choose "Image List". Click on the green plus sign near the left side of the center of the window to add backgrounds to this list.
Hold down the shift key when clicking to select long lists of images, or hold the control key to select individual image files from the list. Click "Add" in the lower right hand corner to finish selecting the images.
Select how you would like the background images displayed (Auto, Centered, Tiled, Stretched, Scaled, Zoomed) and then close the window.
Now, at this point, you've created a list of images that XFCE will pick from at random each time you log into XFCE. The only time these images will change is upon login. If you're OK with that, you're done. If you would like the ability to switch these backgrounds either on demand or at a fixed interval, read on. Warning: From this point on, we are in "hack" territory, so things may not always run smoothly.
Creating a "Change Background" desktop/panel icon
Theoretically, the xfdesktop --reload command should update the background, but that didn't work at all for me. However, we can trick the XFCE desktop into thinking that it has been restarted by restarting the program that handles the desktop. XFCE calls this program xfdesktop. From the command line, you can type killall -HUP xfdesktop to kill the xfdesktop process and restart it, which refreshes the icons and chooses a new desktop image at random from your list. You can easily create an icon to run this command for you, either on your desktop or in the XFCE panel.
Creating a desktop icon: To create a desktop icon, right click on the desktop and choose "Create Launcher"
in the necessary information in the window, choose an icon, and click "Create" to make the icon. Double clicking this icon will restart xfdesktop and switch the background for you.
Creating an XFCE panel icon
Right click the XFCE panel, and select "Add New Items".
From the "Add New Items" window, click "Add".
Fill in the appropriate fields in the launcher window, entering the command killall -HUP xfdesktop, and choosing an icon that you will recognize. Select "OK".
Admire your icon. Clicking it will restart your desktop and refresh the background.
Creating a crontab to transition the backgrounds at a fixed interval
You can now change backgrounds on demand, but they do not change for you unless you log in and out. We will use crontab to help us in this effort.
At the command line, type crontab -e to open and begin editing your crontab. If you have never edited your crontab before, it will prompt you to choose an editor for this task. I chose vim, because that's how I roll. Use whatever editor your like the most.
Once your crontab is open, you should see a text file that says # m h dom mon dow command on the first line. For those of you who are not familiar with crontab, please watch the excellent Crontab Tech Tip Video that Shawn Powers created about how to interact with crontab and the meanings of the crontab fields. Add to the next line this text:
At the beginning of this line, '*/15" means "every 15 minutes". You can easily change the numbers in your crontab to any interval that you desire. For example, "*/5" would be every five minutes, and "*/2" woulld be every other minute.
Save and close your editor, and crontab will automatically perform your commands.
Issues with the XFCE hack
Now, I've been having some intermittent issues with this hack. Sometimes, it appears that killall -HUP xfdesktop completely kills xfdesktop instead of just restarting it. If your icons have disappeared, and the desktop background no longer changes, then xfdesktop has been killed. You can verify its death by either looking for xfdesktop in the process list by typing ps aux | grep xfd[e]sktop, or you can simply type killall -HUP xfdesktop, and if you get "xfdesktop: no process killed", then xfdesktop wasn't running at the time you typed the program.
To revive xfdesktop, simply type xfdesktop at the command line, or create another icon/shortcut to this command to revive xfdesktop if it dies.
Other info
The list of wallpapers that XFCE uses to change the backgrounds is typically located at ~/.config/xfce4/desktop/backdrop.list. The file is simple a text file that contains the absolute path of each image, one file per line. Creating scripts or programs that monitor or add to this list would be rather straightforward, since you could append additional absolute paths via scripts or the command line.
Theoretically, desktop backgrounds can also be modified at the command line using the xfconf and the xfconf-query command. Documentation for xfconf is here.
Happy hacking, people!
| Attachment | Size |
|---|---|
| xfce-lj1.jpg | 19.79 KB |
| xfce-lj2.jpg | 43.31 KB |
| xfce-lj4.jpg | 85.17 KB |
| xfce-lj5.jpg | 70.8 KB |
| xfce-lj6.jpg | 21.11 KB |
| xfce-lj7.jpg | 31.21 KB |
| xfce-lj8.jpg | 20.64 KB |
| xfce-lj9.jpg | 48.41 KB |
| xfce-lj10.jpg | 44.86 KB |
| xfce-lj11.jpg | 19.92 KB |
| xfce-lj12.jpg | 23.61 KB |
| xfce-lj13.jpg | 27.94 KB |
Linux rocks! Personal blog: zootlinux.blogspot.com
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Linux-Based X Terminals with XDMCP
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Parallel Programming with NVIDIA CUDA
- You Need A Budget
- Validate an E-Mail Address with PHP, the Right Way
- Python for Android
- The Linux RAID-1, 4, 5 Code
- The Linux powered LAN Gaming House
- RSS Feeds
- Gnome3 is such a POS. No one
14 min 18 sec ago - Gnome 3 is the biggest POS
24 min 55 sec ago - I didn't knew this thing by
6 hours 29 min ago - Author's reply
9 hours 53 min ago - Link to modlys
11 hours 18 sec ago - I use YNAB because of the
11 hours 11 min ago - Search
16 hours 14 min ago - Question
16 hours 38 min ago - for the record
16 hours 40 min ago - That's disappointing. Thanks
19 hours 3 min ago





Comments
Slackware 12.2.0 / cron / XFCE
For reasons that should be self-explanatory, this is the command line required for 'cron' to make this work for Slackware 12.2.0 using XFCE:
/usr/bin/xfdesktop --display=:0.0 --reload
Incorrect switch?
When I issue the command
xfdesktop --refresh
It says:
xfdesktop: Unknown option: --refresh
The options:
--reload Reload all settings, refresh image list
--menu Pop up the menu (at the current mouse position)
--windowlist Pop up the window list (at the current mouse position)
--quit Cause xfdesktop to quit
Then I use
xfdesktop --reload
And it works ok.
You were right...
I mistyped the command. It should be "xfdesktop --reload". (I have since edited the document.) Unfortunately, it still doesn't work for me in Ubuntu 9.04 with XFCE installed as an add-on. I still have to kill xfdesktop manually. But, if "xfdesktop --reload" works for you, feel free to put it in the application/panel shortcut instead of "killall -HUP xfdesktop".
Linux rocks!
Personal blog: zootlinux.blogspot.com