<?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>WEB-NES-BAY &#187; Single User</title>
	<atom:link href="http://webnesbay.com/tag/single-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://webnesbay.com</link>
	<description>Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware</description>
	<lastBuildDate>Sun, 11 Apr 2010 05:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure gnome desktop environment using gconftool in ubuntu linux</title>
		<link>http://webnesbay.com/configure-your-gnome-desktop-environment-using-gconftool-in-ubuntu-linux/</link>
		<comments>http://webnesbay.com/configure-your-gnome-desktop-environment-using-gconftool-in-ubuntu-linux/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:39:22 +0000</pubDate>
		<dc:creator>WEBNESBAY</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Application Instances]]></category>
		<category><![CDATA[Change Notification]]></category>
		<category><![CDATA[command line configure remote desktop]]></category>
		<category><![CDATA[Configuration Data]]></category>
		<category><![CDATA[configure gnome desktop]]></category>
		<category><![CDATA[Data Storage]]></category>
		<category><![CDATA[Gconf]]></category>
		<category><![CDATA[gnome command line configuration]]></category>
		<category><![CDATA[Gnome Desktop Environment]]></category>
		<category><![CDATA[Gnome Environment]]></category>
		<category><![CDATA[Gnome Interface]]></category>
		<category><![CDATA[Interface Configuration]]></category>
		<category><![CDATA[kde environment]]></category>
		<category><![CDATA[Login Sessions]]></category>
		<category><![CDATA[Menu Options]]></category>
		<category><![CDATA[Notification Service]]></category>
		<category><![CDATA[Plain Gtk]]></category>
		<category><![CDATA[Single User]]></category>
		<category><![CDATA[Storage Mechanism]]></category>
		<category><![CDATA[Text Mode Applications]]></category>
		<category><![CDATA[Type String]]></category>
		<category><![CDATA[ubuntu configuration]]></category>
		<category><![CDATA[ubuntu tutorial]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Variable Type]]></category>

		<guid isPermaLink="false">http://webnesbay.com/?p=783</guid>
		<description><![CDATA[Here is a nice article which tells about the gconftool. Using gconftool you can configure your gnome desktop environment by giving commands in the terminal. Let&#8217;s start about learning about gconftool
GConf is a configuration data storage mechanism         scheduled to ship with GNOME 2.0. GConf does work without         GNOME however; it can be used with plain GTK+, Xlib, KDE,       [...]


Related posts:<ol><li><a href='http://webnesbay.com/ubuntu-intrepid-ibex-desktop-look-and-wallpaper/' rel='bookmark' title='Permanent Link: Ubuntu intrepid ibex Desktop look and wallpaper'>Ubuntu intrepid ibex Desktop look and wallpaper</a></li>
<li><a href='http://webnesbay.com/ubuntu-10-04-best-features/' rel='bookmark' title='Permanent Link: Ubuntu 10.04 Best features'>Ubuntu 10.04 Best features</a></li>
<li><a href='http://webnesbay.com/how-to-use-crontab-in-ubuntulinux/' rel='bookmark' title='Permanent Link: How to use crontab in Ubuntu/Linux'>How to use crontab in Ubuntu/Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a nice article which tells about the gconftool. Using gconftool you can configure your gnome desktop environment by giving commands in the terminal. Let&#8217;s start about learning about gconftool</p>
<p>GConf is a configuration data storage mechanism         scheduled to ship with GNOME 2.0. GConf does work without         GNOME however; it can be used with plain GTK+, Xlib, KDE,         or even text mode applications as well.</p>
<p>Here are some of the features of GConf:</p>
<ul>
<li>This is a valuable feature for IS             deparatments managing large numbers of computers by changing the users configurations remotely.</li>
<li>Data change notification service. If configuration             data is changed, all interested applications are             notified. The notification service works across the             network, affecting all login sessions for a single             user. Notification is also useful if multiple application             instances are running. GNOME 2.0 uses this feature to             let user interface configuration take effect on-the-fly             without restarting any applications; if you turn off             toolbar icons, for example, toolbar icons will             immediately disappear in all running apps.</li>
<li>GConf does proper locking so that the configuration             data doesn&#8217;t get corrupted when multiple applications             try to use it.</li>
</ul>
<p>If you are not able to understand the above points. Simply I can say the setting i.e., System &gt; Preferences &gt;&gt;&gt;(Menu options) can be edited by command prompt. The command for editing gnome is <strong>gcoftool-2</strong></p>
<p><code>gconftool-2 --set /desktop/gnome/interface/monospace_font_name --type string "Monospace 8" <strong>or</strong> </code>gconftool-2 -s -t string   /desktop/gnome/<code>interface/monospace_font_name</code> &#8220;Monospace 8&#8243;</p>
<p>I will explain the above command clearly.</p>
<p>gconftool-2 &#8211;set or -s  =&gt; setting a variable</p>
<p>gconftool-2 &#8211;type or -t =&gt; type of the variable  (Here the variable type is string. If it is integer then variable type is<strong> int</strong>)</p>
<p><code>/desktop/gnome/interface/monospace_font_name =&gt;Variable you are setting in gnome environment.</code></p>
<p>Here are some of the different commands</p>
<p><code>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"</code></p>
<p>Now here is my question&#8230; How do you determine the variable name or key name of gnome dialog variable. Let&#8217;s see</p>
<p>For example, I want to configure the gnome environment variable of remote desktop. I want to enable the checkbox <strong>Allow other users to view your desktop </strong>in the below mentioned screenshot.</p>
<p><img class="aligncenter size-full wp-image-784" title="Remote Desktop" src="http://webnesbay.com/wp-content/uploads/2009/09/Remote-Desktop.png" alt="Remote Desktop" width="494" height="441" /></p>
<p>The checkbox is boolean type.  so here type will be <strong>bool</strong> and the operation is <strong>set</strong>.  Now this is the command</p>
<p>gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled  true</p>
<p>How do I get the variable name /desktop/gnome/remote_access ? The answer is simple, Its from gconf-editor.</p>
<p>Type gconf-editor in the terminal and get the values of the remote desktop as shown in the below screenshot</p>
<p><img class="aligncenter size-full wp-image-785" title="gconfeditor" src="http://webnesbay.com/wp-content/uploads/2009/09/gconfeditor.png" alt="gconfeditor" width="592" height="551" /></p>
<p>If you observe the tree structure in the above screenshot, Remote Desktop application is present in tree structure <strong>/desktop/gnome/remote_access</strong>. The Variable type and value can be seen in the right side of the panel.</p>
<p>Note: &#8220;/&#8221; should be mandatory when youe typing the path before desktop.</p>
<p>If you want more about this just type<em><strong> man gconftool</strong></em> in the terminal</p>


<p>Related posts:<ol><li><a href='http://webnesbay.com/ubuntu-intrepid-ibex-desktop-look-and-wallpaper/' rel='bookmark' title='Permanent Link: Ubuntu intrepid ibex Desktop look and wallpaper'>Ubuntu intrepid ibex Desktop look and wallpaper</a></li>
<li><a href='http://webnesbay.com/ubuntu-10-04-best-features/' rel='bookmark' title='Permanent Link: Ubuntu 10.04 Best features'>Ubuntu 10.04 Best features</a></li>
<li><a href='http://webnesbay.com/how-to-use-crontab-in-ubuntulinux/' rel='bookmark' title='Permanent Link: How to use crontab in Ubuntu/Linux'>How to use crontab in Ubuntu/Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webnesbay.com/configure-your-gnome-desktop-environment-using-gconftool-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
