<?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>A Lonely Impulse &#187; firefox</title>
	<atom:link href="http://brett.benders.net/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://brett.benders.net</link>
	<description>brett bender's oblogitary - all the cool kids have one...</description>
	<lastBuildDate>Fri, 25 Jul 2008 23:29:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox 2 and 3 Dual Install</title>
		<link>http://brett.benders.net/2008/06/20/firefox-2-and-3-dual-install/</link>
		<comments>http://brett.benders.net/2008/06/20/firefox-2-and-3-dual-install/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 01:01:00 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://brett.benders.net/?p=16</guid>
		<description><![CDATA[I need to test our application in our supported browsers, including both Firefox 2 and Firefox 3. Also, some of the extensions that I use don&#8217;t yet work with FF3.
We can sandbox the &#8216;foxes (and their settings, extensions) by creating distinct profiles and wrapper scripts to run each version of FF with its respective profile.
Fire [...]]]></description>
			<content:encoded><![CDATA[<p>I need to test our application in our supported browsers, including both Firefox 2 and Firefox 3. Also, some of the extensions that I use don&#8217;t yet work with FF3.</p>
<p>We can sandbox the &#8216;foxes (and their settings, extensions) by creating distinct profiles and wrapper scripts to run each version of FF with its respective profile.</p>
<p>Fire up the <a href="http://support.mozilla.com/en-US/kb/Managing+profiles#Ubuntu">Profile Manager</a>:</p>
<pre>firefox -ProfileManager</pre>
<p>and create a new profile (&#8221;ff3&#8243;)</p>
<p>For consistency&#8217;s sake, edit ~/.mozilla/firefox/profiles.ini and rename &#8220;Default&#8221; to &#8220;ff2&#8243;:</p>
<pre>[Profile0]
Name=ff2
IsRelative=1
Path=2k5iwgg1.default

[Profile1]
Name=ff3
IsRelative=1
Path=2zopbwoy.ff3</pre>
<p>Create a couple of shell scripts (ff2 and ff3):</p>
<pre>#!/bin/sh
firefox-2 -P ff2</pre>
<pre>#!/bin/sh
firefox-3.0 -P ff3</pre>
<p>and you are done. Mine live in ~/bin (which is prepended to my path), along with a symlink &#8216;firefox&#8217; pointing to ff2. Once all my must-have extensions are upgraded, I&#8217;ll change the symlink to point to ff3.</p>
]]></content:encoded>
			<wfw:commentRss>http://brett.benders.net/2008/06/20/firefox-2-and-3-dual-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
