<?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>Fedora Rules</title>
	<atom:link href="http://fedora.rasmil.dk/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://fedora.rasmil.dk/blog</link>
	<description>My Thoughts about Fedora, Life and other stuff</description>
	<lastBuildDate>Fri, 27 Aug 2010 12:59:54 +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>Translate WTF?</title>
		<link>http://fedora.rasmil.dk/blog/?p=181</link>
		<comments>http://fedora.rasmil.dk/blog/?p=181#comments</comments>
		<pubDate>Fri, 27 Aug 2010 12:59:54 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=181</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://fedora.rasmil.dk/blog/wp-content/uploads/2010/08/screenshot_047.png"><img class="alignnone size-full wp-image-182" title="screenshot_047" src="http://fedora.rasmil.dk/blog/wp-content/uploads/2010/08/screenshot_047.png" alt="" width="654" height="489" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=181</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple is playing the M$ Game</title>
		<link>http://fedora.rasmil.dk/blog/?p=176</link>
		<comments>http://fedora.rasmil.dk/blog/?p=176#comments</comments>
		<pubDate>Wed, 03 Mar 2010 06:27:46 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=176</guid>
		<description><![CDATA[Patents are really a bad thing http://www.engadget.com/2010/03/02/apple-vs-htc-a-patent-breakdown/ What will be the next, Apple suing fruit farmers for calling there fruits for apples]]></description>
			<content:encoded><![CDATA[<p>Patents are really a bad thing <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><a href="http://www.engadget.com/2010/03/02/apple-vs-htc-a-patent-breakdown/">http://www.engadget.com/2010/03/02/apple-vs-htc-a-patent-breakdown/</a></p>
<p>What will be the next, Apple suing fruit farmers for calling there fruits for apples <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue with installing kernel using yumex-2.9.x in Fedora 12</title>
		<link>http://fedora.rasmil.dk/blog/?p=172</link>
		<comments>http://fedora.rasmil.dk/blog/?p=172#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:48:36 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=172</guid>
		<description><![CDATA[There is a selinux issues in Yum Extender 2.9.x in Fedora 12 (Beta) and F11. It will give problems when installing new kernels you will get messages like this 13:33:46 : YUM: /sbin/new-kernel-pkg: line 292: /sbin/depmod: Permission denied 13:34:05 : YUM: /usr/bin/ldd: line 118: /sbin/udevd: Permission denied It is caused by /usr/share/yumex/yumex-yum-backend is not labeled [...]]]></description>
			<content:encoded><![CDATA[<p>There is a selinux issues in Yum Extender 2.9.x in Fedora 12 (Beta) and F11.</p>
<p>It will give problems when installing new kernels</p>
<p>you will get messages like this</p>
<pre>
13:33:46 : YUM: /sbin/new-kernel-pkg: line 292: /sbin/depmod: Permission denied
13:34:05 : YUM: /usr/bin/ldd: line 118: /sbin/udevd: Permission denied
</pre>
<p>It is caused by /usr/share/yumex/yumex-yum-backend is not labeled correctly.</p>
<p>Run the following commands as root to fix it.</p>
<pre>
chcon system_u:object_r:rpm_exec_t:s0  /usr/share/yumex/yumex-yum-backend
restorecon -r /usr/share/yumex
</pre>
<p>I have requested it to be added to standard SELinux policy in Fedora.</p>
<p><a href="https://bugzilla.redhat.com/show_bug.cgi?id=527528">https://bugzilla.redhat.com/show_bug.cgi?id=527528</a></p>
<p>To fix an already installed kernel in F12.</p>
<pre>
$ rpm -q kernel-PAE --scripts | grep -e '--install'
/sbin/new-kernel-pkg --package kernel-PAE --mkinitrd --dracut --depmod .......
</pre>
<p>copy the /sbin/new-kernel-pkg command and run it as root.</p>
<pre>
/sbin/new-kernel-pkg --package kernel-PAE --mkinitrd --dracut --depmod .......
</pre>
<p>if you are using a non PAE system then substitute &#8216;kernel-PAE&#8217; with &#8216;kernel&#8217; in the rpm -q command.</p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=172</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum history</title>
		<link>http://fedora.rasmil.dk/blog/?p=167</link>
		<comments>http://fedora.rasmil.dk/blog/?p=167#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:08:43 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=167</guid>
		<description><![CDATA[yum in Fedora 12 Beta contain a new cool history feature that make it posible to see what happed in part transaction and redo/undo past transaction. Example 1: Showing the past transaction # yum history Loaded plugins: presto, refresh-packagekit ID &#124; Login user &#124; Date and time &#124; Action(s) &#124; Altered ------------------------------------------------------------------------------- 17 &#124; Tim [...]]]></description>
			<content:encoded><![CDATA[<p>yum in Fedora 12 Beta contain a new cool history feature that make it posible to<br />
see what happed in part transaction and redo/undo past transaction.</p>
<p><strong>Example 1: Showing the past transaction</strong></p>
<pre>

# yum history
Loaded plugins: presto, refresh-packagekit
ID     | Login user             | Date and time    | Action(s)      | Altered
-------------------------------------------------------------------------------
    17 | Tim Lauridsen <tim>    | 2009-10-26 15:43 | Erase          |    1
    16 | Tim Lauridsen <tim>    | 2009-10-26 15:30 | Install        |    1
    15 | Tim Lauridsen <tim>    | 2009-10-26 15:27 | Install        |    3
    14 | Tim Lauridsen <tim>    | 2009-10-26 15:25 | Erase          |    1
    13 | Tim Lauridsen <tim>    | 2009-10-26 15:09 | Install        |    1
    12 | Tim Lauridsen <tim>    | 2009-10-26 13:17 | Install        |    6
    11 | Tim Lauridsen <tim>    | 2009-10-26 13:13 | I, U           |   28
    10 | Tim Lauridsen <tim>    | 2009-10-24 18:50 | Install        |  122
     9 | Tim Lauridsen <tim>    | 2009-10-24 18:40 | Update         |   11
     8 | Tim Lauridsen <tim>    | 2009-10-23 19:39 | Install        |    2
     7 | Tim Lauridsen <tim>    | 2009-10-23 19:30 | Install        |   26
     6 | Tim Lauridsen <tim>    | 2009-10-23 18:51 | Install        |    1  <
     5 | Tim Lauridsen <tim>    | 2009-10-23 18:49 | Install        |   42 ><
     4 | Tim Lauridsen <tim>    | 2009-10-23 18:46 | Install        |    5 >
     3 | Tim Lauridsen <tim>    | 2009-10-23 18:34 | I, U           |  189
     2 | Tim Lauridsen <tim>    | 2009-10-23 18:14 | Install        |    3
     1 | System <unset>         | 2009-10-23 16:35 | Install        | 1136
</pre>
<p><strong>Example 2: Showing transaction containing the yumex package<br />
</strong></p>
<pre>
# yum history list yumex
Loaded plugins: presto, refresh-packagekit
ID     | Login user             | Date and time    | Action(s)      | Altered
-------------------------------------------------------------------------------
     2 | Tim Lauridsen <tim>    | 2009-10-23 18:14 | Install        |    3
</pre>
<p><strong>Example 3: Show details about a transaction id.</strong></p>
<pre>
# yum history info 2
Loaded plugins: presto, refresh-packagekit
Transaction ID : 2
Begin time     : Fri Oct 23 18:14:05 2009
Begin rpmdb    : 1136:908205640b70e31c5b163c091392b42ba71352d5
End time       :            18:14:11 2009 (6 seconds)
End rpmdb      : 1139:711687a3c9f18d3899a1dc5a6285cc4bed4cc037
User           : Tim Lauridsen <tim>
Return-Code    : Success
Transaction performed with:
    Installed    rpm-4.7.1-6.fc12.i686
    Updated      yum-3.2.24-9.fc12.noarch
    Installed    yum-metadata-parser-1.1.2-14.fc12.i686
Packages Altered:
    Install      pexpect-2.3-4.fc12.noarch
    Install      python-enum-0.4.3-6.fc12.noarch
    Install      yumex-2.9.3-1.fc12.noarch
</pre>
<p><strong>Example 4: Redo a transaction </strong></p>
<pre>
# yum history info 16
Loaded plugins: presto, refresh-packagekit
Transaction ID : 16
Begin time     : Mon Oct 26 15:30:03 2009
Begin rpmdb    : 1355:1bc4615c42e3a0e781915a708df4880b262d60b5
End time       :            15:30:06 2009 (3 seconds)
End rpmdb      : 1356:d21998bce69db64bb12a14c3abe84e182fd4a19b
User           : Tim Lauridsen <tim>
Return-Code    : Success
Transaction performed with:
    Installed    rpm-4.7.1-6.fc12.i686
    Installed    yum-3.2.25-1.fc12.noarch
    Installed    yum-metadata-parser-1.1.2-14.fc12.i686
    Installed    yumex-2.9.3-1.fc12.noarch
Packages Altered:
    Install      0xFFFF-0.3.9-4.fc12.i686

# yum history redo 16
Loaded plugins: presto, refresh-packagekit
Repeating transaction 16, from Mon Oct 26 15:30:03 2009
    Install      0xFFFF-0.3.9-4.fc12.i686
Resolving Dependencies
--> Running transaction check
---> Package 0xFFFF.i686 0:0.3.9-4.fc12 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch           Version                Repository         Size
================================================================================
Installing:
 0xFFFF           i686           0.3.9-4.fc12           rawhide            40 k

Transaction Summary
================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 40 k
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 40 k
0xFFFF-0.3.9-4.fc12.i686.rpm                             |  40 kB     00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : 0xFFFF-0.3.9-4.fc12.i686                                 1/1 

Installed:
  0xFFFF.i686 0:0.3.9-4.fc12                                                    

Complete!
</pre>
<p><strong>Example 5: Undo a transaction</strong></p>
<pre>
# yum history undo 16
Loaded plugins: presto, refresh-packagekit
Undoing transaction 16, from Mon Oct 26 15:30:03 2009
    Install      0xFFFF-0.3.9-4.fc12.i686
Resolving Dependencies
--> Running transaction check
---> Package 0xFFFF.i686 0:0.3.9-4.fc12 set to be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch          Version                 Repository          Size
================================================================================
Removing:
 0xFFFF          i686          0.3.9-4.fc12            installed          100 k

Transaction Summary
================================================================================
Remove        1 Package(s)
Reinstall     0 Package(s)
Downgrade     0 Package(s)

Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Erasing        : 0xFFFF-0.3.9-4.fc12.i686                                 1/1 

Removed:
  0xFFFF.i686 0:0.3.9-4.fc12                                                    

Complete!
</pre>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=167</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evolution bad or evil ?</title>
		<link>http://fedora.rasmil.dk/blog/?p=164</link>
		<comments>http://fedora.rasmil.dk/blog/?p=164#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:17:51 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=164</guid>
		<description><![CDATA[ ]]></description>
			<content:encoded><![CDATA[<p>The have been some discussions on the fedora-devel list on the latest Thunderbird 3 Beta 4 release, because it introduce some new features there make things look and feel different.  It looks like there is 2 kind of opinions.</p>
<p><strong>a). This kind of changes should never enter a stable release of fedora as an update.</strong></p>
<p><strong>b).  Let me have the latest and greatest as long as my system don&#8217;t blow up.</strong></p>
<p>I feel most for <strong>b)</strong>, if I was feeling for <strong>a)</strong>,  I would use RHEL/Centos, instead of Fedora.</p>
<p>One of the reasons I use Fedora, is because it evolves over time, not only between releases, but many of the applications also evolves on the current release and of cause we can&#8217;t change the low level parts of the system on the current release and use too unstable components, because it will make peoples systems blow up and we don&#8217;t want that. But that don&#8217;t mean that we can&#8217;t evolve and discover new grounds.</p>
<p>If you don&#8217;t like some changes in a application like thunderbird, then don&#8217;t beat up the maintainer, take it upstream. It is one of Fedora values to follow upstream and if upstream make a change like disable &#8216;Ctrl-Alt-Backspace&#8217; in X, then Fedora will follow. You can always enable it on your system, if you like an easy way to kill your GUI in a moment of anger. <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One of the great things about Fedora and Linux is you have a lot of choices and if you don&#8217;t like something, then turn it off or use some other applications there better fits you needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Yum Extender Preview release</title>
		<link>http://fedora.rasmil.dk/blog/?p=161</link>
		<comments>http://fedora.rasmil.dk/blog/?p=161#comments</comments>
		<pubDate>Fri, 07 Aug 2009 11:01:36 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=161</guid>
		<description><![CDATA[I have made a new preview release of Yum Exender NextGen Get Fedora 11 packages here: http://timlau.fedorapeople.org/files/yumex/ The mayor change is that the gui is now running as normal user and only the backend doing the yum magic is running as root, so you will see a consolehelper root password prompt, just after the gui [...]]]></description>
			<content:encoded><![CDATA[<p>I have made a new preview release of Yum Exender NextGen</p>
<p>Get Fedora 11 packages here:</p>
<p><a href="http://timlau.fedorapeople.org/files/yumex/">http://timlau.fedorapeople.org/files/yumex/</a></p>
<p>The mayor change is that the gui is now running as normal user and only the backend doing the yum magic is running as root, so you will see a consolehelper root password prompt, just after the gui is shown. I know that consolehelper is a yesterday thing, but there is no easy to use replacement yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fight against Epson Stylus SX-100</title>
		<link>http://fedora.rasmil.dk/blog/?p=159</link>
		<comments>http://fedora.rasmil.dk/blog/?p=159#comments</comments>
		<pubDate>Sun, 21 Jun 2009 14:27:31 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[epson stylus]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[sx100]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=159</guid>
		<description><![CDATA[The Hard Way: My old HP printer (C5380)  has decided to not work any more, i has served me well and works nicely under Fedora. It is mostly my wife there is using the printer at home, and only for printing documents, webpages etc. and for photo copying. I picked up a Epson Stylus SX-100 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Hard Way:</strong></p>
<p>My old HP printer (C5380)  has decided to not work any more, i has served me well and works nicely under Fedora. It is mostly my wife there is using the printer at home, and only for printing documents, webpages etc. and for photo copying.</p>
<p>I picked up a Epson Stylus SX-100 all in one printer in local supermarket for a very good price, with out checking out how i worked in Linux <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , how hard can it be, pretty hard <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I connnected the printer to a Fedora 11 box and it detected the printer and added a printing queue. Started system-config-printer and tried to print a &#8216;test page&#8217;, but notting happed <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Did a lot of googling and found out that people only got it to work with some semi open source drivers from <a href="http://www.avasys.jp/lx-bin2/linux_e/spc/DL1.do">avasys.jp</a></p>
<p>I found some <a href="http://lx3.avasys.jp/document/pips3.3.0/common/UsersManual.txt">drivers for Fedora 9</a> and tried to install them, why does anybody makes drivers for Fedora and put them in the a .tgz and not in a rpm, that is a riddle to me <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>Now the test page was printing and i could print from F-Spot and OpenOffice, but printing from gedit and firefox was not working, because some problem with selecting A4 as paper size, even when A4 was selected then the print job was in letter, so the printer didn&#8217;t like the job. <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><strong>The Easy Way:</strong></p>
<p>I removed the avasys driver and removed all the print queues and started to try to make it work with the gutenprint driver as the <a href="http://www.openprinting.org/show_printer.cgi?recnum=Epson-Stylus_SX100">openprinting.org</a> site said it should work with. I checked out the available gutenprint packages in Fedora 11.</p>
<p>it looked like there was a gutenprint-cups package there should contain some drivers from Epson and others, so i decided to install it:</p>
<p>yum install gutenprint-cups</p>
<p>Then i plugged in the printer and it was detected and created a print queue and everything was working <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Fedora 11 has won again !!</p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=159</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum Extender NextGen</title>
		<link>http://fedora.rasmil.dk/blog/?p=156</link>
		<comments>http://fedora.rasmil.dk/blog/?p=156#comments</comments>
		<pubDate>Sun, 24 May 2009 11:23:22 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Yum Extender]]></category>
		<category><![CDATA[yumex]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=156</guid>
		<description><![CDATA[I have been working hard on beating Yum Extender NextGen into shape and I really like the result so far. I have made a new screencast showing the the latest preview release 2.9.0-0.8. If you what to try it out, then read more here It will only work in Fedora 11, because I use a [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working hard on beating Yum Extender NextGen into shape and I really like the result so far.<br />
I have made a new <a href="http://www.yum-extender.org/blog/2009/05/new-screencast/">screencast</a> showing the the latest preview release 2.9.0-0.8.</p>
<p>If you what to try it out, then read more <a href="http://www.yum-extender.org/blog/2009/05/yum-extender-nextgen-preview-08/">here</a></p>
<p>It will only work in Fedora 11, because I use a lot of latest and greatest Gtk stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=156</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taste of there own medicine</title>
		<link>http://fedora.rasmil.dk/blog/?p=150</link>
		<comments>http://fedora.rasmil.dk/blog/?p=150#comments</comments>
		<pubDate>Fri, 22 May 2009 11:03:33 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[patents]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=150</guid>
		<description><![CDATA[Look like M$ is going to pay $200 milions. for a patent infringement, but even if they got a taste of there own medicine (tomtom) ,  it still shows how bad software patents are http://news.zdnet.com/2100-9595_22-303848.html]]></description>
			<content:encoded><![CDATA[<p>Look like M$ is going to pay $200 milions. for a patent infringement, but even if they got a taste of there own medicine (tomtom) ,  it still shows how bad software patents are <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><a href="http://news.zdnet.com/2100-9595_22-303848.html">http://news.zdnet.com/2100-9595_22-303848.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTF :)</title>
		<link>http://fedora.rasmil.dk/blog/?p=145</link>
		<comments>http://fedora.rasmil.dk/blog/?p=145#comments</comments>
		<pubDate>Tue, 19 May 2009 08:58:24 +0000</pubDate>
		<dc:creator>timlau</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://fedora.rasmil.dk/blog/?p=145</guid>
		<description><![CDATA[I was working on my desktop and this pops up. Maybe I&#8217;m old, but not that old and I can&#8217;t read Persian. (I know it is supposed to be a new feature in F11, but this is going to confuse a lot of people)]]></description>
			<content:encoded><![CDATA[<p>I was working on my desktop and this pops up.</p>
<p><img class="alignnone size-full wp-image-146" title="screenshot-xchat-wants-to-install-a-font" src="http://fedora.rasmil.dk/blog/wp-content/uploads/2009/05/screenshot-xchat-wants-to-install-a-font.png" alt="screenshot-xchat-wants-to-install-a-font" width="494" height="246" /></p>
<p>Maybe I&#8217;m old, but not that old and I can&#8217;t read Persian. <img src='http://fedora.rasmil.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(I know it is supposed to be a new feature in F11, but this is going to confuse a lot of people)</p>
]]></content:encoded>
			<wfw:commentRss>http://fedora.rasmil.dk/blog/?feed=rss2&amp;p=145</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
