<?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: Hide Desktop Icons in Ubuntu</title>
	<atom:link href="http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/</link>
	<description>Linux, WordPress, programming, anime, and other stuff</description>
	<lastBuildDate>Fri, 05 Feb 2010 15:38:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: A simple matter of&#8230; &#187; Customisation and Gnome FAIL</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-1505</link>
		<dc:creator>A simple matter of&#8230; &#187; Customisation and Gnome FAIL</dc:creator>
		<pubDate>Thu, 19 Nov 2009 08:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-1505</guid>
		<description>[...] of simplicity&#8221; I have to use the godawful gconf tool, figure out which setting to [...]</description>
		<content:encoded><![CDATA[<p>[...] of simplicity&#8221; I have to use the godawful gconf tool, figure out which setting to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-1108</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Tue, 21 Jul 2009 19:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-1108</guid>
		<description>Interesting solution Pete. It&#039;s not exactly my cup of tea, but I&#039;m sure that some readers will like it.</description>
		<content:encoded><![CDATA[<p>Interesting solution Pete. It&#8217;s not exactly my cup of tea, but I&#8217;m sure that some readers will like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-1105</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-1105</guid>
		<description>A script which puts all the files on the desktop into a list in a hidden file called .hidden on the desktop will hide all the icons (except the volumes,trash etc). Unfortunately you must refresh the desktop to see the difference.

e.g.

#!/bin/bash
#Script to hide icons
ls ~/Desktop &gt; ~/Desktop/.hidden


#!/bin/bash
#Script to show icons
rm ~/Desktop/.hidden</description>
		<content:encoded><![CDATA[<p>A script which puts all the files on the desktop into a list in a hidden file called .hidden on the desktop will hide all the icons (except the volumes,trash etc). Unfortunately you must refresh the desktop to see the difference.</p>
<p>e.g.</p>
<p>#!/bin/bash<br />
#Script to hide icons<br />
ls ~/Desktop &gt; ~/Desktop/.hidden</p>
<p>#!/bin/bash<br />
#Script to show icons<br />
rm ~/Desktop/.hidden</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-1071</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Tue, 07 Jul 2009 01:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-1071</guid>
		<description>Thanks for the tip greg. I should have mentioned this when I posted as I did actually try this. The reason that I did not stick with the solution is that it messes up transparency on the desktop if your using Compiz.

If you aren&#039;t using Compiz or don&#039;t have a transparent desktop background, then this works very well. For some reason, if you do have a transparent background, it prevents the transparency from working.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip greg. I should have mentioned this when I posted as I did actually try this. The reason that I did not stick with the solution is that it messes up transparency on the desktop if your using Compiz.</p>
<p>If you aren&#8217;t using Compiz or don&#8217;t have a transparent desktop background, then this works very well. For some reason, if you do have a transparent background, it prevents the transparency from working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg d</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-1069</link>
		<dc:creator>greg d</dc:creator>
		<pubDate>Mon, 06 Jul 2009 22:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-1069</guid>
		<description>To hide everything from the desktop (ALL icons):

run gconf-editor, then select apps &gt; nautilus &gt; preferences, and then you uncheck the &quot;show_desktop&quot; option.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>To hide everything from the desktop (ALL icons):</p>
<p>run gconf-editor, then select apps &gt; nautilus &gt; preferences, and then you uncheck the &#8220;show_desktop&#8221; option.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-777</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Thu, 26 Feb 2009 04:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-777</guid>
		<description>I&#039;m sorry that I couldn&#039;t offer a better solution Richard. Now, I just don&#039;t use the Desktop that often. I created a Downloads folder and told Firefox to use that location by default, so that helps keep some of the clutter down.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry that I couldn&#8217;t offer a better solution Richard. Now, I just don&#8217;t use the Desktop that often. I created a Downloads folder and told Firefox to use that location by default, so that helps keep some of the clutter down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-776</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 26 Feb 2009 03:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-776</guid>
		<description>Hi

I too have the habit of allowing my desktop to get very cluttered. I was looking for a way to show/hide all the clutter. After reading your post, I decided not to bother looking any further.

What I have done instead is create a folder ~/desktop-hidden, a bash script called cleanDesktop in /usr/bin which at the moment just contains mv ~/Desktop/* ~/desktop-hidden/ Then I added a launcher for cleanDesktop.

Its not exactly what I wanted, i&#039;m sure there will be problems with identical filenames and such likes, but it is quick and easy :)</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I too have the habit of allowing my desktop to get very cluttered. I was looking for a way to show/hide all the clutter. After reading your post, I decided not to bother looking any further.</p>
<p>What I have done instead is create a folder ~/desktop-hidden, a bash script called cleanDesktop in /usr/bin which at the moment just contains mv ~/Desktop/* ~/desktop-hidden/ Then I added a launcher for cleanDesktop.</p>
<p>Its not exactly what I wanted, i&#8217;m sure there will be problems with identical filenames and such likes, but it is quick and easy <img src='http://gaarai.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaarai</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-719</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Fri, 13 Feb 2009 22:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-719</guid>
		<description>Without knowing exactly what you&#039;ve changed, I&#039;m afraid that I really don&#039;t know. I haven&#039;t seen anything that claims to be able to do that. Can you give me more information about what you changed or point me to some sites where you got info on what to change?</description>
		<content:encoded><![CDATA[<p>Without knowing exactly what you&#8217;ve changed, I&#8217;m afraid that I really don&#8217;t know. I haven&#8217;t seen anything that claims to be able to do that. Can you give me more information about what you changed or point me to some sites where you got info on what to change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Habib</title>
		<link>http://gaarai.com/2009/01/06/hide-desktop-icons-in-ubuntu/comment-page-1/#comment-718</link>
		<dc:creator>Habib</dc:creator>
		<pubDate>Fri, 13 Feb 2009 22:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=479#comment-718</guid>
		<description>heyy

well, i kinda achieved whaat u want, only i want to get rid of it

if u see my desktop, u see no icons, but if i hover my mouse pointer over it for a bit, the icons become visible for a couple of seconds, and then back to being hidden unless i place the cursor over them again.

i want my icons back to normal again, any idea how???</description>
		<content:encoded><![CDATA[<p>heyy</p>
<p>well, i kinda achieved whaat u want, only i want to get rid of it</p>
<p>if u see my desktop, u see no icons, but if i hover my mouse pointer over it for a bit, the icons become visible for a couple of seconds, and then back to being hidden unless i place the cursor over them again.</p>
<p>i want my icons back to normal again, any idea how???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
