<?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>Juggling Eggs &#187; firefox</title>
	<atom:link href="http://sonnygill.net/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonnygill.net</link>
	<description>Priceless eggs, variable gravity</description>
	<lastBuildDate>Tue, 15 Feb 2011 10:54:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Run multiple Firefox profiles as separate Applications on Mac</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/</link>
		<comments>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:24:09 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=232</guid>
		<description><![CDATA[A visual guide to running multiple Firefox profiles as separate applications on Snow Leopard.]]></description>
			<content:encoded><![CDATA[<p>Here is a visual guide to creating multiple <strong>Firefox profiles</strong> and set them up to run like separate applications on Snow Leopard.</p>
<h3>Creating a new Firefox profile</h3>
<p>Open terminal and execute the following command:</p>
<pre class="brush: plain;">
/Applications/Firefox.app/Contents/MacOS/firefox-bin --ProfileManager
</pre>
<p>This should bring up the Firefox Profile Manager -</p>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/firefox-profile-manager.png" border="0" alt="Firefox_Profile_manager.png" width="610" height="432" /></div>
<p>Go ahead and create a brand new profile.</p>
<h3>Using Automator to run the new Firefox profile as an application</h3>
<p>Now, on to creating a proper Mac application to run Firefox with your chosen profile.<span id="more-232"></span></p>
<ol>
<li> Open Automator</li>
<li> Choose File -&gt; New -&gt; Application
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/automator.png" border="0" alt="Automator.png" width="700" height="468" /></div>
</li>
<li> Choose Utilities group under Library</li>
<li> Drag Run Shell Script to the workflow pane on the right</li>
<li> Paste the following script:
<pre class="brush: plain;">
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P MyProfile -no-remote &amp;amp;amp;amp;&amp;amp;amp;gt; /dev/null &amp;amp;amp;amp;
</pre>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/utilities-run-shell-script-1.png" border="0" alt="Utilities_run_shell_script-1.png" width="700" height="240" /></div>
<p><em>Replace MyProfile with the name of the profile you created earlier</em></li>
<li> Choose File &#8211; Save As, and save it wherever you want to keep it. Leave the File Format as Application in the Save dialog.</li>
</ol>
<h3>Making it pretty &#8211; Changing the Application icon</h3>
<ul>
<li> Right click on the saved file and choose Get Info ( or use Cmd + I ) to bring up the Info window.<br />
Make sure that it is not locked (bottom right corner) -</p>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/firefox-get-info.png" border="0" alt="Firefox_get_info.png" width="237" height="654" /></div>
</li>
<li> Open Finder and go to /Applications/Firefox.app/Contents/Resources directory.
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/mac-firefox-icon.png" border="0" alt="mac_firefox_icon.png" width="600" height="190" /></div>
</li>
<li> Open firefox.icns file in Preview (just double click it).</li>
<li> Click on the image shown in the main Preview pane, copy it using Ctrl &#8211; C, click on the icon in the top of Info window and paste it using Ctrl &#8211; V.
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/copy-firefox-icon.png" border="0" alt="Copy_firefox_icon.png" width="600" height="296" /></div>
</li>
</ul>
<p>And that is it, your new Firefox <em>Application</em> is ready to go. You can open this even when you have the default Firefox running. And, of course, you can create as many such application as you like.</p>
<p>If you&#8217;d like to give different icons to different profiles, just download an icon set and use that with the above steps. One of my favourites is <a href="http://leo6247.deviantart.com/art/Carbon-Firefox-109314348">Carbon Firefox</a>, or try a <a href="http://images.google.com/images?as_q=firefox&amp;imgsz=i">Google search for icons</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/mac/mac-multiple-firefox-profiles/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

