<?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>Joe Blogs &#187; browser</title>
	<atom:link href="http://www.wrigley.me.uk/wp/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wrigley.me.uk/wp</link>
	<description>Random Wibblings of a Performing Monkey</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:19:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing the flock browser on Fedora 12 64-bit</title>
		<link>http://www.wrigley.me.uk/wp/2010/04/20/installing-the-flock-browser-on-fedora-12-64-bit/</link>
		<comments>http://www.wrigley.me.uk/wp/2010/04/20/installing-the-flock-browser-on-fedora-12-64-bit/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 13:31:24 +0000</pubDate>
		<dc:creator>maedhros</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://www.wrigley.me.uk/wp/2010/04/20/installing-the-flock-browser-on-fedora-12-64-bit/</guid>
		<description><![CDATA[I just finished installing Flock on my desktop, but ran into a few issues. Nothing obvious that I could find that explained the dependency problems, so now that I&#8217;ve sorted them: Flock only provides 32-bit (i686) binaries so if you&#8217;re running 64-bit (x86_64) Fedora Linux, you probably don&#8217;t have the right dependencies. First step, download [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished installing <a href="http://www.flock.com/">Flock</a> on my desktop, but ran into a few issues. Nothing obvious that I could find that explained the dependency problems, so now that I&#8217;ve sorted them:</p>

<p>Flock only provides 32-bit (i686) binaries so if you&#8217;re running 64-bit (x86_64) Fedora Linux, you probably don&#8217;t have the right dependencies.</p>

<p>First step, download the archive file from <a href="http://flock.com/versions">flock.com</a></p>

<p>Then, uncompress it. I choose to do this straight to /usr/local</p>

<p><code>sudo tar -C /usr/local -xf /path/to/flock-*.linux-i686.tar.bz2</code></p>

<p>Create a symlink in /usr/local/bin so it is in your path:</p>

<p><code>sudo ln -s /usr/local/flock/flock-browser /usr/local/bin</code></p>

<p>If you run <code>flock-browser</code> now, you&#8217;ll get an error:</p>

<p><code>error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory</code></p>

<p>If you satisfy this, you&#8217;ll get some more, so here are the packages you need to install with yum (which will pull down lots more). Don&#8217;t try to satisfy them yourself, it will only cause you pain. Just use yum.</p>

<p><code>sudo yum install gtk2.i686 libXt.i686 PackageKit-gtk-module.i686 libcanberra-gtk2.i686</code></p>

<p>You might still get some errors about a gtk theme, but I ignored them as they appear to be fairly harmless (at least I don&#8217;t care about them):</p>

<p><code>(flock-bin:19147): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrigley.me.uk/wp/2010/04/20/installing-the-flock-browser-on-fedora-12-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

