Fancy A Slick Screensaver As Your Wallpaper?
If you found a 3D screensaver that you like, won’t it be nice if you can set it as your wallpaper?


The screenshots above show my desktop where I set the xscreensaver EndGame as my desktop.
Requirement:
- Gnome desktop
- xscreensaver
Here is how you can do it:
In your terminal:
gconftool-2 –type bool –set /apps/nautilus/preferences/show_desktop false
This will stop the Nautilus from drawing your desktop.
/usr/lib/xscreensaver/endgame -root
Your screen will now show the endgame screensaver. To resume back to your original desktop:
gconftool-2 -s /apps/nautilus/preferences/show_desktop -t bool true && nautilus
Damien Oh is the owner and chief editor of Make Tech Easier
Enjoyed the article? Subscribe to Make Tech Easier today to get your daily updates of technology tutorials, tips and tricks.





Looks cool, but you might want to point out that the user’s desktop icons will no longer be drawn. I did notice that there were no icons visible in the screen shots, but that could have been because you deleted them all.
Reply