<?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>Ubuntu Tutorials &#187; computer</title>
	<atom:link href="http://ubuntu-tutorials.com/tag/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:08:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding Custom Icons and Disabling Desktop Icons In Gnome</title>
		<link>http://ubuntu-tutorials.com/2008/06/19/adding-custom-icons-and-disabling-desktop-icons-in-gnome/</link>
		<comments>http://ubuntu-tutorials.com/2008/06/19/adding-custom-icons-and-disabling-desktop-icons-in-gnome/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:44:15 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gconf-editor]]></category>
		<category><![CDATA[gconftool-2]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[trash]]></category>
		<category><![CDATA[volumes]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=692</guid>
		<description><![CDATA[A few of us were discussing minimal desktop environments the other day and I was reminded of the olden days when I used XFCE.  I really liked the clean interface which did not display any desktop icons by default.  Looking back on that I was reminded that it is an option available in Gnome as [...]]]></description>
			<content:encoded><![CDATA[<p>A few of us were discussing minimal desktop environments the other day and I was reminded of the olden days when I used XFCE.  I really liked the clean interface which did not display any desktop icons by default.  Looking back on that I was reminded that it is an option available in Gnome as well, so here is how to do it.</p>
<p><strong>Disable Desktop Icons In Gnome</strong></p>
<p>A lot of Gnome configuration is done via the gconf-editor.  I&#8217;ll outline how to do this manually and graphically, including a command you can use to activate it from the shell.  Give it a try and let me know what you think.  Do you prefer icons or not?  They always seem like clutter to me.</p>
<p>The graphical method of stopping icons from displaying on your desktop is as follows:</p>
<blockquote><p><code>Alt-F2 "gconf-editor"</code></p></blockquote>
<p>Navigate to &#8220;apps &gt; nautilus &gt; preferences&#8221; and on the right-side look for &#8220;show_desktop&#8221;.  Toggling this will toggle, in real-time, the icons from being displayed on your Desktop</p>
<p>This setting can also be achieved by entering the following command at your shell:</p>
<blockquote><p><code>gconftool-2 --set /apps/nautilus/preferences/show_desktop --type bool 0<br />
</code></p></blockquote>
<p>and to revert these changes set the bool to 1:</p>
<blockquote><p><code>gconftool-2 --set /apps/nautilus/preferences/show_desktop --type bool 1</code></p></blockquote>
<p><strong>Activating Additional Icons</strong></p>
<p>A second, similar setting is to disable mounts from being displayed, or adding the &#8220;Computer&#8221;, &#8220;Home&#8221; or &#8220;Trash&#8221; icons to the desktop.  The graphical method of displaying the additional icons is as follows:</p>
<blockquote><p><code>Alt-F2 "gconf-editor"</code></p></blockquote>
<p>Navigate to &#8220;apps &gt; nautilus &gt; desktop&#8221; and select the boxes &#8220;computer_icon_visible&#8221;, &#8220;home_icon_visible&#8221;, &#8220;trash_icon_visible&#8221;.</p>
<p>Disabling the display of mount points (CDs, USB drives, etc) is done by deselecting the &#8220;volumes_visible&#8221; option.</p>
<p>Again, these can also be toggled by way of the following commands:</p>
<p><strong>Activate Computer Icon</strong></p>
<blockquote><p><code>gconftool-2 --set /apps/nautilus/desktop/computer_icon_visible --type bool 1</code></p></blockquote>
<p><strong>Activate Home Folder Icon</strong></p>
<blockquote><p><code>gconftool-2 --set /apps/nautilus/desktop/home_icon_visible --type bool 1</code></p></blockquote>
<p><strong>Activate Trash Icon</strong></p>
<blockquote><p><code>gconftool-2 --set /apps/nautilus/desktop/trash_icon_visible --type bool 1</code></p></blockquote>
<p><strong>De-Activate Volumes</strong></p>
<blockquote><p><code>gconftool-2 --set /apps/nautilus/desktop/volumes_visible --type bool 0</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/06/19/adding-custom-icons-and-disabling-desktop-icons-in-gnome/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/12 queries in 0.006 seconds using disk: basic
Object Caching 246/263 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 13:02:36 -->
