Is this possible on Ubuntu desktop 12.04? Specifically, I would like to run xscreensaver as the Unity desktop wallpaper.
Asked
Active
Viewed 1,084 times
3
-
do you want/mean to use live wallpaper instead of normal wallppr? – αғsнιη Sep 09 '14 at 15:32
1 Answers
2
Open your terminal and paste these following commands
sudo apt-get install gconf-tools
gconftool-2 -type bool -set /apps/nautilus/preferences/show_desktop false /usr/lib/xscreensaver/glmatrix -root
Then restart to apply the changes.
credit goes to Life hacker
-
I can't get this to work. Also, "show_desktop" doesn't show an option in gconf-editor. – wwwwwwwww Dec 13 '13 at 06:36