Howto: Loop Movie, Video, and Display Screensaver as Desktop Wallpaper in Ubuntu Linux
Want to loop a video clip or movie on your desktop? I did and found a nice little tool that does just that! Check out this easy howto
First lets grab some essential building libraries via the terminal: Applications->Accessories->Terminalsudo apt-get install build-essential libx11-dev x11proto-xext-dev libxrender-dev libxext-dev cvs
Now lets Install xwinwrap:cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xapps co xwinwrap
cd xwinwrap
make
sudo cp xwinwrap /usr/bin
Now lets start our video/movie as the Desktop Wallpaper!
First find a video/movie you would like to set as your backround and issue this command:xwinwrap -ni -fs -s -st -sp -b -nf -- mplayer -wid WID -nosound "Steal This Film II.Xvid.avi" -loop 0
Now everything should be working fine, if you would like sound, remove -nosound
You can also display Screensavers as your background:nice -n 15 ./xwinwrap -ni -o 0.20 -fs -s -sp -st -b -nf -- /usr/lib/xscreensaver/glmatrix -root -window-id WID
Credit for the screen saver hack goes out to wayne@fsckin
Comments (14)

Comments by IntenseDebate
Rob · 884 weeks ago
justin · 879 weeks ago
defcon 52p · 883 weeks ago
Torty · 883 weeks ago
justin · 879 weeks ago
dan · 883 weeks ago
defcon 52p · 883 weeks ago
dan · 883 weeks ago
Jubal · 881 weeks ago
http://ubuntuforums.org/showthread.php?p=4914424
cheers
jubal
yusuf hadi 0p · 881 weeks ago
1 question though, when i clicked the button at the panel that minimize all the windows, the background movie minimized too,
any work around to solve this issue?
mark · 880 weeks ago
is there a trick to place the icons on top?
riku5464 · 874 weeks ago
riku5464 · 874 weeks ago
Battousai · 855 weeks ago
Is there any way to get it to choose a random screensaver from a list of acceptable screensavers? For some of us... less decisive people? =P