<?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>Jeremy&#039;s Weblog &#187; xfce</title>
	<atom:link href="http://blog.jolexa.net/tag/xfce/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jolexa.net</link>
	<description>Random thoughts and rants...mostly Linux</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:49:45 +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>Gentoo: Xfce 4.8pre2 Released</title>
		<link>http://blog.jolexa.net/2010/12/06/gentoo-xfce-4-8pre2-released/</link>
		<comments>http://blog.jolexa.net/2010/12/06/gentoo-xfce-4-8pre2-released/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 15:51:22 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=752</guid>
		<description><![CDATA[Xfce-4.8pre2 was announced yesterday. Gentoo has it available already thanks to the work of Samuli (ssuominen). The pre1 version was available with 0day bumps too, that proved to have the normal beta release &#8220;issues&#8221;, there are many bugs fixed in pre2 (ChangeLog). I saw several Gentoo users participating on the Xfce bugtracker, thanks. If you [...]]]></description>
			<content:encoded><![CDATA[<p>Xfce-4.8pre2 was <a href="http://www.xfce.org/about/news?id=25">announced</a> yesterday. Gentoo has it available already thanks to the work of Samuli (ssuominen). The pre1 version was available with 0day bumps too, that proved to have the normal beta release &#8220;issues&#8221;, there are many bugs fixed in pre2 (<a href="http://www.xfce.org/documentation/changelogs/4.8pre2">ChangeLog</a>). I saw several Gentoo users participating on the Xfce bugtracker, thanks. If you are of the type to test and report bugs, feel free to upgrade to 4.8pre2 and help make 4.8 final a solid release by participating upstream (<a href="http://bugzilla.xfce.org/">bug tracker</a>).</p>
<p>The final 4.8 release is scheduled for January 16th, 2011. The Gentoo Xfce team will continue to bring you 0day bumps if possible. The 4.8 series will not hit the Gentoo stable tree until after the final release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2010/12/06/gentoo-xfce-4-8pre2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo: How to handle &#8220;xfce extras&#8221;?</title>
		<link>http://blog.jolexa.net/2009/08/01/gentoo-how-to-handle-xfce-extras/</link>
		<comments>http://blog.jolexa.net/2009/08/01/gentoo-how-to-handle-xfce-extras/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 23:32:18 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=472</guid>
		<description><![CDATA[We are cleaning up the XFCE ebuilds via a new eclass. The current eclasses do not make maintenance any easier, like they should. Some other things on the TODO list include: Remove xfce-4.4 from the tree. 4.6.1 has long since been stable. Caveats: We promised mips that they could have a ~month to keyword 4.6.1. [...]]]></description>
			<content:encoded><![CDATA[<p>We are cleaning up the XFCE ebuilds via a <a href="http://archives.gentoo.org/gentoo-dev/msg_1b936bfecc26ef53d2572006d4556aef.xml">new eclass</a>. The current eclasses do not make maintenance any easier, like they should. Some other things on the TODO list include:</p>
<ul>
<li>Remove xfce-4.4 from the tree. 4.6.1 has long since been stable. Caveats: We promised mips that they could have a ~month to keyword 4.6.1. <a href="http://www.gentoo.org/proj/en/gentoo-alt/prefix/">Gentoo Prefix</a> can&#8217;t easily use 4.6.1 due to the xorg-server dependency.</li>
<li>Rename plugins to match what upstream calls them. For example, what Gentoo calls <code>xfce-extra/xfce4-cpu-freq</code>, upstream calls <code>xfce4-cpufreq-plugin</code> This is true of all plugins.</li>
<li>Remove the meta extras package, <code>xfce-base/xfce4-extras</code>.</li>
</ul>
<p>The last bullet point is where I would like to gain input on how to provide the best user experience for xfce users on Gentoo. We are contemplating on removing the meta package because: it is tricky to add new plugins to it (requires more arch team work via rev bumps). Renaming plugins will require more work because of the meta package. And finally, what is the point of this meta package (some would ask) &#8211; outdated, etc.</p>
<p>So some possible options:</p>
<ol>
<li>Remove the meta package completely and let the user emerge what they want. We are leaning towards this one.</li>
<li>Provide an USE flag for <code>xfce-base/xfce4</code> to emerge all these extras, since it is a meta package anyway. This allows arch teams to mask the use flag if they don&#8217;t want to deal with all the plugins. Not a good option though, in my opinion.</li>
<li>Revbump the meta package everytime there is a new plugin added to the tree.</li>
<li>Other option that I haven&#8217;t thought of?</li>
</ol>
<p>So, what is it? What would provide the best XFCE experience on Gentoo?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/08/01/gentoo-how-to-handle-xfce-extras/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Gentoo: Xfce-4.6.1 released</title>
		<link>http://blog.jolexa.net/2009/04/20/gentoo-xfce-461-released/</link>
		<comments>http://blog.jolexa.net/2009/04/20/gentoo-xfce-461-released/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 04:47:12 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=361</guid>
		<description><![CDATA[The release of Xfce-4.6.1 was announced approximately 36 hours ago on the xfce-announce mailing list. It is my pleasure to say that it is now in the Gentoo tree as well. You can find a shiny 4.6.1 bugfix release upon your next &#8211;sync. Due to the number of bugfixes by the Xfce team upstream, the [...]]]></description>
			<content:encoded><![CDATA[<p>The release of Xfce-4.6.1 was <a href="http://mocha.xfce.org/about/news?id=22">announced</a> approximately 36 hours ago on the xfce-announce mailing list. It is my pleasure to say that it is now in the Gentoo tree as well. You can find a shiny 4.6.1 bugfix release upon your next &#8211;sync.</p>
<p>Due to the <a href="http://mocha.xfce.org/documentation/changelogs/4.6.1">number of bugfixes</a> by the Xfce team upstream, the Gentoo Xfce team has decided to remove 4.6.0 related ebuilds and focus on bringing 4.6.1 to the stable tree. As always, please test and report bugs. Upstream issues should goto the <a href="http://bugzilla.xfce.org/">Xfce bug tracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/04/20/gentoo-xfce-461-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Linux: Quote of the Day</title>
		<link>http://blog.jolexa.net/2009/02/08/linux-quote-of-the-day/</link>
		<comments>http://blog.jolexa.net/2009/02/08/linux-quote-of-the-day/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 04:44:08 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=245</guid>
		<description><![CDATA[The advantage of Open Source is not the price, it’s its open nature. Knowledge is freedom and Open Source is all about freedom, no closed source alternative can match that. But this not something so obvious when you’re new to Open Source.  &#8211;Oliver Fourdan (Creator of Xfce) [source] Yup, sounds right. Explains why even in [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The advantage of Open Source is not the price, it’s its open nature. Knowledge is freedom and Open Source is all about freedom, no closed source alternative can match that. But this not something so obvious when you’re new to Open Source.  &#8211;Oliver Fourdan (Creator of <a href="http://xfce.org">Xfce</a>) [<a href="http://www.slashgear.com/xfce-creator-talks-linux-moblin-netbooks-and-open-source-0633329/">source</a>]</p></blockquote>
<p>Yup, sounds right. Explains why even in this global economy, people will still buy closed source products (ie. more expensive). They are comfortable with them and don&#8217;t care to learn otherwise. It is too bad really.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/02/08/linux-quote-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo: xfce4 fonts not sized correctly</title>
		<link>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/</link>
		<comments>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 22:13:53 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://jolexa.wordpress.com/?p=44</guid>
		<description><![CDATA[Quick tip: Problem: When installing Gentoo, Xfce4 on my new amd64 laptop, the fonts were extremely goofy compared to my old installation on x86. Meaning that terminal fonts looked ok, but gtk based fonts were large and small. I couldn&#8217;t figure this out and finally found a solution on XUbuntu&#8217;s blog post. I will reiterate [...]]]></description>
			<content:encoded><![CDATA[<p>Quick tip:</p>
<p>Problem: When installing Gentoo, Xfce4 on my new amd64 laptop, the fonts were extremely goofy compared to my old installation on x86. Meaning that terminal fonts looked ok, but gtk based fonts were large and small. I couldn&#8217;t figure this out and finally found a solution on <a href="http://xubuntu.wordpress.com/2006/08/09/howto-fix-xfce-fonts/">XUbuntu&#8217;s blog post.</a> I will reiterate it here for my future reference and maybe help someone else with this same problem.</p>
<p>Solution: In ~/.config/xfce4, append to the Xft.xrdb file (or create the file):<br />
<code>Xft.dpi: 96</code>.</p>
<p>Then, log out and log back in. The fonts look normal sized again. I&#8217;m not sure what Xfce4 defaults to but whatever it was, it was clearly incorrect for my laptop.</p>
<p><strong>Update:</strong> <a href="http://dev.gentoo.org/~nightmorph/">nightmorph</a>, a fellow Gentoo developer, explains how to use the Xfce GUI to change the DPI setting as well. Please see the comments of this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2008/08/02/gentoo-xfce4-fonts-not-sized-correctly/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

