<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeekHacks.com &#187; Linux Hacks</title>
	<atom:link href="http://geekhacks.com/category/linux-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekhacks.com</link>
	<description>Possible Impossibilities</description>
	<lastBuildDate>Thu, 27 May 2010 17:17:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Screensaver as a Desktop Wallpaper</title>
		<link>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/</link>
		<comments>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 14:58:58 +0000</pubDate>
		<dc:creator>geekhacks</dc:creator>
				<category><![CDATA[Linux Hacks]]></category>

		<guid isPermaLink="false">http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/</guid>
		<description><![CDATA[<p>Did you ever dream about Matrix Desktop? A desktop where you could use your screensaver as your desktop wallpaper? Today I&#8217;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 [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Did you ever dream about Matrix Desktop? A desktop where you could use your screensaver as your desktop wallpaper? Today I&#8217;m going to show you a way how you can achieve this effect in Linux, especially when you use Gnome as your desktop environment:</p>
<p>1.  The first step we need to take is turn off Nautilus which draws the current desktop and icons in Gnome:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gconftool-<span style="color: #000000;">2</span> <span style="color: #660033;">--type</span> bool <span style="color: #660033;">--set</span> <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>nautilus<span style="color: #000000; font-weight: bold;">/</span>preferences<span style="color: #000000; font-weight: bold;">/</span>show_desktop <span style="color: #c20cb9; font-weight: bold;">false</span></pre></div></div>

<p>2. Next we need to turn up xscreensaver and its &#8216;glmatrix&#8217; screensaver (nice Matrix movie like screensaver) in the root window (in the desktop):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>xscreensaver<span style="color: #000000; font-weight: bold;">/</span>glmatrix <span style="color: #660033;">-root</span></pre></div></div>

<p>3. Congratulations! That&#8217;s all <img src='http://geekhacks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>4. <strong>Optional:</strong> If you would like to start the animation whenever you log in, then create a file <em>&#8220;~/.config/autostart/glmatrix.desktop&#8221;</em> with the following content:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>Desktop Entry<span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #007800;">Version</span>=<span style="color: #000000;">1.0</span>
<span style="color: #007800;">Encoding</span>=UTF-<span style="color: #000000;">8</span>
<span style="color: #007800;">Name</span>=No name
Name<span style="color: #7a0874; font-weight: bold;">&#91;</span>en_IN<span style="color: #7a0874; font-weight: bold;">&#93;</span>=Desktop matrix
<span style="color: #007800;">Exec</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>xscreensaver<span style="color: #000000; font-weight: bold;">/</span>glmatrix <span style="color: #660033;">-root</span>
X-GNOME-Autostart-enabled=<span style="color: #c20cb9; font-weight: bold;">true</span></pre></div></div>

<p>After you would like to get back to your previous desktop, just insert the following on the command line (ElecBoy thanks for that):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gconftool-<span style="color: #000000;">2</span> –<span style="color: #7a0874; font-weight: bold;">type</span> bool –<span style="color: #000000; font-weight: bold;">set</span> <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>nautilus<span style="color: #000000; font-weight: bold;">/</span>preferences<span style="color: #000000; font-weight: bold;">/</span>show_desktop <span style="color: #c20cb9; font-weight: bold;">true</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> nautilus</pre></div></div>

<p>When all steps are successfully done we should expect something like this:<br />
<img src="http://geekhacks.com/wp-content/uploads/2007/09/matrix_desktop.gif" alt="Matrix desktop" /></p>
<p><a href="http://blog.prashanthellina.com/2007/08/22/matrix-desktop/">Via</a></p>
]]></content:encoded>
			<wfw:commentRss>http://geekhacks.com/2007/09/13/screensaver-as-a-desktop-wallpaper/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>Free Software Sticker Book</title>
		<link>http://geekhacks.com/2007/08/16/free-software-sticker-book/</link>
		<comments>http://geekhacks.com/2007/08/16/free-software-sticker-book/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 13:05:09 +0000</pubDate>
		<dc:creator>geekhacks</dc:creator>
				<category><![CDATA[Linux Hacks]]></category>

		<guid isPermaLink="false">http://geekhacks.com/2007/08/16/free-software-sticker-book/</guid>
		<description><![CDATA[<p>Got a Microsoft sticker on your PC? It must be really awkward if you are not a Windows user and your PC or laptop &#8220;wears&#8221; Microsoft Windows sticker. If you are a Linux user or at least a free software user what about to get a free software sticker too? Great resource for such stuff [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Got a Microsoft sticker on your PC? It must be really awkward if you are not a Windows user and your PC or laptop &#8220;wears&#8221; Microsoft Windows sticker. If you are a Linux user or at least a free software user what about to get a free software sticker too?</p>
<p>Great resource for such stuff is a <a href="http://raro.oreto.inf-cr.uclm.es/apps/stickers/"><strong>Free Software Sticker Book</strong></a> which is a PDF e-book holding all the great free software stickers like <em>Firefox, Gimp, Blender, amaroK, Audacity</em> and also stickers of many of popular Linux distributions like <em>Ubuntu, Debian, Mandriva, Fedora etc</em>. There are a plenty of icons which are ready to print and use because almost every page of the book contains 8&#215;8 stickers which is 64 stickers per page.</p>
<p>Book is licensed under MIT License which gives you the following permissions:</p>
<blockquote><p>Permission is hereby granted, free of charge, to any person obtaining a copy of this<br />
book and associated files, to deal in the book without restriction, including without<br />
limitation  the  rights  to  use,  copy,  modify,  merge,  publish,  distribute,  sublicense,<br />
and/or sell copies of the book, and to permit persons to whom the book is furnished<br />
to do so, subject to the following conditions:<br />
<em> The  above  copyright  notice  and  this  permission  notice  shall  be  included  in  all<br />
copies or different versions of the book and inside images.</em></p></blockquote>
<p>Also if you are a graphic designer and would like to add more free stickers you could participate in that project and send your stickers to stickers@pikao.org.</p>
<p>I think this book is a great project and also very easy way to print out your own stickers of your favourite software.</p>
<ul>
<li><a href="http://stickersbook.googlecode.com/files/sticker_book6.pdf">Download Free Software Sticker Book</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://geekhacks.com/2007/08/16/free-software-sticker-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
