<?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>Konstantin Kovshenin &#187; gnome</title>
	<atom:link href="http://kovshenin.com/tag/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://kovshenin.com</link>
	<description>WordPress, Automattic and Open Source</description>
	<lastBuildDate>Mon, 21 May 2012 15:59:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Gnome 3: An Alternative to Unity in Ubuntu 11.10</title>
		<link>http://kovshenin.com/2012/gnome-3-an-alternative-to-unity-in-ubuntu-11-10/</link>
		<comments>http://kovshenin.com/2012/gnome-3-an-alternative-to-unity-in-ubuntu-11-10/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 10:01:29 +0000</pubDate>
		<dc:creator>Konstantin Kovshenin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kovshenin.com/?p=5298</guid>
		<description><![CDATA[My wife has got a Sony Vaio netbook, which we bought a year ago. The whole point was to get a lightweight laptop for Internet access, e-mail and documents, so no development VMs or gaming station. The operating system chosen was Ubuntu, at that time it shipped with Gnome. However, due to some (relatively) recent [...]]]></description>
			<content:encoded><![CDATA[<p>My wife has got a Sony Vaio netbook, which we bought a year ago. The whole point was to get a lightweight laptop for Internet access, e-mail and documents, so no development VMs or gaming station. The operating system chosen was Ubuntu, at that time it shipped with Gnome.</p>
<p><a href="http://kovshenin.com/files/2012/03/ubuntu_11.10_login_sm.jpg"><img class="alignnone size-full wp-image-5301" title="Ubuntu 11.10 Gnome 3" src="http://kovshenin.com/files/2012/03/ubuntu_11.10_login_sm.jpg" alt="Ubuntu 11.10 Gnome 3" width="554" height="295" /></a></p>
<p>However, due to some (relatively) recent updates to Ubuntu (as of version 11.04) it ships with Unity, and as of 11.10, they stopped shipping Gnome. I think Unity is good if you&#8217;re running an 8-core station with a good graphics card, but from what I heard, Unity was designed for tablets and netbooks, and it looks like somebody forgot that tablets and netbooks don&#8217;t have the horsepower of desktop workstations.</p>
<p>After months struggling with Unity on my wife&#8217;s netbook, it only became worse. It started freezing several times a week (that&#8217;s a lot for Linux) and it took minutes (that&#8217;s a lot for Linux) to boot up. I thought of wiping the whole thing and starting clean with Ubuntu 10.11, but then I decided to give it another chance, by <strong>installing Gnome 3</strong>.</p>
<pre>sudo apt-get install gnome-shell</pre>
<p>Which actually saved me from the headaches of having to reinstall a bunch of software, backup a bunch of documents, photos and videos. Gnome 3, together with some old software cleanup, gave our netbook a new life. After a reboot I was able to log into a Gnome session (as seen from the screenshot above) and everything was literally flying! Hope this lasts for at least a year, hat tip to <a href="http://www.virtualhelp.me/linux/470-install-gnome-in-ubuntu-1110-oneiric-ocelot">virtualhelp.me</a>.</p>
<p>I can&#8217;t say I&#8217;m really loving Gnome 3, and Unity was okay from the user interface and experience point of view, but when your system becomes slow because of a desktop manager, you&#8217;ll have to switch or upgrade, no matter how funky the UI is :)</p>
<p>Have you had trouble with performance and Unity in Ubuntu Linux? What was your solution? I read a few forums where many people were looking to switch to other Linux distributions, what&#8217;s your take on that?</p>
<p>Thanks for stopping by and <a href="http://kovshenin.com/subscribe/">subscribing</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://kovshenin.com/2012/gnome-3-an-alternative-to-unity-in-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Gnome Keyboard Shortcuts</title>
		<link>http://kovshenin.com/2009/gnome-keyboard-shortcuts/</link>
		<comments>http://kovshenin.com/2009/gnome-keyboard-shortcuts/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:07:50 +0000</pubDate>
		<dc:creator>Konstantin Kovshenin</dc:creator>
				<category><![CDATA[system tools]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://kovshenin.com/?p=199</guid>
		<description><![CDATA[&#8230; and the Super key. I don&#8217;t know if everybody knew about this trick already, but it seems that Gnome has got this bug, that doesn&#8217;t let you bind keyboard shortcuts with the Super (windows key) combination, except the Super key itself (alone). Anyways, the work-around is using the Gnome Configuration Editor and just type [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; and the Super key. I don&#8217;t know if everybody knew about this trick already, but it seems that Gnome has got this bug, that doesn&#8217;t let you bind keyboard shortcuts with the Super (windows key) combination, except the Super key itself (alone). Anyways, the work-around is using the Gnome Configuration Editor and just type in the combination in text. Browse to /apps/metacity/ (there are 4-5 sections).</p>
<p>If you don&#8217;t have the gconf-editor just yum install it (in Fedora):</p>
<pre>yum install gconf-editor
</pre>
]]></content:encoded>
			<wfw:commentRss>http://kovshenin.com/2009/gnome-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

