<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Screensaver as a Desktop Wallpaper</title>
	<atom:link href="http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/</link>
	<description>Possible Impossibilities</description>
	<lastBuildDate>Mon, 03 Aug 2009 02:01:14 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: loco</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-405</link>
		<dc:creator>loco</dc:creator>
		<pubDate>Tue, 12 Feb 2008 11:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-405</guid>
		<description><p>on my old Windows XP System the freeware XPScene does the trick. It runs original DreamScene videos as looped wallpapers on XP.</p>
</description>
		<content:encoded><![CDATA[<p>on my old Windows XP System the freeware XPScene does the trick. It runs original DreamScene videos as looped wallpapers on XP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan May</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-324</link>
		<dc:creator>Stefan May</dc:creator>
		<pubDate>Sun, 06 Jan 2008 21:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-324</guid>
		<description><p>&gt; killall -9 nautilus<br />
&gt; killall -9 glmatrix</p>
<p>&quot;killall -9&quot; is like shooting the process in his neck. You should always tell him to die with a simple &quot;killall&quot;, or explicitly with &quot;killall -15&quot;. Nautilus and glmatrix will kindly commit suicide.</p>
<p>cu, Stefan.</p>
</description>
		<content:encoded><![CDATA[<p>&gt; killall -9 nautilus<br />
&gt; killall -9 glmatrix</p>
<p>&#8220;killall -9&#8243; is like shooting the process in his neck. You should always tell him to die with a simple &#8220;killall&#8221;, or explicitly with &#8220;killall -15&#8243;. Nautilus and glmatrix will kindly commit suicide.</p>
<p>cu, Stefan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Welch</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-250</link>
		<dc:creator>Joshua Welch</dc:creator>
		<pubDate>Fri, 14 Dec 2007 17:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-250</guid>
		<description><p>Actually I just created two scripts to do it for me:<br />
matrixstart:<br />
#!/bin/sh<br />
gconftool-2 &#8211;type bool &#8211;set /apps/nautilus/preferences/show_desktop false<br />
/usr/lib/xscreensaver/glmatrix -root<br />
exit 0</p>
<p>matrixstop:<br />
#!/bin/sh<br />
killall -9 nautilus<br />
killall -9 glmatrix<br />
gconftool-2 &#8211;type bool &#8211;set /apps/nautilus/preferences/show_desktop true &amp;&amp; nautilus<br />
exit 0</p>
<p>There, it can now get no easier.</p>
</description>
		<content:encoded><![CDATA[<p>Actually I just created two scripts to do it for me:<br />
matrixstart:<br />
#!/bin/sh<br />
gconftool-2 &#8211;type bool &#8211;set /apps/nautilus/preferences/show_desktop false<br />
/usr/lib/xscreensaver/glmatrix -root<br />
exit 0</p>
<p>matrixstop:<br />
#!/bin/sh<br />
killall -9 nautilus<br />
killall -9 glmatrix<br />
gconftool-2 &#8211;type bool &#8211;set /apps/nautilus/preferences/show_desktop true &amp;&amp; nautilus<br />
exit 0</p>
<p>There, it can now get no easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Welch</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-249</link>
		<dc:creator>Joshua Welch</dc:creator>
		<pubDate>Fri, 14 Dec 2007 17:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-249</guid>
		<description><p>To unbreak this:</p>
<p>killall -9 nautilus<br />
then<br />
gconftool-2 –type bool –set /apps/nautilus/preferences/show_desktop true &amp;&amp; nautilus</p>
</description>
		<content:encoded><![CDATA[<p>To unbreak this:</p>
<p>killall -9 nautilus<br />
then<br />
gconftool-2 –type bool –set /apps/nautilus/preferences/show_desktop true &amp;&amp; nautilus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrstndsgnr</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-237</link>
		<dc:creator>chrstndsgnr</dc:creator>
		<pubDate>Mon, 10 Dec 2007 04:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-237</guid>
		<description><p>There was a way to do this with a WinAmp plug-in.  </p>
<p>First, set your background to None.<br />
Open winamp, and goto the vis plugins.<br />
Start AVS, double click the vis window, then settings -&gt; display.<br />
Check the box that says Overlay and Set Desktop to Color,<br />
then you should be good to go</p>
<p>your background now moves to your music, or you could just set a different preset that doesn&#039;t use a whole lot of music and that should work as well.  BTW I&#039;m using winamp v2.91, not sure how well it works in winamp v5.xx</p>
</description>
		<content:encoded><![CDATA[<p>There was a way to do this with a WinAmp plug-in.  </p>
<p>First, set your background to None.<br />
Open winamp, and goto the vis plugins.<br />
Start AVS, double click the vis window, then settings -&gt; display.<br />
Check the box that says Overlay and Set Desktop to Color,<br />
then you should be good to go</p>
<p>your background now moves to your music, or you could just set a different preset that doesn&#8217;t use a whole lot of music and that should work as well.  BTW I&#8217;m using winamp v2.91, not sure how well it works in winamp v5.xx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loki D. Trixtergod</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-224</link>
		<dc:creator>Loki D. Trixtergod</dc:creator>
		<pubDate>Tue, 04 Dec 2007 00:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-224</guid>
		<description><p>WinXP/2k, 98, ME&#8230;. anything you can do as a web page can be a background&#8230; including an Animated FLASH Matrix movie&#8230;. About 6 years ago I told people how to create an animated desktop using flash, simple HTML embedding and the standard Windows Desktop properties&#8230; </p>
<p>I&#039;ve since stopped playing with flash and don&#039;t host any animate wallpapers, but I can give you a couple of hints on how to do it.</p>
<p>1. Create (or acquire) a nice flash animation that you like.<br />
2. Embed it in a simple web page without constraining it to any size.<br />
3. If you have a server go ahead and host it yourself and you can pull it down anywhere.<br />
4. Right click the desktop, hit properties, go to the Desktop Tab and click &quot;Customize Desktop&quot;. Hit the Web tab and point it at your flash page&#8230;<br />
5. Hit OK, OK and then yell at everyone to come see how cool you are&#8230;</p>
<p>You will have some issues with a blank bar on the left (color match it to your background)&#8230; cool things for animation geeks&#8230; make icons that run away and explode&#8230;</p>
</description>
		<content:encoded><![CDATA[<p>WinXP/2k, 98, ME&#8230;. anything you can do as a web page can be a background&#8230; including an Animated FLASH Matrix movie&#8230;. About 6 years ago I told people how to create an animated desktop using flash, simple HTML embedding and the standard Windows Desktop properties&#8230; </p>
<p>I&#8217;ve since stopped playing with flash and don&#8217;t host any animate wallpapers, but I can give you a couple of hints on how to do it.</p>
<p>1. Create (or acquire) a nice flash animation that you like.<br />
2. Embed it in a simple web page without constraining it to any size.<br />
3. If you have a server go ahead and host it yourself and you can pull it down anywhere.<br />
4. Right click the desktop, hit properties, go to the Desktop Tab and click &#8220;Customize Desktop&#8221;. Hit the Web tab and point it at your flash page&#8230;<br />
5. Hit OK, OK and then yell at everyone to come see how cool you are&#8230;</p>
<p>You will have some issues with a blank bar on the left (color match it to your background)&#8230; cool things for animation geeks&#8230; make icons that run away and explode&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HeinerVG</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-185</link>
		<dc:creator>HeinerVG</dc:creator>
		<pubDate>Mon, 19 Nov 2007 22:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-185</guid>
		<description><p>Add compiz fusion and you get the best desktop man ever created</p>
</description>
		<content:encoded><![CDATA[<p>Add compiz fusion and you get the best desktop man ever created</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idioto</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-149</link>
		<dc:creator>idioto</dc:creator>
		<pubDate>Tue, 06 Nov 2007 01:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-149</guid>
		<description><p>If you really need icons then try &lt;a href=&quot;http://idesk.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;iDesk&lt;/a&gt;</p>
<p>But if you were using a nice WM like fluxbox you wouldnt need icons. lol.</p>
</description>
		<content:encoded><![CDATA[<p>If you really need icons then try <a href="http://idesk.sourceforge.net/" rel="nofollow">iDesk</a></p>
<p>But if you were using a nice WM like fluxbox you wouldnt need icons. lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZASHBOT</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-142</link>
		<dc:creator>ZASHBOT</dc:creator>
		<pubDate>Mon, 29 Oct 2007 04:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-142</guid>
		<description><p>OMG OMG I FIGURED OUT HOW TO HAVE YOUR ICONS BACK!!!!!!!!!<br />
when that window comes up when after running<br />
gconftool-2 -s /apps/nautilus/preferences/show_desktop -t bool true &amp;&amp; nautilus<br />
you navigate to the desktop folder and drag all the icons into the terminal window and then close the other window that came up<br />
hope this works for everyone else!!!</p>
</description>
		<content:encoded><![CDATA[<p>OMG OMG I FIGURED OUT HOW TO HAVE YOUR ICONS BACK!!!!!!!!!<br />
when that window comes up when after running<br />
gconftool-2 -s /apps/nautilus/preferences/show_desktop -t bool true &amp;&amp; nautilus<br />
you navigate to the desktop folder and drag all the icons into the terminal window and then close the other window that came up<br />
hope this works for everyone else!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cybersaicho</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/comment-page-2/#comment-109</link>
		<dc:creator>Cybersaicho</dc:creator>
		<pubDate>Fri, 19 Oct 2007 19:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comment-109</guid>
		<description><p>im using feisty whth beryl active and i have tried this and my icons were gone to but u can get them back whith the comand line given by the autor just dont use sudo whit it try simpli the comand line as it is and whit double dashes before &quot;type&quot; and &quot;set&quot; </p>
<p>$ gconftool-2 &#8211;type bool &#8211;set /apps/nautilus/preferences/show_desktop true &amp;&amp; nautilus      </p>
<p> double dash ( &#8211; - ) before &quot;type&quot; and &quot;set&quot;<br />
 hope this can help cherrs <img src='http://geekhacks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</description>
		<content:encoded><![CDATA[<p>im using feisty whth beryl active and i have tried this and my icons were gone to but u can get them back whith the comand line given by the autor just dont use sudo whit it try simpli the comand line as it is and whit double dashes before &#8220;type&#8221; and &#8220;set&#8221; </p>
<p>$ gconftool-2 &#8211;type bool &#8211;set /apps/nautilus/preferences/show_desktop true &amp;&amp; nautilus      </p>
<p> double dash ( &#8211; - ) before &#8220;type&#8221; and &#8220;set&#8221;<br />
 hope this can help cherrs <img src='http://geekhacks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
