<?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>infinality.net</title>
	<atom:link href="http://www.infinality.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.infinality.net/blog</link>
	<description>.... Eye Candy for Linux and other Free Operating Systems ....</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:44:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Subpixel Hinting Patch for Freetype &amp; Fedora 13 RPM Packages</title>
		<link>http://www.infinality.net/blog/?p=67</link>
		<comments>http://www.infinality.net/blog/?p=67#comments</comments>
		<pubDate>Tue, 07 Sep 2010 00:11:29 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=67</guid>
		<description><![CDATA[This patch makes Freetype&#39;s (http://www.freetype.org) Truetype interpreter render fonts similarly to MS Cleartype. &#160;It is not perfect, and needs some work on certain fonts, however, in my opinion it renders much, much better than the bi-level Freetype hinting does when doing subpixel rendering. &#160;Anything previous to this that I&#39;ve worked on is simply a hack. [...]]]></description>
			<content:encoded><![CDATA[<p>This patch makes Freetype&#39;s (http://www.freetype.org) Truetype interpreter render fonts similarly to MS Cleartype. &nbsp;It is not perfect, and needs some work on certain fonts, however, in my opinion it renders much, much better than the bi-level Freetype hinting does when doing subpixel rendering. &nbsp;Anything previous to this that I&#39;ve worked on is simply a hack. &nbsp;This is the <em>real thing</em> finally.</p>
<p>This patch is different than all previous so-called &quot;cleartype fixes&quot; for Linux. &nbsp;The reason is that the MS truetype interpreter does subpixel <em>filtering</em>, but also subpixel <em>hinting, </em>which has <em>never been done before</em> in Freetype. &nbsp;(&quot;Subpixel hinting&quot; means that the outlines of the letters are rounded to subpixel boundaries instead of pixel boundaries. &nbsp;&quot;Subpixel filtering&quot; means that the part of the renderer that chooses which pixels to light up does so with the idea of subpixel boundaries instead of pixel boundaries.) &nbsp; The Freetype library has hitherto only done subpixel <em>filtering</em>, and<em> WHOLE pixel</em>&nbsp;<em>hinting</em>. &nbsp;This looks great when using non-antialised fonts (circa Win98), but looks bad on legacy fonts when doing antialiasing and subpixel filtering, because the legacy fonts were designed with the idea of bi-level (monochrome) hinting in mind, not subpixel (antialiased) hinting. &nbsp;The MS TT interpreter in Windows XP and later works around this by ignoring certain Truetype instructions contained in the font. &nbsp;This patch attempts to duplicate that functionality. &nbsp;Modern free fonts like Liberation and DejaVu also look good with this too, because they were designed with subpixel hinting in mind.</p>
<p>Another benefit to this is that this is modifying the default (native) hinter of Freetype, which all programs should use by default. &nbsp;This means that oo.org, WINE, Xft, Qt and just about everything else will be using this by default. &nbsp;In other words, almost all programs will render fonts the <em>same good way</em>. &nbsp;&nbsp;</p>
<p>Please feel free to make suggestions and criticisms of the approach and implementation. My goal is to make this patch quality and accurate, and get it into the freetype tree if possible. There are plenty of improvements that can still be made, in features and implementation. &nbsp; This&nbsp;is an all-in-one patch that should cleanly patch freetype-2.4.2, enable LCD filtering, subpixel rendering, and the new subpixel hinting.</p>
<hr />
<p><strong>Latest Versions</strong> <span style="color: rgb(255, 0, 0); "><strong>(2010-09-06)</strong></span></p>
<ul>
<li>x86_64 -&nbsp;<a href="http://www.infinality.net/fedora/linux/13/x86_64/">http://www.infinality.net/fedora/linux/13/x86_64/</a></li>
<li>i386 -&nbsp;<a href="http://www.infinality.net/fedora/linux/13/i386/">http://www.infinality.net/fedora/linux/13/i386/</a></li>
<li>Patch -&nbsp;<a href="http://www.infinality.net/files/subpixel-hinting-20100903-1.patch">http://www.infinality.net/files/subpixel-hinting-20100903-1.patch</a></li>
</ul>
<p><strong>I&nbsp;<em>strongly recommended</em>&nbsp;to:<br />
	</strong></p>
<ul>
<li>Use this&nbsp;<a href="http://www.infinality.net/files/local.conf">/etc/fonts/local.conf</a>&nbsp;(or know what you are doing otherwise)</li>
<li>Remove/disable your ~/.fonts.conf</li>
<li>Use cairo and libXft packages that make use of LCD FIR filtering (such as the ones here: &nbsp;<a href="http://www.infinality.net/blog/?p=5">http://www.infinality.net/blog/?p=5</a>&nbsp;)</li>
</ul>
<p>Please make sure you have done these things before asking why something isn&#39;t working. &nbsp;Here is a good resource that explains how to set up and modify a /etc/fonts/local.conf to your personal taste:</p>
<p><meta content="text/html; charset=utf-8" http-equiv="content-type" /><a href="http://wiki.archlinux.org/index.php/Font_Configuration">http://wiki.archlinux.org/index.php/Font_Configuration</a></p>
<p>&nbsp;</p>
<hr />
<p><span style="color:#f00;"><strong>(Updated 2010-09-06)</strong></span>&nbsp;&nbsp;<strong>PACKAGE UPDATE</strong> &#8211; This update fixes the LD_PRELOAD issues in the recent packages. &nbsp;Let me know if problems continue! &nbsp;Also, I will soon have an updated patch that will be cleaner, allow enabling / disabling with a #define macro, and some additional features, including the ability to tweak the hinting on specific fonts, sizes, and glyphs. &nbsp; I will then see about submitting it to Freetype.</p>
<p><span style="color: rgb(255, 0, 0); "><strong>(Updated 2010-09-03)</strong></span>&nbsp;&nbsp;<strong>PACKAGE AND PATCH UPDATE</strong> &#8211; This version includes updates that the Gentoo people did for 2.4.2 (<a href="http://forums.gentoo.org/viewtopic-p-6350322.html#6350322">http://forums.gentoo.org/viewtopic-p-6350322.html#6350322</a>), as well as a tweak that I made on the synthetic emboldening that Freetype does. &nbsp;This should make synthetically emboldend fonts look spectacular compared to the default. &nbsp;Basically, it disables emboldening in the Y direction, which was causing a lot of smeary looking fonts. &nbsp; Here is a sample of this enhacement, using Andale Mono, which has no bold version available:</p>
<p>&nbsp;</p>
<p><img alt="" src="http://www.infinality.net/images/andale_synthetic.png" /></p>
<p><a href="http://www.infinality.net/fedora/linux/13/x86_64/">http://www.infinality.net/fedora/linux/13/x86_64/freetype-subpixel-2.4.2-2.fc13.x86_64.rpm</a>&nbsp;&nbsp;&nbsp;</p>
<p><a href="http://www.infinality.net/fedora/linux/13/i386/">http://www.infinality.net/fedora/linux/13/i386/freetype-subpixel-2.4.2-2.fc13.i386.rpm</a>&nbsp;&nbsp;&nbsp;</p>
<p><a href="http://www.infinality.net/files/subpixel-hinting-20100903-1.patch">http://www.infinality.net/files/subpixel-hinting-20100903-1.patch</a></p>
<p>&nbsp;</p>
<p><span style="color: rgb(255, 0, 0); "><strong>(Updated 2010-06-17)</strong></span>&nbsp;<a href="http://www.infinality.net/fedora/linux/13/x86_64/">http://www.infinality.net/fedora/linux/13/x86_64/freetype-subpixel-2.3.12-3.fc13.rpm</a>&nbsp;&nbsp; &nbsp;Also&#8230;. It&#39;s&nbsp;<strong><em>strongly recommended</em></strong>&nbsp;to use this&nbsp;<a href="http://www.infinality.net/files/local.conf">/etc/fonts/local.conf</a>, and to remove/disable your ~/.fonts.conf, not to mention using the cairo and libXft packages available at that link.</p>
<p>&nbsp;</p>
<p><span style="color: rgb(255, 0, 0); "><strong>(Updated 2010-04-24)</strong></span>&nbsp;<a href="http://www.infinality.net/files/subpixel-hinting-20100424-1.patch">http://www.infinality.net/files/subpixel-hinting-20100424-1.patch</a></p>
<p>There are a few more tweaks I need to make the patch acceptable for inclusion into Freetype. &nbsp;In the meantime here are the Fedora 13 RPMS. &nbsp;They safely install alongside the system freetype, and use LD_PRELOAD to override system libraries. &nbsp;You may get LD_PRELOAD warnings / errors when running from command-line. &nbsp;These will go away eventually once this patch is in freetype.</p>
<p>&nbsp;</p>
<p>Here is a DejaVu Sans sample, rendered with Freetype, using this patch:</p>
<p><img alt="" src="http://www.infinality.net/images/dejavu-sph.png" /></p>
<p>Here is a Tahoma sample, rendered with Freetype, using this patch:</p>
<p><img alt="" src="http://www.infinality.net/images/tahoma-sph.png" /></p>
<p>&nbsp;</p>
<p>&nbsp;Here is an Arial sample, rendered with Freetype, using this patch:</p>
<p><img alt="" src="http://www.infinality.net/images/arial-sph.png" /></p>
<p>&nbsp;</p>
<p>Here is a Liberation Sans sample, rendered with Freetype, using this patch:</p>
<p><img alt="" src="http://www.infinality.net/images/liberation-sans-sph.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=67</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Make Your Fonts Render Better Than Any Other Operating System Renders Them</title>
		<link>http://www.infinality.net/blog/?p=142</link>
		<comments>http://www.infinality.net/blog/?p=142#comments</comments>
		<pubDate>Sat, 04 Sep 2010 06:29:15 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=142</guid>
		<description><![CDATA[After suffering with Linux fonts for awhile, I ended up spending hundreds of hours messing around with and learning about FONTS. &#160;My initial goal was to make fonts render similarly to the way they do on Windows, which is where I came from. &#160;After my experience though, I&#39;ve come to realize that with some tweaks [...]]]></description>
			<content:encoded><![CDATA[<p><meta content="text/html; charset=utf-8" http-equiv="content-type" />After suffering with Linux fonts for awhile, I ended up spending hundreds of hours messing around with and learning about FONTS. &nbsp;My initial goal was to make fonts render similarly to the way they do on Windows, which is where I came from. &nbsp;After my experience though, I&#39;ve come to realize that with some tweaks (with my patches), fonts render better on my Linux system than any other OS I&#39;ve seen. &nbsp;I go back to Windows and see grainy, hard fonts. &nbsp;Freetype&#39;s slight rendering with LCD filtering is easily superior to Windows. &nbsp;Apple&#39;s font rendering is a sloppy mess, in my opinion. &nbsp;They apparently gave up on the hinting they helped develop, and have gone to a completely un-hinted solution, which may look OK under high resolution, but to me, on my monitor, looks very blurry and sloppy. &nbsp;I&#39;m very happy with the patches I&#39;ve made, although there is absolutely room for improvement, or at least customization.</p>
<p>In my opinion, the way fonts render on your system should be as customizable as you want them to be. &nbsp;That is why I love Linux. &nbsp;Everything you want to do is at your fingertips. &nbsp;If you don&#39;t like it, you are free to modify and enjoy it. &nbsp;What a cool thing.</p>
<p><a href="http://www.infinality.net/blog/?p=67">http://www.infinality.net/blog/?p=67</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=142</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My /etc/fonts/local.conf</title>
		<link>http://www.infinality.net/blog/?p=3</link>
		<comments>http://www.infinality.net/blog/?p=3#comments</comments>
		<pubDate>Sat, 04 Sep 2010 00:00:22 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=3</guid>
		<description><![CDATA[Here is the&#160;current version of my local.conf file. &#160; &#160;(2010-08-29)&#160;&#160;I updated this to clean up some inaccurate comments, as well as streamline a few things. &#160;Not a major change. &#160;(2010-08-16) &#160;This assumes use of my subpixel hinting patch or package for freetype! &#160;It also assumes that you are not using a ~/.fonts.conf file. &#160;If you [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the&nbsp;<a href="http://www.infinality.net/files/local.conf">current version of my local.conf file</a>. &nbsp;</p>
<p><strong><span style="color: rgb(255, 0, 0); ">&nbsp;(2010-08-29)</span></strong>&nbsp;&nbsp;I updated this to clean up some inaccurate comments, as well as streamline a few things. &nbsp;Not a major change.</p>
<p>&nbsp;<strong><span style="color:#f00;">(2010-08-16)</span> &nbsp;<em>This assumes use of my subpixel hinting patch or package for freetype! &nbsp;</em></strong>It also assumes that you are not using a ~/.fonts.conf file. &nbsp;If you have one, you can disable it by doing: &nbsp;mv ~/.fonts.conf ~/.fonts.conf.disabled.</p>
<p><meta content="text/html; charset=utf-8" http-equiv="content-type" />&nbsp;<strong><span style="color: rgb(255, 0, 0); ">(2010-09-03)</span>&nbsp;&nbsp;<em>&nbsp;</em></strong>This is updated to reflect changes in my patch located here (<a href="http://www.infinality.net/blog/?p=67">http://www.infinality.net/blog/?p=67</a>). &nbsp;I&#39;ve fixed some replacements for fonts that just suck, and removed replacements for bold fonts, given the new enhancements to the freetype synthetic emboldening.</p>
<p><meta content="text/html; charset=utf-8" http-equiv="content-type" /></p>
<p>This is a <a href="http://www.infinality.net/files/local.conf.old">really old version of my .fonts.conf</a>. &nbsp; I&#39;m leaving it here, as I think it may be useful to some people.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>&#8220;Seven&#8221; Plymouth Bootsplash Theme</title>
		<link>http://www.infinality.net/blog/?p=128</link>
		<comments>http://www.infinality.net/blog/?p=128#comments</comments>
		<pubDate>Thu, 19 Aug 2010 02:25:58 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=128</guid>
		<description><![CDATA[See this: http://kde-look.org/content/show.php/Seven+Plymouth+Theme?content=128652 &#160;]]></description>
			<content:encoded><![CDATA[<p>See this:</p>
<p><meta content="text/html; charset=utf-8" http-equiv="content-type" /><a href="http://kde-look.org/content/show.php/Seven+Plymouth+Theme?content=128652">http://kde-look.org/content/show.php/Seven+Plymouth+Theme?content=128652</a></p>
<p>&nbsp;</p>
<p><img alt="" src="http://www.infinality.net/files/7-61.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=128</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font Testing Page</title>
		<link>http://www.infinality.net/blog/?p=83</link>
		<comments>http://www.infinality.net/blog/?p=83#comments</comments>
		<pubDate>Sun, 25 Apr 2010 02:29:45 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=83</guid>
		<description><![CDATA[&#160;I use this page to visually check fonts. &#160;It&#8217;s kinda hacky and sloppy but it works. &#160;Maybe it would be useful to others, so I&#8217;m linking it: http://www.infinality.net/files/font.html]]></description>
			<content:encoded><![CDATA[<p>&nbsp;I use this page to visually check fonts. &nbsp;It&#8217;s kinda hacky and sloppy but it works. &nbsp;Maybe it would be useful to others, so I&#8217;m linking it:</p>
<p><a href="http://www.infinality.net/files/font.html">http://www.infinality.net/files/font.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 13 &#8211; David Turner LCD Subpixel FIR Filter Font Packages</title>
		<link>http://www.infinality.net/blog/?p=5</link>
		<comments>http://www.infinality.net/blog/?p=5#comments</comments>
		<pubDate>Sat, 07 Nov 2009 03:17:47 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=5</guid>
		<description><![CDATA[As part of my quest for &#34;perfect&#34; fonts in Linux on my LCD monitor, I stumbled across some patches that David Turner of freetype.org put out in 2006.&#160; They modify cairo and libXft to use significantly better subpixel rendering techniques.&#160; The patches I found to work were from Jaganath&#39;s page.&#160; I started getting annoyed when [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my quest for &quot;perfect&quot; fonts in Linux on my LCD monitor, I stumbled across some patches that David Turner of freetype.org put out in 2006.&nbsp; They modify cairo and libXft to use significantly better subpixel rendering techniques.&nbsp; The patches I found to work were from <a href="http://jaganath.wordpress.com/2006/11/16/cleartype-lcd-patch-on-mandriva-linux-2007/">Jaganath&#39;s page</a>.&nbsp; I started getting annoyed when I would update Fedora and these libraries would be overwritten, requiring me to download, patch and recompile updated source code.&nbsp; So, I figured out how to make RPM packages instead, which suprisingly took very little time to figure out and are much more portable and generally easy to deal with.&nbsp; In many cases, the rendering now looks superior to any other OS I&#39;ve seen.&nbsp; Jim Bevenhall&#39;s <a href="http://www.bevenhall.se/jim/fedora-cleartype/">page</a> provides similar packages.</p>
<p>For Fedora 11, I have redesigned how the packages work. &nbsp;They used to replace the original packages. &nbsp;Now, they use ldconfig to override the existing packages. &nbsp;This makes installation and uninstallation a breeze, and Fedora updates to the original packages shouldn&#39;t stop the modified packages from working. &nbsp;I chose the suffix &quot;freeworld&quot; because it seemed like that is the agreed upon suffix in the FOSS world for stuff like this. &nbsp;I am no longer providing the freetype packages, as those are already available at rpmfusion.org. &nbsp;Once you install rpmfusion, you would do this:</p>
<div><code>yum install freetype-freeworld.i586</code></div>
<div><code>yum install freetype-freeworld.x86_64</code>&nbsp; &nbsp; &nbsp; &nbsp;(if you are running x64, I recommend installing both)</div>
<p>Then, download these packages and in the download directory do:</p>
<p><code>yum install *.rpm</code></p>
<div>If running x86_64, I recommend installing x86_64 and i386 packages, in case you have some x86 binaries that you would also like to look nice.</div>
<div>&nbsp;</div>
<div><span style="color:#FF0000;"><strong>Update June 13, 2009</strong></span>: &nbsp;Due to problems with some application startup scripts overriding ldconfig with forced LD_LIBRARY_PATH settings, I&#39;ve added LD_PRELOAD functionality to /etc/profile.d/ in these packages. &nbsp;It should make more applications use the better rendering, but may spit out errors when it can&#39;t load a library for various reasons. &nbsp;If you don&#39;t want this LD_PRELOAD functionality, create a file /etc/sysconfig/fonts with PRELOAD=0 in it. &nbsp;Also, the cairo packages include LD_PRELOAD functionality for the freetype from rpmfusion.org, as I assume anyone installing these packages also will be installing the modified freetype (otherwise it&#39;s pretty pointless <img src='http://www.infinality.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</div>
<div>&nbsp;</div>
<div><meta content="text/html; charset=utf-8" http-equiv="content-type" /><span class="Apple-style-span" style="color: rgb(255, 0, 0); "><strong>Update June 17, 2010</strong></span>: &nbsp;Fedora 13 Packages are available!</div>
<p><meta content="text/html; charset=utf-8" http-equiv="content-type" /></p>
<div>&nbsp;</div>
<div><a href="/fedora/linux/13/i386/">cairo-freeworld.i386</a></div>
<div><a href="/fedora/linux/13/i386/">libXft-freeworld.i386</a></div>
<div>&nbsp;</div>
<div><a href="/fedora/linux/13/x86_64/">cairo-freeworld.x86_64</a></div>
<div><a href="/fedora/linux/13/x86_64/">libXft-freeworld.x86_64</a></div>
<div>&nbsp;</div>
<div>Source RPMs for those interested in building the package themselves:</div>
<div>&nbsp;</div>
<div><a href="/fedora/linux/13/SRPMS/">cairo-freeworld.src.rpm</a></div>
<div><a href="/fedora/linux/13/SRPMS/">libXft-freeworld.src.rpm</a></div>
<div>&nbsp;</div>
<p>Keep in mind that the cairo packages also have an additional tweak to make them respect fontconfig settings (~/.fonts.conf and/or /etc/fonts/local.conf). This means that hinting type, antialiasing, etc. must be configured through those files, not through gnome-appearance-properties.</p>
<p>Sample Image:</p>
<p><img alt="" src="/images/gimp.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>Fedora 12 &#8211; KDE4 Smooth Tasks Packages Available</title>
		<link>http://www.infinality.net/blog/?p=51</link>
		<comments>http://www.infinality.net/blog/?p=51#comments</comments>
		<pubDate>Sat, 07 Nov 2009 02:23:29 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Themes & Styles]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=51</guid>
		<description><![CDATA[This project attempts to replicate the new taskbar functionality of Windows 7 in KDE4 / Plasma. &#160;Aside from that, it&#8217;s still a nice replacement for the default KDE4 task list. &#160;The source appears to be updated often, but packages may not always be up to date here. &#160;For the bleeding edge, you should build it [...]]]></description>
			<content:encoded><![CDATA[<p>This project attempts to replicate the new taskbar functionality of Windows 7 in KDE4 / Plasma. &nbsp;Aside from that, it&#8217;s still a nice replacement for the default KDE4 task list. &nbsp;The source appears to be updated often, but packages may not always be up to date here. &nbsp;For the bleeding edge, you should build it yourself: &nbsp; http://kde-look.org/content/show.php/Smooth+Tasks?content=101586</p>
<p>(<strong><span style="color:#FF0000;">UPDATE</span></strong>: &nbsp;Apparently this only works on my system at the moment&#8230; looking into the issue with the package&#8230;. stay tuned.)</p>
<p><a href="/fedora/linux/12/">http://www.infinality.net/fedora/linux/12/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 &#8211; Aurorae Theme Engine Packages</title>
		<link>http://www.infinality.net/blog/?p=43</link>
		<comments>http://www.infinality.net/blog/?p=43#comments</comments>
		<pubDate>Sat, 07 Nov 2009 02:10:02 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Themes & Styles]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=43</guid>
		<description><![CDATA[Source from: &#160;http://www.kde-look.org/content/show.php?content=107158&#38;forumpage=9 http://www.infinality.net/fedora/linux/12/]]></description>
			<content:encoded><![CDATA[<p>Source from: &nbsp;http://www.kde-look.org/content/show.php?content=107158&amp;forumpage=9</p>
<p><a href="/fedora/linux/12/">http://www.infinality.net/fedora/linux/12/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 &#8211; Audacious 2.1- LADSPA &#8211; NSF &#8211; SPC &#8211; audacious-plugins &#8211; Fixed Packages and Source</title>
		<link>http://www.infinality.net/blog/?p=41</link>
		<comments>http://www.infinality.net/blog/?p=41#comments</comments>
		<pubDate>Sat, 07 Nov 2009 02:07:57 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=41</guid>
		<description><![CDATA[Fedora 12 has updated audacious to version 2.1, but there is a problem with the LADSPA plugin not saving its settings (See: http://jira.atheme.org/browse/AUDPLUG-2 ) and the game console music plugin crashing (http://jira.atheme.org/browse/AUDPLUG-40 ). &#160; I&#8217;ve built audacious-plugin packages that fix this issue after reading about the workarounds mentioned on the pages. http://www.infinality.net/fedora/linux/12/]]></description>
			<content:encoded><![CDATA[<p>Fedora 12 has updated audacious to version 2.1, but there is a problem with the LADSPA plugin not saving its settings (See: http://jira.atheme.org/browse/AUDPLUG-2 ) and the game console music plugin crashing (http://jira.atheme.org/browse/AUDPLUG-40 ). &nbsp; I&#8217;ve built audacious-plugin packages that fix this issue after reading about the workarounds mentioned on the pages.</p>
<p><a href="/fedora/linux/12/">http://www.infinality.net/fedora/linux/12/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 RPMS</title>
		<link>http://www.infinality.net/blog/?p=38</link>
		<comments>http://www.infinality.net/blog/?p=38#comments</comments>
		<pubDate>Sat, 07 Nov 2009 01:32:02 +0000</pubDate>
		<dc:creator>Moony</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mouse Cursors]]></category>
		<category><![CDATA[Themes & Styles]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.infinality.net/blog/?p=38</guid>
		<description><![CDATA[Fedora 12 RPMS have been added to the repository. &#160;QtCurve-common package is now obsolete, as it is included in the gtk2 package. &#160;This gets past some goofy dependency issues. &#160;&#160;Let me know if you experience any issues with the F12 packages! http://www.infinality.net/fedora/linux/]]></description>
			<content:encoded><![CDATA[<p>Fedora 12 RPMS have been added to the repository. &nbsp;QtCurve-common package is now obsolete, as it is included in the gtk2 package. &nbsp;This gets past some goofy dependency issues. &nbsp;&nbsp;Let me know if you experience any issues with the F12 packages!</p>
<p><a href="/fedora/linux/">http://www.infinality.net/fedora/linux/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infinality.net/blog/?feed=rss2&amp;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
