<?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>Nithin Kamath&#039;s Weblog &#187; Gnome</title>
	<atom:link href="http://nithinkamath.info/archives/category/linux/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://nithinkamath.info</link>
	<description>Experiences and Adventures of a techie</description>
	<lastBuildDate>Sun, 20 Jun 2010 03:06:55 +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>Gnome &#8211; Change the &#8216;Show Desktop&#8217; Keyboard Shortcut</title>
		<link>http://nithinkamath.info/archives/2009/10/gnome-change-the-show-desktop-keyboard-shortcut/</link>
		<comments>http://nithinkamath.info/archives/2009/10/gnome-change-the-show-desktop-keyboard-shortcut/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 10:41:41 +0000</pubDate>
		<dc:creator>Nithin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://nithinkamath.info/archives/2009/10/gnome-change-the-show-desktop-keyboard-shortcut/</guid>
		<description><![CDATA[In Gnome the show desktop is by default mapped to &#8216;Ctrl + Alt + d&#8217;, if you would like to change it to something else the easiest way out is using the &#8216;System –> Preferences –> Keyboard shortcuts&#8217;. Though this is the easiest way those of you who are like me, would like to use [...]]]></description>
			<content:encoded><![CDATA[<p><p>In Gnome the show desktop is by default mapped to &#8216;Ctrl + Alt + d&#8217;, if you would like to change it to something else the easiest way out is using the &#8216;System –> Preferences –> Keyboard shortcuts&#8217;. Though this is the easiest way those of you who are like me, would like to use the &#8216;Windows Key + d&#8217;.</p>
<p>This is not possible using the &#8216;Keyboard Shortcuts&#8217; window as it shows &#8216;Windows Key&#8217; as &#8216;Super L&#8217; and does not allow to enter any additional key, so to acheive the &#8216;Windows Key + d&#8217; for &#8216;Show Desktop&#8217;  you would have to run the following command in the terminal to get that done:</p>
<p><b>
<pre>gconftool-2 -t str --set /apps/metacity/global_keybindings/show_desktop "&lt;Mod4&gt;d"</pre>
<p></b></p>
<p>Thats it, hope you found this useful, let me know by writing down a comment below.</p>
</p>]]></content:encoded>
			<wfw:commentRss>http://nithinkamath.info/archives/2009/10/gnome-change-the-show-desktop-keyboard-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordweb like local dictionary option in Linux</title>
		<link>http://nithinkamath.info/archives/2009/07/wordweb-like-local-dictionary-option-in-linux/</link>
		<comments>http://nithinkamath.info/archives/2009/07/wordweb-like-local-dictionary-option-in-linux/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:30:45 +0000</pubDate>
		<dc:creator>Nithin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[dictionary]]></category>

		<guid isPermaLink="false">http://nithinkamath.info/?p=558</guid>
		<description><![CDATA[Wordweb in windows is one of the popular dictionaries available, but when you shift to Linux there are quite limited number of softwares and most of them connect to the net to give the results, at least so I thought.
In Linux there is already an &#8216;Dictionary&#8217; which is installed by default (available in either applications [...]]]></description>
			<content:encoded><![CDATA[<p><p><img src="http://nithinkamath.info/wp-content/uploads/2009/07/dictionary.png" alt="dictionary image" title="dictionary image" width="150" height="150" align="right" />Wordweb in windows is one of the popular dictionaries available, but when you shift to Linux there are quite limited number of softwares and most of them connect to the net to give the results, at least so I thought.</p>
<p>In Linux there is already an &#8216;Dictionary&#8217; which is installed by default (available in either applications >> accessories/office) but it connects to the net to get the result, but you can override this default behavior to use the local dictionary. For this you need the package &#8216;dictd&#8217; dictionary server.</p>
<p>Follow the following steps (the below mentioned steps are for Ubuntu/Mint but you should be install the same using the software manager provided in your distro)</p>
<ul>
<li> Install <u>dictd</u> package<br />
<b>sudo apt-get install dictd</b><br />
This command will install the &#8216;dictd&#8217; server on your machine and it will automatically start the server also.
</li>
<li>The next step is installing a dictionary.<br />
<b>sudo aptitude install dict-gcide</b><br />
This command will install the &#8216;The Collaborative International Dictionary of English&#8217;, there are other dictionaries also available which you can browse through using your package manager, just search for &#8216;dict-&#8217;
</li>
<li>Open the dictionary (applications >> accessories/office).
</li>
<li>Goto &#8216;Edit -> Preferences&#8217;.
</li>
<li>Click on &#8216;Add&#8217; and enter the following details:<br />
Description: <whatever name you want to give><br />
Transport : Dictionary Server (Default option)<br />
Hostname : 127.0.0.1<br />
Port : 2628 (Default option)</p>
<p>Click on &#8216;Add&#8217; button and choose the newly created dictionary source from among the radio listed options.</whatever></li>
</ul>
<p>Thats it!! You are done you can search for words just like you do in WordWeb.</p>
<p><img src="http://nithinkamath.info/wp-content/uploads/2009/07/dictionary_screenshot.png" alt="dictionary_screenshot" title="dictionary_screenshot" width="500" height="320" class="aligncenter size-full wp-image-559" /></p>
<p><b><u>Additional Details:</u></b></p>
<ul>
<li>You can also add dictionary applet to your gnome-applets by right clicking on the panel and choosing the &#8216;Add -> Dictionary Lookup&#8217; option.
</li>
<li>You can also install the package &#8216;dict&#8217;, this will provide a command line option to search for words. For example you can type the following &#8216;dict keyboard&#8217; to get the meaning of &#8216;keyboard&#8217;.
</li>
<li>By default the server allows access only from &#8216;localhost&#8217; and the IP &#8216;127.0.0.1&#8242; and defaults to port &#8216;2628&#8242; you can change the setting in the file &#8216;/etc/dictd/dictd.conf&#8217; if you need to allow other machines in your network to access the dictionary installed in the system.</li>
</ul>
</p>]]></content:encoded>
			<wfw:commentRss>http://nithinkamath.info/archives/2009/07/wordweb-like-local-dictionary-option-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tip for Quick folder access in Gnome</title>
		<link>http://nithinkamath.info/archives/2008/05/tip-for-quick-folder-access-in-gnome/</link>
		<comments>http://nithinkamath.info/archives/2008/05/tip-for-quick-folder-access-in-gnome/#comments</comments>
		<pubDate>Sun, 11 May 2008 12:23:35 +0000</pubDate>
		<dc:creator>Nithin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://nithinkamath.info/?p=440</guid>
		<description><![CDATA[You are on the Gnome desktop and would like to get to a particular location on the disk, how would you do it. I am not sure of you, but for me it was first clicking on the home icon and then typing the path in the address bar of nautilus. Sometimes I also used [...]]]></description>
			<content:encoded><![CDATA[<p><p>You are on the Gnome desktop and would like to get to a particular location on the disk, how would you do it. I am not sure of you, but for me it was first clicking on the home icon and then typing the path in the address bar of nautilus. Sometimes I also used the &#8216;Alt+F2&#8242; option to get there.</p>
<p><center><img src="http://nithinkamath.info/wp-content/uploads/2008/05/quick_folder_access.jpg" alt="" title="quick_folder_access" width="347" height="147" class="aligncenter size-full wp-image-439" /></center></p>
<p>But did you know that if you are on desktop you can use the quick access key &#8216;/&#8217; to go to any location. Quite cool huh!! I was surprised at this useful feature. Do you know of any such hidden ways, let me know. Hope you found this interesting enough.</p>
</p>]]></content:encoded>
			<wfw:commentRss>http://nithinkamath.info/archives/2008/05/tip-for-quick-folder-access-in-gnome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
