<?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>Mike&#039;s Planet &#187; gnome</title>
	<atom:link href="http://www.mikesplanet.net/tag/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikesplanet.net</link>
	<description>Just a Big Ball of Gas</description>
	<lastBuildDate>Fri, 03 Jun 2011 01:15:12 +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>Some words of wisdom about Unity</title>
		<link>http://www.mikesplanet.net/2010/10/unitywisdom/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unitywisdom</link>
		<comments>http://www.mikesplanet.net/2010/10/unitywisdom/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 22:05:33 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Floss]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://www.mikesplanet.net/?p=500</guid>
		<description><![CDATA[This Twitter post sums up all my feelings about the decision to make Unity the default desktop in Gnome in Ubuntu 11.04. Let see how Unity develops for the desktop before passing judgement.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikesplanet.net/wp-content/uploads/2010/10/unity.png"><img src="http://www.mikesplanet.net/wp-content/uploads/2010/10/unity.png" alt="" title="unity" width="448" height="178" class="alignnone size-full wp-image-501" /></a></p>
<p><a href="http://twitter.com/#!/jpobst/status/28725688548">This</a> Twitter post sums up all my feelings about the decision to make <a href="http://unity.ubuntu.com/projects/unity/">Unity</a> the default desktop in Gnome in Ubuntu 11.04. Let see how Unity develops for the desktop before passing judgement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesplanet.net/2010/10/unitywisdom/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Using Dark Themes in Ubuntu (Gnome 2.2x)</title>
		<link>http://www.mikesplanet.net/2008/06/using-dark-themes-in-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-dark-themes-in-ubuntu</link>
		<comments>http://www.mikesplanet.net/2008/06/using-dark-themes-in-ubuntu/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:26:54 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[dark themes]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://www.mikesplanet.net/?p=141</guid>
		<description><![CDATA[Using dark themes in Gnome has always has some issues. Due to issues in Gnome and GTK apps, some application have problems like dark fonts on dark background, text areas grayed out, and multiple issues with OpenOffice. Here is a quick guide to solve many of the problems I encountered using dark themes in Gnome. 1. Firefox Fixes Firefox has issues display certain CSS field properly with dark themes. This is a big problem in Firefox 2, but can still happen in Firefox 3. Install this userContent.css to /home/username/.mozilla/firefox/RandomProfile_name/chrome and restart Firefox. 2a. Dark System Themes (Ubuntu Studio) The easiest solution for a dark theme in Ubuntu is to install the UbuntuStudio-theme package. sudo apt-get install ubuntustudio-theme or if you want the full metapackage with icons, GDM theme, etc.. sudo apt-get install ubuntustudio-look The Ubuntu Studio theme is a beautiful theme created by the Ubuntu Studio team, which fixes many of the problem with dark themes in Gnome. 2b. Other Dark Themes Since Linux is all about choice, we want to use other dark themes for Gnome and workaround issues these themes have. First, we still want to install the ubuntustudio-theme package. sudo apt-get install ubuntustudio-theme Then we will use UbuntuStudio theme on certain applications that have problems with dark themes (OpenOffice, Banshee, Thunderbird,etc&#8230;). To get an application to use another theme you want to add the following to the command the launches a program &#8220;env GTK2_RC_FILES=/usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc&#8220;. Right click on the gnome menu applet and choose Edit Menus. Goto the....]]></description>
			<content:encoded><![CDATA[<p>Using dark themes in Gnome has always has some issues. Due to issues in Gnome and GTK apps, some application have problems like dark fonts on dark background, text areas grayed out, and multiple issues with OpenOffice. Here is a quick guide to solve many of the problems I encountered using dark themes in Gnome.<br />
<strong><br />
1. Firefox Fixes</strong><br />
Firefox has issues display certain CSS field properly with dark themes.  This is a big problem in Firefox 2, but can still happen in Firefox 3. Install this <a href="http://www.mikesplanet.net/files/userContent.css">userContent.css</a> to <em>/home/username/.mozilla/firefox/RandomProfile_name/chrome</em> and restart Firefox.</p>
<p><strong>2a. Dark System Themes (Ubuntu Studio)</strong><br />
The easiest solution for a dark theme in Ubuntu is to install the UbuntuStudio-theme package.<br />
<code>sudo apt-get install ubuntustudio-theme</code><br />
or if you want the full metapackage with icons, GDM theme, etc..<br />
<code>sudo apt-get install ubuntustudio-look</code><br />
The Ubuntu Studio theme is a beautiful theme created by the Ubuntu Studio team, which fixes many of the problem with dark themes in Gnome.<br />
<strong><br />
2b. Other Dark Themes</strong><br />
Since Linux is all about choice, we want to use other dark themes for Gnome and workaround issues these themes have. First, we still want to install the ubuntustudio-theme package.<br />
<code>sudo apt-get install ubuntustudio-theme</code><br />
Then we will use UbuntuStudio theme on certain applications that have problems with dark themes (OpenOffice, Banshee, Thunderbird,etc&#8230;).</p>
<p>To get an application to use another theme you want to add the following to the command the launches a program &#8220;<em>env GTK2_RC_FILES=/usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc</em>&#8220;. Right click on the gnome menu applet and choose Edit Menus. Goto the application you want using a different theme (in this example OpenOffice Writer), right click the application and select Properties. Change the<strong> Command</strong> from<br />
<code>ooffice -writer %U</code><br />
to<br />
<code>env GTK2_RC_FILES=/usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc ooffice -writer %U</code><br />
OpenOffice Writer should now use UbuntuStudio theme instead of the system theme you have set.</p>
<p>If you have any comment or suggestion for this guide, please comment on <a href="http://ubuntuforums.org/showthread.php?p=5253997">this</a> thread on the Ubuntu Forums.</p>
<p><a href="http://www.mikesplanet.net/images/darktheme.png"><img src="http://www.mikesplanet.net/images/darkthemess.png" alt="Dark Theme" /></a><br />
Theme Details:<br />
Theme: Moomex Ultimatum 0.4<br />
Font: UnDotum Bold<br />
Icons: Jungle Black<br />
Wallpaper: Radiant from <a href="http://interfacelift.com">http://interfacelift.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesplanet.net/2008/06/using-dark-themes-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

