<?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>without-brains.net &#187; Fedora</title>
	<atom:link href="http://www.without-brains.net/archives/tag/fedora/feed" rel="self" type="application/rss+xml" />
	<link>http://www.without-brains.net</link>
	<description>A software developer&#039;s blog</description>
	<lastBuildDate>Thu, 17 Jun 2010 17:34:33 +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>Fedora team changes package installation policy</title>
		<link>http://www.without-brains.net/archives/68</link>
		<comments>http://www.without-brains.net/archives/68#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:08:20 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.without-brains.net/?p=68</guid>
		<description><![CDATA[After a few days upheaval the Fedora team came around and changed the default policy in Fedora 12 back to requiring root privileges for installing packages again: http://linux.slashdot.org/story/09/11/20/1241231/Fedora-12-Package-Installation-Policy-Tightened. In my opinion that is a good thing  
I don&#8217;t intend to install Fedora again though, as I&#8217;m very pleased with Ubuntu  
]]></description>
			<content:encoded><![CDATA[<p>After a few days upheaval the Fedora team came around and changed the default policy in Fedora 12 back to requiring root privileges for installing packages again: <a title="Slashdot article" href="http://linux.slashdot.org/story/09/11/20/1241231/Fedora-12-Package-Installation-Policy-Tightened">http://linux.slashdot.org/story/09/11/20/1241231/Fedora-12-Package-Installation-Policy-Tightened</a>. In my opinion that is a good thing <img src='http://www.without-brains.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I don&#8217;t intend to install Fedora again though, as I&#8217;m very pleased with Ubuntu <img src='http://www.without-brains.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.without-brains.net/archives/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual Eclipse install in Fedora 12 and Ubuntu 9.10</title>
		<link>http://www.without-brains.net/archives/64</link>
		<comments>http://www.without-brains.net/archives/64#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:40:28 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SElinux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.without-brains.net/?p=64</guid>
		<description><![CDATA[When developing software I sometimes like to use Eclipse (I recently did some work involving Drools, and there is an excellent Eclipse workbench available for working with Drools). Instead of using a package manager (such as yum or apt) to install Eclipse, I prefer to use the release that is available from eclipse.org and install [...]]]></description>
			<content:encoded><![CDATA[<p>When developing software I sometimes like to use <a title="Eclipse" href="http://www.eclipse.org">Eclipse</a> (I recently did some work involving <a title="Droold" href="http://www.jboss.org/drools">Drools</a>, and there is an excellent Eclipse workbench available for working with Drools). Instead of using a package manager (such as yum or apt) to install Eclipse, I prefer to use the release that is available from eclipse.org and install that in my home directory. That way I can install whatever plugins I want without risking issues when running updates in the package manager.<span id="more-64"></span></p>
<p>If you try to do this in Fedora you&#8217;ll quickly run into SElinux. This can easily be solved by specifying which java binary to use with Eclipse. You can do this by passing in -vm /path/to/java on the command line, or by adding this into the eclipse.ini file.</p>
<p>Another issue that you will have in both Ubuntu 9.10 and Fedora 12 is that certain UI buttons seem unresponsive. When clicking one of those buttons the UI is unresponsive for a few seconds, and when it wakes up it appears as if you had never clicked that button. This is due to the fact that both Ubuntu 9.10 and Fedora 12 ship with a new version of GTK, which contains a new feature which certain applications such as Eclipse can&#8217;t handle properly. The fix to this is quite easy, you can deactivate this new feature by setting the environmental variable GDK_NATIVE_WINDOWS to 1 (or true). You can do this by creating a script that does this before starting Eclipse, that way you don&#8217;t have to turn off this feature entirely but just for Eclipse.</p>
<p>The Fedora and Ubuntu versions of Eclipse that you can install via the distros&#8217; package managers don&#8217;t have this problem, most likely because these versions of Eclipse turn off this GTK feature somehow (perhaps in the same way that I have described above).</p>
<p>You can read more about the GTK story here: <a title="Eclipse/GTK issue" href="http://blog.export.be/2009/10/fixing-eclipse-for-ubuntu-karmic-koala-9-10/">http://blog.export.be/2009/10/fixing-eclipse-for-ubuntu-karmic-koala-9-10/</a>. Kudos to the author, without that article it would have taken me a very long time to figure this one out <img src='http://www.without-brains.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.without-brains.net/archives/64/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux on my desktop and EEE</title>
		<link>http://www.without-brains.net/archives/46</link>
		<comments>http://www.without-brains.net/archives/46#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:18:16 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EEE]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.without-brains.net/?p=46</guid>
		<description><![CDATA[Over the past few years I have mainly ran Ubuntu as my Linux of choice on desktops and laptops. I have run 9.04 on my EEE PC 900 for some time, and I have always been very pleased with it. My desktop has ran Windows XP for ages though, and I have been wanting to [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few years I have mainly ran <a title="Ubuntu" href="http://www.ubuntu.com">Ubuntu</a> as my Linux of choice on desktops and laptops. I have run 9.04 on my <a title="EEE PC 900 product page" href="http://www.asus.nl/product.aspx?P_ID=PGEqzGdfmtS5rjPk">EEE PC 900</a> for some time, and I have always been very pleased with it. My desktop has ran Windows XP for ages though, and I have been wanting to install a Linux distro on it for some time.<span id="more-46"></span></p>
<p>When <a title="Fedora" href="http://fedora.redhat.com">Fedora</a> 12 was released I decided to give that a go. I have to say that like Ubuntu it is easy to install and works really well. Unfortunately though I noticed that I could install packages without root priviliges as written here: <a title="http://linux.slashdot.org/story/09/11/18/2039229/Fedora-12-Lets-Users-Install-Signed-Packages-Sans-Root-Privileges" href="http://linux.slashdot.org/story/09/11/18/2039229/Fedora-12-Lets-Users-Install-Signed-Packages-Sans-Root-Privileges">http://linux.slashdot.org/story/09/11/18/2039229/Fedora-12-Lets-Users-Install-Signed-Packages-Sans-Root-Privileges</a>. To me that is just an unacceptable security risk. I realise that this is just a policy setting (that you can re-configure), but I&#8217;m just not too fond of these types of defaults&#8230;</p>
<p>So I decided to back to Ubuntu. Unfortunately installing the 9.10 release did not go without problems, mainly because I had used some old CD-R(W) discs. Once I had a good CD-RW disc installation was a breeze though. A friend told me that next time I should <a title="USB drive Ubuntu install" href="https://help.ubuntu.com/community/Installation/FromUSBStick">use a USB drive</a> instead <img src='http://www.without-brains.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Because I&#8217;m so happy with Ubuntu 9.10, I also installed it on my EEE PC 900&#8230; using a USB drive <img src='http://www.without-brains.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.without-brains.net/archives/46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
