WinMatrix: DreamScene for Linux: Screensaver as Desktop Wallpaper - WinMatrix

Jump to content

Sign in to access features such as - Topic subscription, Automatic updates, Personal messages, Manage your profile and more..
Page 1 of 1

DreamScene for Linux: Screensaver as Desktop Wallpaper Rate Topic: ***** 1 Votes

#1 User is offline   M.Sudoku Icon

  • Super Duper WinMatrixian
  • Icon
  • Group: WM Members
  • Posts: 1,872
  • Joined: 31-December 06

Posted 17 September 2007 - 09:22 AM

Posted Image

Linux users can use screensaver as the desktop background with two terminal commands. You need to be using gnome to get this working. Nautilus draws the desktop (including the icons) for you in gnome by default. We have to tell it to stop doing that, so we can do the matrix animation in its place. Nautilus can be configured using gconf.

gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop false


Now that we have the desktop to ourselves, let us ask xscreensaver ‘glmatrix’ to start drawing itself in the desktop window (’root’ window).

/usr/lib/xscreensaver/glmatrix -root


If you want the animation every time you log in, open “~/.config/autostart/glmatrix.desktop” in your text editor and paste the following.

[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


After playing around, if you want to get back to your default desktop, do

gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop true && nautilus


Source: Prashanth Ellina
0

#2 User is offline   j4f Icon

  • Active WinMatrixian
  • Icon
  • Group: WM Members
  • Posts: 441
  • Joined: 14-January 07

Posted 17 September 2007 - 12:54 PM

Wow. Nice find.

Using it right now!!
0

Page 1 of 1


Fast Reply

  

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users