<?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>Martin Notes &#187; root themes</title>
	<atom:link href="http://martinnotes.com/tag/root-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinnotes.com</link>
	<description>Open source in real life</description>
	<lastBuildDate>Mon, 17 May 2010 18:12:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Root themes, etc.</title>
		<link>http://martinnotes.com/2008/08/17/root-themes-etc/</link>
		<comments>http://martinnotes.com/2008/08/17/root-themes-etc/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 09:46:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[root themes]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=39</guid>
		<description><![CDATA[Did you even notice that applications you start as root (for example: synaptic) look pretty crappy? I noticed it often, but I never came to the obvious conclusion: the themes and icons are not available when you&#8217;re root since you installed them in your home folder. Just executing: sudo ln -s ~/.icons /root sudo ln [...]]]></description>
			<content:encoded><![CDATA[<p>Did you even notice that applications you start as root (for example: synaptic) look pretty crappy? I noticed it often, but I never came to the obvious conclusion: the themes and icons are not available when you&#8217;re root since you installed them in your home folder.</p>
<p>Just executing:</p>
<pre>sudo ln -s ~/.icons /root
sudo ln -s ~/.themes /root</pre>
<p>Fixes the problem. It is not a beautiful solution, but it works perfectly!</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/08/17/root-themes-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
