Did you ever dream about Matrix Desktop? A desktop where you could use your screensaver as your desktop wallpaper? Today I’m going to show you a way how you can achieve this effect in Linux, especially when you use Gnome as your desktop environment:
1. The first step we need to take is turn off Nautilus which draws the current desktop and icons in Gnome:
2. Next we need to turn up xscreensaver and its ‘glmatrix’ screensaver (nice Matrix movie like screensaver) in the root window (in the desktop):gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop false
3. Congratulations! That’s all/usr/lib/xscreensaver/glmatrix -root
4. Optional: If you would like to start the animation whenever you log in, then create a file “~/.config/autostart/glmatrix.desktop” with the following content:
[Desktop Entry] Version=1.0 Encoding=UTF-8 Name=No name Name[en_IN]=Desktop matrix Exec=/usr/lib/xscreensaver/glmatrix -root X-GNOME-Autostart-enabled=true
gconftool-2 –type bool –set /apps/nautilus/preferences/show_desktop true && nautilus












