<?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>Magnus</title>
	<atom:link href="http://blog.rubbad.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rubbad.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 14:40:05 +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>Minitube packaged</title>
		<link>http://blog.rubbad.com/archives/508</link>
		<comments>http://blog.rubbad.com/archives/508#comments</comments>
		<pubDate>Sun, 22 Aug 2010 17:51:41 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=508</guid>
		<description><![CDATA[Minitube, the youtube video client is now in rpmfusion, I am having some difficulties with the fedora 12 build, but that will come soon. The packages reside in rpmfusion-free-updates-testing, try them out! yum install minitube --enablerepo=rpmfusion-free-updates-testing Related Posts:Fedora 10 Multimediaupdate on Dropbox ServicemenuKVM in fedora 13Fedora 11ffmpegthumbnailer &#038; kffmpegthumbnailerPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p><a href="http://flavio.tordini.org/minitube">Minitube</a>, the youtube video client is now in rpmfusion, I am having some difficulties with the fedora 12 build, but that will come soon.<br />
The packages reside in rpmfusion-free-updates-testing, try them out!</p>
<pre class="brush: bash;">

yum install minitube --enablerepo=rpmfusion-free-updates-testing
</pre>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/184" rel="bookmark" class="crp_title">Fedora 10 Multimedia</a></li><li><a href="http://blog.rubbad.com/archives/452" rel="bookmark" class="crp_title">update on Dropbox Servicemenu</a></li><li><a href="http://blog.rubbad.com/archives/475" rel="bookmark" class="crp_title">KVM in fedora 13</a></li><li><a href="http://blog.rubbad.com/archives/263" rel="bookmark" class="crp_title">Fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/437" rel="bookmark" class="crp_title">ffmpegthumbnailer &#038; kffmpegthumbnailer</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/508/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KVM in fedora 13</title>
		<link>http://blog.rubbad.com/archives/475</link>
		<comments>http://blog.rubbad.com/archives/475#comments</comments>
		<pubDate>Sun, 25 Jul 2010 16:49:35 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=475</guid>
		<description><![CDATA[Quick note to self: Install kvm: yum install virt-manager libvirt libvirt-python python-virtinst kvm While setting up KVM on a fedora 13 host, remember to set the default network to autostart, virsh net-define /usr/share/libvirt/networks/default.xml virsh net-autostart default virsh net-start default then after that, edit vi /etc/sysctl.conf and set net.ipv4.ip_forward = 1 and reload and restart libvirtd: [...]]]></description>
			<content:encoded><![CDATA[<p>Quick note to self:<br />
Install kvm:</p>
<pre class="brush: bash;">yum install virt-manager libvirt libvirt-python python-virtinst kvm</pre>
<p>While setting up KVM on a fedora 13 host, remember to<br />
set the default network to autostart,</p>
<pre class="brush: bash;">virsh net-define /usr/share/libvirt/networks/default.xml
virsh net-autostart default
virsh net-start default</pre>
<p>then after that, edit</p>
<pre class="brush: bash;">vi /etc/sysctl.conf</pre>
<p>and set</p>
<pre class="brush: bash;">net.ipv4.ip_forward = 1</pre>
<p>and reload and restart libvirtd:</p>
<pre class="brush: bash;">service libvirtd reload
service libvirtd restart</pre>
<p>or the network will be down on all guests.</p>
<p>source: <a href="http://docs.fedoraproject.org/en-US/Fedora/13/html/Virtualization_Guide/index.html" target="_blank">http://docs.fedoraproject.org/en-US/Fedora/13/html/Virtualization_Guide/index.html</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/452" rel="bookmark" class="crp_title">update on Dropbox Servicemenu</a></li><li><a href="http://blog.rubbad.com/archives/508" rel="bookmark" class="crp_title">Minitube packaged</a></li><li><a href="http://blog.rubbad.com/archives/148" rel="bookmark" class="crp_title">the zsh shell</a></li><li><a href="http://blog.rubbad.com/archives/105" rel="bookmark" class="crp_title">Fedora 10 Autologin</a></li><li><a href="http://blog.rubbad.com/archives/162" rel="bookmark" class="crp_title">ultamatix</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/475/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>update on Dropbox Servicemenu</title>
		<link>http://blog.rubbad.com/archives/452</link>
		<comments>http://blog.rubbad.com/archives/452#comments</comments>
		<pubDate>Mon, 31 May 2010 15:31:23 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=452</guid>
		<description><![CDATA[Since I find this servicemenu very useful, I&#8217;ll continue packaging it. I have placed it inside my own repository as it is not suitable for inclusion in fedora (as in not so useful since the dropbox client is gnome only and this does not use dropbox-nautilus, but assumes you have followed this guide here or [...]]]></description>
			<content:encoded><![CDATA[<p>Since I find this servicemenu very useful, I&#8217;ll continue packaging it. I have placed it inside my own repository as it is not suitable for inclusion in fedora (as in not so useful since the dropbox client is gnome only and this does not use dropbox-nautilus, but assumes you have followed this guide<a href="http://dreadknight666.com/2009/07/dropbox-in-kde-linux/"> here</a> or similar).</p>
<p>To install this on fedora you will need to put this in <em>/etc/yum.repos.d/magnu5.repo:</em></p>
<pre class="brush: bash;">[magnu5]
name=magnu5
baseurl=http://magnu5.fedorapeople.org/repo/$releasever/
enabled=1
gpgcheck=0
</pre>
<p>or install the rpm for the repo:</p>
<pre class="brush: bash;">yum install http://magnu5.fedorapeople.org/repo/magnu5-1.0-1.fc13.noarch.rpm --nogpgcheck</pre>
<p>Then</p>
<pre class="brush: bash;">yum install dropbox-servicemenu</pre>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/445" rel="bookmark" class="crp_title">Dropbox Servicemenu</a></li><li><a href="http://blog.rubbad.com/archives/475" rel="bookmark" class="crp_title">KVM in fedora 13</a></li><li><a href="http://blog.rubbad.com/archives/508" rel="bookmark" class="crp_title">Minitube packaged</a></li><li><a href="http://blog.rubbad.com/archives/371" rel="bookmark" class="crp_title">openSUSE 11.2</a></li><li><a href="http://blog.rubbad.com/archives/399" rel="bookmark" class="crp_title">Skype on Fedora 12</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/452/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox Servicemenu</title>
		<link>http://blog.rubbad.com/archives/445</link>
		<comments>http://blog.rubbad.com/archives/445#comments</comments>
		<pubDate>Wed, 19 May 2010 16:23:14 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=445</guid>
		<description><![CDATA[I was looking for a new project to package, and I found this: http://kde-apps.org/content/show.php?action=content&#38;content=124416 . Then I made this: http://magnu5.fedorapeople.org/review/dropbox-servicemenu/ I haven&#8217;t tested this yet, and the RPM&#8217;s lack documentation, will query upstream to make some. In the meantime, you can enjoy this with your fedora kde! Requires: dropbox, python, sqlite and kde. Related Posts:update [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a new project to package, and I found this: <a href="http://kde-apps.org/content/show.php?action=content&amp;content=124416" target="_blank">http://kde-apps.org/content/show.php?action=content&amp;content=124416</a> .</p>
<p>Then I made this: <a href="http://magnu5.fedorapeople.org/review/dropbox-servicemenu/" target="_blank">http://magnu5.fedorapeople.org/review/dropbox-servicemenu/</a></p>
<div class="wp-caption alignleft" style="width: 467px"><img class=" " title="dropbox-servicemenu" src="http://dl.dropbox.com/u/139435/dropbox.png" alt="dropbox-servicemenu" width="457" height="308" /><p class="wp-caption-text">dropbox-servicemenu</p></div>
<p>I haven&#8217;t tested this yet, and the RPM&#8217;s lack documentation, will query upstream to make some. In the meantime, you can enjoy this with your <a href="https://spins.fedoraproject.org/kde/" target="_blank">fedora kde</a>!</p>
<p>Requires: <a title="get dropbox! you're invited!" href="https://www.dropbox.com/referrals/NTEzOTQzNTk" target="_blank">dropbox</a>, python, sqlite and kde.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/452" rel="bookmark" class="crp_title">update on Dropbox Servicemenu</a></li><li><a href="http://blog.rubbad.com/archives/303" rel="bookmark" class="crp_title">Android</a></li><li><a href="http://blog.rubbad.com/archives/284" rel="bookmark" class="crp_title">VirtualBox 3.0 in Fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/295" rel="bookmark" class="crp_title">Running Spotify on Fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/221" rel="bookmark" class="crp_title">Switching to Ubuntu, an adventure.</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/445/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ffmpegthumbnailer &amp; kffmpegthumbnailer</title>
		<link>http://blog.rubbad.com/archives/437</link>
		<comments>http://blog.rubbad.com/archives/437#comments</comments>
		<pubDate>Thu, 29 Apr 2010 17:11:05 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=437</guid>
		<description><![CDATA[I just pushed  kffmpegthumbnailer into rpmfusion-free for fedora 12, 13 and devel. This is a much faster video thumbnail generator than mplayerthumbs. This should be installable using yum in a week or so, ffmpegthumbnailer has already hit the repository. http://code.google.com/p/ffmpegthumbnailer/ Related Posts:AndroidRunning Spotify on Fedora 11VirtualBox 3.0 in Fedora 11blog moved to wordpress.comKopete facebook-plugin for [...]]]></description>
			<content:encoded><![CDATA[<p>I just pushed  kffmpegthumbnailer into rpmfusion-free for fedora 12, 13 and devel. This is a much faster video thumbnail generator than mplayerthumbs.</p>
<p><a href="http://blog.rubbad.com/wp-content/uploads/2010/04/kffmpegthumb.png"><img class="aligncenter size-medium wp-image-438" title="kffmpegthumbnailer" src="http://blog.rubbad.com/wp-content/uploads/2010/04/kffmpegthumb-300x208.png" alt="kffmpegthumbnailer" width="300" height="208" /></a></p>
<p>This should be installable using yum in a week or so, ffmpegthumbnailer has already hit the repository.</p>
<p><a href="http://code.google.com/p/ffmpegthumbnailer/">http://code.google.com/p/ffmpegthumbnailer/</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/303" rel="bookmark" class="crp_title">Android</a></li><li><a href="http://blog.rubbad.com/archives/295" rel="bookmark" class="crp_title">Running Spotify on Fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/284" rel="bookmark" class="crp_title">VirtualBox 3.0 in Fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/170" rel="bookmark" class="crp_title">blog moved to wordpress.com</a></li><li><a href="http://blog.rubbad.com/archives/346" rel="bookmark" class="crp_title">Kopete facebook-plugin for fedora</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/437/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kopete-protocol-facebook is no more</title>
		<link>http://blog.rubbad.com/archives/418</link>
		<comments>http://blog.rubbad.com/archives/418#comments</comments>
		<pubDate>Fri, 05 Mar 2010 10:54:13 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=418</guid>
		<description><![CDATA[This plugin has been obsoleted by upstream, facebook now supports the xmpp protocol and it&#8217;s preferred to use this instead. More information: http://blog.facebook.com/blog.php?post=297991732130 http://duncan.mac-vicar.com/blog/archives/644 Related Posts:kopete-facebook-0.1.4-2kopete-facebook 0.1.4openSUSE 11.2kopete-protocol-facebookblog moved againPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p>This plugin has been obsoleted by upstream, facebook now supports the xmpp protocol and it&#8217;s preferred to use this instead.<br />
More information:<br />
<a href="http://blog.facebook.com/blog.php?post=297991732130">http://blog.facebook.com/blog.php?post=297991732130</a><br />
<a href="http://duncan.mac-vicar.com/blog/archives/644">http://duncan.mac-vicar.com/blog/archives/644</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/375" rel="bookmark" class="crp_title">kopete-facebook-0.1.4-2</a></li><li><a href="http://blog.rubbad.com/archives/358" rel="bookmark" class="crp_title">kopete-facebook 0.1.4</a></li><li><a href="http://blog.rubbad.com/archives/371" rel="bookmark" class="crp_title">openSUSE 11.2</a></li><li><a href="http://blog.rubbad.com/archives/396" rel="bookmark" class="crp_title">kopete-protocol-facebook</a></li><li><a href="http://blog.rubbad.com/archives/189" rel="bookmark" class="crp_title">blog moved again</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/418/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype on Fedora 12</title>
		<link>http://blog.rubbad.com/archives/399</link>
		<comments>http://blog.rubbad.com/archives/399#comments</comments>
		<pubDate>Fri, 05 Mar 2010 10:38:23 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=399</guid>
		<description><![CDATA[Howto install Skype on 64bit Fedora 12. 1. Set up the skype.repo vi /etc/yum.repos.d/skype.repo [skype] name=Skype Repository baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/ #gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-skype enabled=1 gpgcheck=1 2. run yum install qt-x11.i686 qt.i686 libXScrnSaver.i686 libXv.i686 3. run yum install --nogpgcheck skype This will get you Skype 2.1.0.81 Source from http://fedorasolved.org/multimedia-solutions/installing-skype Related Posts:VMwareKopete-facebook-0.1.4-4Joufail! :(vbox-runner on fedora 11Powered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p>Howto install Skype on 64bit Fedora 12.</p>
<p>1. Set up the <code>skype.repo</code></p>
<p><code>vi /etc/yum.repos.d/skype.repo</code></p>
<p><code><br />
[skype]<br />
name=Skype Repository<br />
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/<br />
#gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc<br />
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-skype<br />
enabled=1<br />
gpgcheck=1</code></p>
<p>2. run </p>
<p><code>yum install qt-x11.i686 qt.i686 libXScrnSaver.i686 libXv.i686</code></p>
<p>3. run</p>
<p><code>yum install --nogpgcheck skype</code></p>
<p>This will get you Skype 2.1.0.81</p>
<p>Source from <a href="http://fedorasolved.org/multimedia-solutions/installing-skype">http://fedorasolved.org/multimedia-solutions/installing-skype</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/11" rel="bookmark" class="crp_title">VMware</a></li><li><a href="http://blog.rubbad.com/archives/388" rel="bookmark" class="crp_title">Kopete-facebook-0.1.4-4</a></li><li><a href="http://blog.rubbad.com/archives/4" rel="bookmark" class="crp_title">Jou</a></li><li><a href="http://blog.rubbad.com/archives/38" rel="bookmark" class="crp_title">fail! :(</a></li><li><a href="http://blog.rubbad.com/archives/319" rel="bookmark" class="crp_title">vbox-runner on fedora 11</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/399/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>kopete-protocol-facebook</title>
		<link>http://blog.rubbad.com/archives/396</link>
		<comments>http://blog.rubbad.com/archives/396#comments</comments>
		<pubDate>Sat, 23 Jan 2010 21:46:41 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=396</guid>
		<description><![CDATA[Kopete-facebook is now called kopete-protocol-facebook, as that is the upstream name used in openSUSE. Build 0.1.5-5 is now in koji, http://koji.fedoraproject.org/koji/packageinfo?packageID=9795 Related Posts:openSUSE 11.2kopete-protocol-facebook is no moreKopete facebook-plugin for fedoraKopete-facebook-0.1.4-4kopete-facebook-0.1.4-2Powered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p>Kopete-facebook is now called kopete-protocol-facebook, as that is the upstream name used in openSUSE.<br />
Build 0.1.5-5 is now in koji, <a title="koji" href="http://koji.fedoraproject.org/koji/packageinfo?packageID=9795" target="_blank">http://koji.fedoraproject.org/koji/packageinfo?packageID=9795</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/371" rel="bookmark" class="crp_title">openSUSE 11.2</a></li><li><a href="http://blog.rubbad.com/archives/418" rel="bookmark" class="crp_title">kopete-protocol-facebook is no more</a></li><li><a href="http://blog.rubbad.com/archives/346" rel="bookmark" class="crp_title">Kopete facebook-plugin for fedora</a></li><li><a href="http://blog.rubbad.com/archives/388" rel="bookmark" class="crp_title">Kopete-facebook-0.1.4-4</a></li><li><a href="http://blog.rubbad.com/archives/375" rel="bookmark" class="crp_title">kopete-facebook-0.1.4-2</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/396/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kopete-facebook-0.1.4-4</title>
		<link>http://blog.rubbad.com/archives/388</link>
		<comments>http://blog.rubbad.com/archives/388#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:23:13 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=388</guid>
		<description><![CDATA[QJSon has now gotten into the Fedora repositories, I am not the maintainer of it. You should remove libqjson* that you have installed from here, and instead use the official build. Code: su -c 'yum remove libqjson* &#38;&#38; yum install qjson' After that you install kopete-facebook: F11 32 bit: Code: su -c 'rpm -Uhv http://rubbad.com/files/fedora/11/RPM/i586/kopete-facebook-0.1.4-4.fc11.i586.rpm&#8216; [...]]]></description>
			<content:encoded><![CDATA[<p>QJSon has now gotten into the Fedora repositories, I am not the maintainer of it. You should remove libqjson* that you have installed from here, and instead use the official build.</p>
<div>
<div>Code:</div>
<p><code>su -c 'yum remove libqjson* &amp;&amp; yum install qjson'</code>
</div>
<p>After that you install kopete-facebook:</p>
<p><strong>F11</strong></p>
<p>32 bit:</p>
<p><!--START vBET NOT TRANSLATED AREA--></p>
<div>
<div>Code:</div>
<p><code>su -c 'rpm -Uhv http://rubbad.com/files/fedora/11/RPM/i586/kopete-facebook-0.1.4-4.fc11.i586.rpm</code>&#8216;
</div>
<p><!--END vBET NOT TRANSLATED AREA-->64 bit:</p>
<p><!--START vBET NOT TRANSLATED AREA--></p>
<div>
<div>Code:</div>
<p><code>su -c 'rpm -Uhv http://rubbad.com/files/fedora/11/RPM/x86_64/kopete-facebook-0.1.4-4.fc11.x86_64.rpm</code>&#8216;
</div>
<p><!--END vBET NOT TRANSLATED AREA--><strong>F12</strong></p>
<p>32 bit:</p>
<p><!--START vBET NOT TRANSLATED AREA--></p>
<div>
<div>Code:</div>
<p><code>su -c 'rpm -Uhv http://rubbad.com/files/fedora/12/RPM/i586/kopete-facebook-0.1.4-4.fc12.i686.rpm'</code>
</div>
<p><!--END vBET NOT TRANSLATED AREA-->64 bit:</p>
<p><!--START vBET NOT TRANSLATED AREA--></p>
<div>
<div>Code:</div>
<p><code>su -c 'rpm -Uhv http://rubbad.com/files/fedora/12/RPM/x86_64/kopete-facebook-0.1.4-4.fc12.x86_64.rpm'</code>
</div>
<p><!--END vBET NOT TRANSLATED AREA--><a rel="nofollow" href="https://bugzilla.redhat.com/show_bug.cgi?id=544739" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=544739</a><br />
SPEC file and SRPM:<br />
<a rel="nofollow" href="http://rubbad.com/files/fedora/12/SPECS/kopete-facebook.spec" target="_blank">http://rubbad.com/files/fedora/12/SP&#8230;-facebook.spec</a><br />
<a rel="nofollow" href="http://rubbad.com/files/fedora/12/SRPM/kopete-facebook-0.1.4-4.fc12.src.rpm" target="_blank">http://rubbad.com/files/fedora/12/SR&#8230;4.fc12.src.rpm</a></p>
<p>Input appreciated on the spec file.</p>
<p>Thread on fedoraforums: <a href="http://forums.fedoraforum.org/showthread.php?t=227463" target="_blank">http://forums.fedoraforum.org/showthread.php?t=227463</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/358" rel="bookmark" class="crp_title">kopete-facebook 0.1.4</a></li><li><a href="http://blog.rubbad.com/archives/346" rel="bookmark" class="crp_title">Kopete facebook-plugin for fedora</a></li><li><a href="http://blog.rubbad.com/archives/375" rel="bookmark" class="crp_title">kopete-facebook-0.1.4-2</a></li><li><a href="http://blog.rubbad.com/archives/319" rel="bookmark" class="crp_title">vbox-runner on fedora 11</a></li><li><a href="http://blog.rubbad.com/archives/378" rel="bookmark" class="crp_title">Another kopete-facebook-0.1.4-2  post</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/388/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE 11.2</title>
		<link>http://blog.rubbad.com/archives/371</link>
		<comments>http://blog.rubbad.com/archives/371#comments</comments>
		<pubDate>Thu, 03 Dec 2009 15:24:04 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=371</guid>
		<description><![CDATA[openSUSE 11.2 went public a while ago and I thought I&#8217;d check it out. Suse was one of the first distributions I  began experimenting with linux on. I was impressed then (opensuse 9.0), and 11.2 does not let me down. Everything I&#8217;ve thrown at it  thus far has been successful. OpenSuse has always had a [...]]]></description>
			<content:encoded><![CDATA[<p>openSUSE 11.2 went public a while ago and I thought I&#8217;d check it out. Suse was one of the first distributions I  began experimenting with linux on. I was impressed then (opensuse 9.0), and 11.2 does not let me down. Everything I&#8217;ve thrown at it  thus far has been successful. OpenSuse has always had a great KDE implementation, and KDE 4.3.1 that is shipped with 11.2 is no letdown. KDE 4.3.4 is available too from the repositories after some manual intervention. There are some small hiccups in getting the multimedia to work as it should, enabling the Packman repo and installing gecko-mediaplayer results in Firefox crashing every time you attempt to start it. RedDwarf has a newer release that fixes it in the build service however. Oh yeah, I&#8217;ve rebuilt the kopete-protocol-facebook plugin for openSUSE too, their version doesn&#8217;t show the buddylist. Get it from the build service. My repo is here: <a title="download.opensuse.org" href="http://download.opensuse.org/repositories/home:/Magnu5:/Kopete-protocol-facebook-git/openSUSE_11.2/">http://download.opensuse.org/repositories/home:/Magnu5:/Kopete-protocol-facebook-git/openSUSE_11.2/</a></p>
<p>one click install: <a href="http://software.opensuse.org/ymp/home:Magnu5:Kopete-protocol-facebook-git/openSUSE_11.2/kopete-protocol-facebook.ymp">http://software.opensuse.org/ymp/home:Magnu5:Kopete-protocol-facebook-git/openSUSE_11.2/kopete-protocol-facebook.ymp</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/396" rel="bookmark" class="crp_title">kopete-protocol-facebook</a></li><li><a href="http://blog.rubbad.com/archives/346" rel="bookmark" class="crp_title">Kopete facebook-plugin for fedora</a></li><li><a href="http://blog.rubbad.com/archives/418" rel="bookmark" class="crp_title">kopete-protocol-facebook is no more</a></li><li><a href="http://blog.rubbad.com/archives/71" rel="bookmark" class="crp_title">Linux Mint ( and others )</a></li><li><a href="http://blog.rubbad.com/archives/388" rel="bookmark" class="crp_title">Kopete-facebook-0.1.4-4</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rubbad.com/archives/371/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
