<?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 &#187; archlinux</title>
	<atom:link href="http://blog.rubbad.com/archives/tag/archlinux/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rubbad.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 17:08:01 +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>Installing 64bit flash in Archlinux 64bit.</title>
		<link>http://blog.rubbad.com/archives/315</link>
		<comments>http://blog.rubbad.com/archives/315#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:31:18 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://blog.rubbad.com/?p=315</guid>
		<description><![CDATA[Howto install flash in 64bit archlinux. #pacman -S flashplugin done! I was surprised when I did that by mistake, that it actually seems to have installed the 64bit flash-plugin rather than the 32bit one with nspluginwrapper &#38; co. No more manually moving files around! Related Posts:Flash 10 64bit Linux Alpha64bit Flash Player 10Fedora 10 x86_64 [...]]]></description>
			<content:encoded><![CDATA[<p>Howto install flash in 64bit archlinux.</p>
<blockquote><p>#pacman -S flashplugin</p></blockquote>
<p>done! I was surprised when I did that by mistake, that it actually seems to have installed the 64bit flash-plugin rather than the 32bit one with nspluginwrapper &amp; co. No more manually moving files around!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/178" rel="bookmark" class="crp_title">Flash 10 64bit Linux Alpha</a></li><li><a href="http://blog.rubbad.com/archives/167" rel="bookmark" class="crp_title">64bit Flash Player 10</a></li><li><a href="http://blog.rubbad.com/archives/134" rel="bookmark" class="crp_title">Fedora 10 x86_64 and flash</a></li><li><a href="http://blog.rubbad.com/archives/279" rel="bookmark" class="crp_title">Fullscreen flash in firefox 3.5</a></li><li><a href="http://blog.rubbad.com/archives/207" rel="bookmark" class="crp_title">testdriving OpenSolaris 2008.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/315/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fullscreen flash in firefox 3.5</title>
		<link>http://blog.rubbad.com/archives/279</link>
		<comments>http://blog.rubbad.com/archives/279#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:04:47 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/?p=279</guid>
		<description><![CDATA[Firefox 3.5 crashes when trying to view a flash video in fullscreen. Not to worry, for there is a workaround. in /usr/lib/firefox-3.5.1pre/firefox.sh EDIT: the path on Fedora 11 is: /usr/lib/firefox-3.5/run-mozilla.sh you add export LD_PRELOAD=/usr/lib/libGL.so.1 at the beginning of the file, but underneath #!/bin/sh So it looks like this: #!/bin/sh #fix the goddamn flash bug. export [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.5 crashes when trying to view a flash video in fullscreen.<br />
Not to worry, for there is a workaround.</p>
<p>in <em>/usr/lib/firefox-3.5.1pre/firefox.sh</em></p>
<p><strong>EDIT:</strong> the path on Fedora 11 is: <em>/usr/lib/firefox-3.5/run-mozilla.sh</em><br />
you add <strong>export LD_PRELOAD=/usr/lib/libGL.so.1</strong> at the beginning of the file, but underneath <strong>#!/bin/sh</strong></p>
<p>So it looks like this:<strong> </strong></p>
<blockquote><p>#!/bin/sh<br />
#fix the goddamn flash bug.<br />
export LD_PRELOAD=/usr/lib/libGL.so.1</p>
<p># Firefox launcher containing a Profile migration helper for<br />
# temporary profiles used during alpha and beta phases.</p>
<p>&#8230;</p></blockquote>
<p>Save, and try out some flash video in fullscreen.</p>
<p>This should work for Archlinux, Fedora and Ubuntu. The path to <strong>firefox.sh</strong> might vary though.</p>
<p>Workaround taken from <a href="https://bugs.launchpad.net/firefox/+bug/333127/comments/13" target="_blank">https://bugs.launchpad.net/firefox/+bug/333127/comments/13</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://blog.rubbad.com/archives/178" rel="bookmark" class="crp_title">Flash 10 64bit Linux Alpha</a></li><li><a href="http://blog.rubbad.com/archives/207" rel="bookmark" class="crp_title">testdriving OpenSolaris 2008.11</a></li><li><a href="http://blog.rubbad.com/archives/241" rel="bookmark" class="crp_title">Karmic Koala Alpha 1</a></li><li><a href="http://blog.rubbad.com/archives/152" rel="bookmark" class="crp_title">Venturing into the unknown</a></li><li><a href="http://blog.rubbad.com/archives/167" rel="bookmark" class="crp_title">64bit Flash Player 10</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/279/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian &amp; Enlightenment = elive</title>
		<link>http://blog.rubbad.com/archives/224</link>
		<comments>http://blog.rubbad.com/archives/224#comments</comments>
		<pubDate>Fri, 23 Jan 2009 08:36:50 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[e17]]></category>
		<category><![CDATA[elive]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rubbad.wordpress.com/?p=224</guid>
		<description><![CDATA[I was looking for something new in linux desktops. Ubuntu and it&#8217;s deriatives never really gave me what I wanted from a desktop and they always felt a bit slow on this system at least. I installed Archlinux and discovered the speed I was missing, but it&#8217;s too much tweaking neccesary really, ( Archers, please [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for something new in linux desktops. Ubuntu and it&#8217;s deriatives never really gave me what I wanted from a desktop and they always felt a bit slow on this system at least. I installed Archlinux and discovered the speed I was missing, but it&#8217;s too much tweaking neccesary really, ( Archers, please don&#8217;t kill me! I like Arch! <img src='http://blog.rubbad.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) but the point in bringing up Arch, it is where I rediscovered the enlightenment window manager! Installation is easy in Arch:</p>
<p>`pacman -Sy e17-svn e17-extra-svn desktop-file-utils`</p>
<p>and you&#8217;re done! Easy. But still, if you really want to enjoy enlightenment you have to check out elive. It is the most beutiful system you will ever see.</p>
<p>It is built on Debian testing, &#8220;Lenny&#8221;, the 2.6.26.8 linux kernel, and the enlightenment wm.</p>
<p>Thunar is the default filemanager, wich you might know from Xfce. It does a great job, but fails to browse network shares, as in samba. I have yet to find an replacement, I do not want nautilus eiter, so I&#8217;m stuck with sftp through the console for now.</p>
<p>Iceweasel 3.0.3 with the iFox theme is the default web browser, and has</p>
<p>Shockwave Flash 9.0 r124</p>
<p>Java 1.0.6</p>
<p>Mozilla-mplayer</p>
<p>Google Preview</p>
<p>Installed as plugins.</p>
<p>I removed mozilla-mplayer and replaced it with the newer gecko-mediaplayer, wich can play the movie trailers on Apple.com without any problem. Mozilla-mplayer cannot.</p>
<p>The installation of gecko-mediaplayer is not that easy, a simple `aptitude install gecko-mediaplayer` will not do, as it is not in the repos. It can be found, however, in the unstable, or &#8220;Sid&#8221; repos of Debian. You need to get the dependancys too:</p>
<p>For <a title="go to download page" href="http://packages.debian.org/sid/gecko-mediaplayer" target="_blank">gecko-mediaplayer_0.9.3-1_i386.deb</a>:</p>
<p><a title="go to download page" href="http://packages.debian.org/fi/sid/gnome-mplayer" target="_blank">gnome-mplayer_0.9.3-1_i386.deb</a><br />
<a title="go to download page" href="http://packages.debian.org/sid/libdiscid0" target="_blank">libdiscid0_0.1.0-1_i386.deb</a><br />
<a title="go to download page" href="http://packages.debian.org/sid/libmusicbrainz3-6" target="_blank">libmusicbrainz3-6_3.0.2-1_i386.deb</a></p>
<p>Install those, and the movie trailers works! yay!</p>
<p>So far I have been very pleased with elive. More to follow in the few days, when I&#8217;ve been using this system for a longer time.</p>
<p>This is the development release of elive, not the stable one. the stable download requires a small payment, but the development version is free of charge.</p>
<p>It comes with multimedia codecs and drivers for Nvidia ( probably ATi too ) installed by default. My nvidia 6200 was detected and resolution was correct on boot.</p>
<p>[youtube=http://www.youtube.com/watch?v=nCJ8QDfA95U&amp;hl=en&amp;fs=1]</p>
<p>My pretty much default desktop:</p>
<div id="attachment_229" class="wp-caption alignnone" style="width: 490px"><img class="size-full wp-image-229" title="2009-01-23-102835_1680x1050_scrot" src="http://rubbad.files.wordpress.com/2009/01/2009-01-23-102835_1680x1050_scrot.png" alt="My Desktop" width="480" height="300" /><p class="wp-caption-text">My Desktop</p></div>
<p>Now, go <a class="wp-caption-dd" title="GET ELIVE!" href="http://www.elivecd.org/" target="_blank">GET IT!</a></p>
<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/303" rel="bookmark" class="crp_title">Android</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/152" rel="bookmark" class="crp_title">Venturing into the unknown</a></li><li><a href="http://blog.rubbad.com/archives/176" rel="bookmark" class="crp_title">Ubuntu 8.10 amd64 Suspend</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/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
