<?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; gconf-editor</title>
	<atom:link href="http://ubuntu-tutorials.com/tag/gconf-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Wed, 23 May 2012 20:22:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Completely Hide GNOME Panel</title>
		<link>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/</link>
		<comments>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 21:32:35 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[autohide]]></category>
		<category><![CDATA[gconf-editor]]></category>
		<category><![CDATA[panel]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1276</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of customization lately with my GNOME installation, trying out new layouts and trying to gain as much screen real estate as I can. I came across an issue this morning in regards to the GNOME panel that I wanted to write down / publish. In the short article below I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot of customization lately with my GNOME installation, trying out new layouts and trying to gain as much screen real estate as I can. I came across an issue this morning in regards to the GNOME panel that I wanted to write down / publish. In the short article below I will describe how to completely hide the GNOME panel, allowing your applications to use 100% of the screen.</p>
<p><strong>Autoide.. not 100%</strong></p>
<p>Some of you might be thinking &#8220;Just click &#8216;Autohide&#8221; on the panel properties. How hard can it be?&#8221; The problem is that the default autohide still displays a few pixels, meaning your applications won&#8217;t extend to the absolute edge of the screen. When I tried it initially my panel still took 6px across the top. While that isn&#8217;t a lot, it still left a gap and was something I wanted to remove.</p>
<p>I found the value for this change within the gconf-editor. To ensure that your Autohide doesn&#8217;t continue to show any pixels (0 pixels), use the following command:</p>
<blockquote><p><code>gconftool-2 --set --type integer /apps/panel/toplevels/top_panel_screen0/auto_hide_size 0</code></p></blockquote>
<p>You can also find this value in the graphical editor using the following instructions:</p>
<blockquote><p><code>ALT-F2 &gt; "gconf-editor" &gt; apps &gt; panel &gt; toplevels &gt; top_panel_screen0 &gt; auto_hide_size &gt; 0</code></p></blockquote>
<p>I prefer the command, its much simpler.</p>
<p>There are quite a few more &#8220;hidden&#8221; settings within the gconf-editor that allow you to change values not held within the normal Properties menu. I&#8217;ll have more of these to post in mid-October, after my GNOME presentation is finished for the Utah Open Source Conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2009/09/21/completely-hide-gnome-panel/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Update nautilus-open-terminal Behavior (desktop_opens_home_dir)</title>
		<link>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/</link>
		<comments>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 14:30:12 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[gconf-editor]]></category>
		<category><![CDATA[gconftool-2]]></category>
		<category><![CDATA[nautilus-open-terminal]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=835</guid>
		<description><![CDATA[For all of you that use the nautilus-open-terminal utility, which allows you to right-click on the desktop and quickly open a terminal, you may be interested in this quick-tip.  Thanks goes to a comment on Clint Savage&#8217;s blog for pointing this out to me. In previous releases this utility would open the home directory by [...]]]></description>
			<content:encoded><![CDATA[<p>For all of you that use the nautilus-open-terminal utility, which allows you to right-click on the desktop and quickly open a terminal, you may be interested in this quick-tip.  Thanks goes to a <a title="change nautilus open terminal behaviour" href="http://sexysexypenguins.com/2008/11/05/meme-first-thing-i-do-after-installing-insert-fedora/">comment on Clint Savage&#8217;s blog</a> for pointing this out to me.</p>
<p>In previous releases this utility would open the home directory by default when launched from the desktop.  I&#8217;ve noticed currently that this behavior has changed.  If you&#8217;d like to toggle this option you can use the following command:</p>
<blockquote><p><code>gconftool-2 --set --type=bool /apps/nautilus-open-terminal/desktop_opens_home_dir true</code></p></blockquote>
<p>Set the value back to &#8220;false&#8221; if you prefer it to open the Desktop when used.  Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<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>
		<item>
		<title>gconftool-2 : gconf-editor from the shell</title>
		<link>http://ubuntu-tutorials.com/2008/01/10/gconftool-2-gconf-editor-from-the-shell/</link>
		<comments>http://ubuntu-tutorials.com/2008/01/10/gconftool-2-gconf-editor-from-the-shell/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 23:30:25 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gconf-editor]]></category>
		<category><![CDATA[gconftool-2]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/2008/01/10/gconftool-2-gconf-editor-from-the-shell/</guid>
		<description><![CDATA[I was sitting here this afternoon trying to come up with something to blog about. Looking at some of the wiki work I&#8217;ve done recently I realize I&#8217;ve made a good use of the gconfool-2 for customizing the GNOME Desktop all from the shell. I thought I&#8217;d share some of the basic command structures with [...]]]></description>
			<content:encoded><![CDATA[<p>I was sitting here this afternoon trying to come up with something to blog about.  Looking at some of the wiki work I&#8217;ve done recently I realize I&#8217;ve made a good use of the gconfool-2 for customizing the GNOME Desktop all from the shell.  I thought I&#8217;d share some of the basic command structures with you.</p>
<p>Basically what gconftool-2 will do is allow you to set GNOME environmet tweaks (font sizes, sound mixer settings, taskbar size/location, etc) from the shell vs using the graphical tool.</p>
<p><strong>gconftool-2 examples</strong></p>
<p>Below is an example of using the gconftool-2 to set the default font sizes to 8, as I&#8217;ve done on the EeePC.</p>
<blockquote><p><code>gconftool-2 --set /apps/nautilus/preferences/desktop_font --type string "Sans 8"<br />
gconftool-2  --set /desktop/gnome/interface/document_font_name --type string "Sans 8"<br />
gconftool-2 --set /desktop/gnome/interface/font_name --type string "Sans 8"<br />
gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans Bold 8"<br />
gconftool-2 --set /desktop/gnome/interface/monospace_font_name --type string "Monospace 8"</code></p></blockquote>
<p>The above commands are the equivalent of launching the gconf-editor (ALT-F2 : gconf-editor), navigating to the paths listed above and changing the listed values.  While I am very grateful that we do have a graphical tool for editing these things, you tell me which is faster?</p>
<p><strong>gconftool-2 basics</strong></p>
<p>The basic structure of using the gconftool-2 is the following:</p>
<blockquote><p><code>gconftool-2 --set /path/to/setting --type &lt;type&gt; "value"</code></p></blockquote>
<p>The /path/to/setting can be found using the graphical tool (unless someone can tell me an alternate method).  The type can also be found in the same place.  For example, let&#8217;s say I want to change toggle the value of locking the screen when the screensaver is in use.  I can open the gconf-editor GUI tool, navigate through its menu tree &#8220;apps &gt; gnome-screensaver&#8221; and find the &#8220;lock_enabled&#8221; value.  Normally, by checking or unchecking this  box we&#8217;d toggle the value.</p>
<p>Using gconftool-2 we can achieve the same thing using:</p>
<blockquote><p><code>gconftool-2 --set /apps/gnome-screensaver/lock_enabled --type bool 1"</code></p></blockquote>
<p>Now I understand that at this point we aren&#8217;t technically any faster because we had to look it up in the GUI anyway, but once you&#8217;ve found it the first time you should be ahead of the game the second time.  This is great for installing multiple machines, or simply if you reinstall your machine regularly and want to script your settings back into place.</p>
<p>As per the basic structure above we&#8217;re &#8211;setting a value, giving the path to what value we want to change, and then defining the type.  In this case it is an off or on boolean value.  In other cases, as with the examples above, it is a string that needs to be defined.   You can find out what type of value (integer, boolean, string, etc) your item uses by double-clicking within the graphical application.</p>
<p>I have been able to find most values in the gconf-editor or gconftool-2.  Everything from toggling the proper mixer for my volume settings to setting my taskbars to a specific size.</p>
<p>I hope these basic examples are enough to get some of you started.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/01/10/gconftool-2-gconf-editor-from-the-shell/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to include &quot;My Computer&#8221; or &#8220;My Documents&#8221; icon on your Desktop : Ubuntu (5.10 / 6.06.1 / 6.10)</title>
		<link>http://ubuntu-tutorials.com/2006/12/07/how-to-include-my-computer-or-my-documents-icon-your-desktop-ubuntu-510-6061-610/</link>
		<comments>http://ubuntu-tutorials.com/2006/12/07/how-to-include-my-computer-or-my-documents-icon-your-desktop-ubuntu-510-6061-610/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 18:31:49 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[gconf-editor]]></category>
		<category><![CDATA[gconftool-2]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=198</guid>
		<description><![CDATA[Today&#8217;s tutorial will be a quicky. I was thinking earlier about how the default gnome menu doesn&#8217;t include any icons. For those of you that recently came from the wonderful world of windows you might prefer to have quick access to &#8220;My Computer&#8221;, &#8220;My Documents&#8221; and &#8220;Trash&#8221; right there on the desktop. This tutorial will [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s tutorial will be a quicky.  I was thinking earlier about how the default gnome menu doesn&#8217;t include any icons.  For those of you that recently came from the wonderful world of windows you might prefer to have quick access to &#8220;My Computer&#8221;, &#8220;My Documents&#8221; and &#8220;Trash&#8221; right there on the desktop.  This tutorial will outline how to have those icons included (or removed).</p>
<ol>
<li>Hit ALT-F2 and type: <strong>gconf-editor</strong></li>
<li>Select &#8220;Apps&#8221; &gt; &#8220;Nautilus&#8221; &gt; &#8220;Desktop&#8221;</li>
<li>check/uncheck the boxes for <em>computer_icon_visible</em>, <em>documents_icon_visible</em>, or <em>trash_icon_visible</em>.</li>
</ol>
<p>You should now see &#8220;My Computer&#8221; &#8220;My Documents&#8221; and &#8220;Trash&#8221; icons included on your desktop.  Simply reverse these steps to remove any of the items.</p>
<p><!-- technorati tags begin --></p>
<p style="font-size: 10px; text-align: right;">technorati tags:<a rel="tag" href="http://technorati.com/tag/desktop">desktop</a>, <a rel="tag" href="http://technorati.com/tag/gnome">gnome</a>, <a rel="tag" href="http://technorati.com/tag/computer">computer</a>, <a rel="tag" href="http://technorati.com/tag/documents">documents</a>, <a rel="tag" href="http://technorati.com/tag/trash">trash</a>, <a rel="tag" href="http://technorati.com/tag/icon">icon</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2006/12/07/how-to-include-my-computer-or-my-documents-icon-your-desktop-ubuntu-510-6061-610/feed/</wfw:commentRss>
		<slash:comments>5</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 3/7 queries in 0.003 seconds using disk: basic
Object Caching 404/404 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-25 15:30:24 -->
