<?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>Limi&#039;s Sphere of Influence &#187; Mozilla</title>
	<atom:link href="http://blogs.gerbilsofwar.com/limi/category/companies/mozilla/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gerbilsofwar.com/limi</link>
	<description>dabbling, frivolling, idling, loafing, loitering, playing and procrastinating</description>
	<lastBuildDate>Wed, 04 Nov 2009 20:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aptana on Ubuntu Intrepid Ibex without Firefox2</title>
		<link>http://blogs.gerbilsofwar.com/limi/2008/11/01/how-to-run-aptana-on-ubuntu-intrepid-ibex-without-firefox-2/</link>
		<comments>http://blogs.gerbilsofwar.com/limi/2008/11/01/how-to-run-aptana-on-ubuntu-intrepid-ibex-without-firefox-2/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 00:42:07 +0000</pubDate>
		<dc:creator>Limi</dc:creator>
				<category><![CDATA[Aptana Studio]]></category>
		<category><![CDATA[Companies]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[heron]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ibex]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://blogs.gerbilsofwar.com/limi/?p=169</guid>
		<description><![CDATA[If you had a previous installation of Aptana Studio in hardy and now that you&#8217;ve upgraded to ibex it no longer works then you aren&#8217;t alone. It no longer works since during the upgrade Firefox 2 was removed from your system, and there isn&#8217;t a way to put it back in as its been removed [...]]]></description>
			<content:encoded><![CDATA[<p>If you had a previous installation of Aptana Studio in hardy and now that you&#8217;ve upgraded to ibex it no longer works then you aren&#8217;t alone. It no longer works since during the upgrade Firefox 2 was removed from your system, and there isn&#8217;t a way to put it back in as its been removed from the package manager.</p>
<p>Luckily the fix is easy&#8230;</p>
<blockquote><p>sudo apt-get install xulrunner</p></blockquote>
<p>Then you&#8217;ll need to either edit or create a startup script for Aptana to use. So make a file called &#8220;runAptana.sh&#8221; in <code>/usr/local/aptana</code> and inside that put&#8230;</p>
<blockquote><p>#!/bin/bash<br />
export MOZILLA_FIVE_HOME=/usr/lib/xulrunner<br />
/usr/local/aptana/AptanaStudio</p></blockquote>
<p>Then, whenever you want to run Aptana use that script instead; otherwise you&#8217;ll get those nasty errors which hamper your daily work efforts!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gerbilsofwar.com/limi/2008/11/01/how-to-run-aptana-on-ubuntu-intrepid-ibex-without-firefox-2/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Running Firefox 2 &amp; 3 Side-by-Side</title>
		<link>http://blogs.gerbilsofwar.com/limi/2008/08/19/running-firefox-2-and-3-side-by-side/</link>
		<comments>http://blogs.gerbilsofwar.com/limi/2008/08/19/running-firefox-2-and-3-side-by-side/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 16:45:44 +0000</pubDate>
		<dc:creator>Limi</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[multifirefox]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[side-by-side]]></category>

		<guid isPermaLink="false">http://blogs.gerbilsofwar.com/limi/?p=92</guid>
		<description><![CDATA[After finally giving in I decided to work out how to get Firefox 2.0.0.11 and 3.0.1 running side by side. It turned out to be much easier than I thought, so I thought I&#8217;d share this with the world (although its probably posted on about 5million other blogs), either way&#8230;

Download Firefox 2.0.0.11 from OldVersion
Change the [...]]]></description>
			<content:encoded><![CDATA[<p>After finally giving in I decided to work out how to get Firefox 2.0.0.11 and 3.0.1 running side by side. It turned out to be much easier than I thought, so I thought I&#8217;d share this with the world (although its probably posted on about 5million other blogs), either way&#8230;</p>
<ul>
<li>Download Firefox 2.0.0.11 from <a href="http://www.oldversion.com/program.php?n=firefox" target="_blank">OldVersion</a></li>
<li>Change the installation directory to something other than the default</li>
</ul>
<p>That&#8217;s the easy part, now for the more complex bit&#8230;</p>
<ul>
<li>Make sure all your Firefox windows are closed (yes, this one too)</li>
<li>Start -&gt; Run -&gt; &#8220;<code>firefox -ProfileManager</code>&#8220;</li>
<li>Press &#8220;Create Profile&#8221; and call the new profile &#8220;<code>ff2</code>&#8220;</li>
<li>Once it&#8217;s created the profile press &#8220;Exit&#8221;</li>
</ul>
<p>Now navigate to the folder you just installed Firefox 2 into, and create a shortcut to the <code>firefox.exe</code></p>
<blockquote><p><code>firefox.exe -P ff2 -no-remote</code></p></blockquote>
<p>Put that wherever you please and then you can load Firefox 2 and 3 at the same time! <img src='http://blogs.gerbilsofwar.com/limi/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gerbilsofwar.com/limi/2008/08/19/running-firefox-2-and-3-side-by-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
