<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Run multiple Firefox profiles as separate Applications on Mac</title>
	<atom:link href="http://sonnygill.net/2009/12/01/mac-multiple-firefox-profiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/</link>
	<description>Priceless eggs, variable gravity</description>
	<lastBuildDate>Sun, 01 Apr 2012 21:30:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Theophony</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comment-778</link>
		<dc:creator>Theophony</dc:creator>
		<pubDate>Fri, 02 Dec 2011 21:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://sonnygill.net/?p=232#comment-778</guid>
		<description>Just finished working with this in Firefox 8.0.1 and it looks like putting the profile names in quotes will cause the profile manager to open. However, if you leave the quotes around the profile name out, it will ope the profile without prompting. Here&#039;s what I used (I&#039;m opening 4 at once and I wanted them to open at the same time, so I added the ampersand at the end of lines 1, 2, and 3).

Example below:

/Applications/Firefox.app/Contents/MacOS/firefox-bin -P customer1 -no-remote &amp;
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P customer2 -no-remote &amp;
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P customer3 -no-remote &amp;
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P customer4 -no-remote</description>
		<content:encoded><![CDATA[<p>Just finished working with this in Firefox 8.0.1 and it looks like putting the profile names in quotes will cause the profile manager to open. However, if you leave the quotes around the profile name out, it will ope the profile without prompting. Here&#8217;s what I used (I&#8217;m opening 4 at once and I wanted them to open at the same time, so I added the ampersand at the end of lines 1, 2, and 3).</p>
<p>Example below:</p>
<p>/Applications/Firefox.app/Contents/MacOS/firefox-bin -P customer1 -no-remote &amp;<br />
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P customer2 -no-remote &amp;<br />
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P customer3 -no-remote &amp;<br />
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P customer4 -no-remote</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comment-777</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 11 Nov 2011 16:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://sonnygill.net/?p=232#comment-777</guid>
		<description>Excellent post... Thanks, very useful</description>
		<content:encoded><![CDATA[<p>Excellent post&#8230; Thanks, very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Conorio</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comment-776</link>
		<dc:creator>El Conorio</dc:creator>
		<pubDate>Sat, 29 Oct 2011 04:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://sonnygill.net/?p=232#comment-776</guid>
		<description>And, edit your profiles.ini, so the default number is set to your normal profile:

http://support.mozilla.com/en-US/questions/732034#answer-3105</description>
		<content:encoded><![CDATA[<p>And, edit your profiles.ini, so the default number is set to your normal profile:</p>
<p><a href="http://support.mozilla.com/en-US/questions/732034#answer-3105" rel="nofollow">http://support.mozilla.com/en-US/questions/732034#answer-3105</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Conorio</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comment-775</link>
		<dc:creator>El Conorio</dc:creator>
		<pubDate>Sat, 29 Oct 2011 04:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://sonnygill.net/?p=232#comment-775</guid>
		<description>Oh, and add &quot;-no-remote&quot; to enable running multiple profiles simultaneously.

/Applications/Firefox.app/Contents/MacOS/firefox-bin -P “MyProfileName” -no-remote

Not sure why /dev/null was in there...?</description>
		<content:encoded><![CDATA[<p>Oh, and add &#8220;-no-remote&#8221; to enable running multiple profiles simultaneously.</p>
<p>/Applications/Firefox.app/Contents/MacOS/firefox-bin -P “MyProfileName” -no-remote</p>
<p>Not sure why /dev/null was in there&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Conorio</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comment-774</link>
		<dc:creator>El Conorio</dc:creator>
		<pubDate>Sat, 29 Oct 2011 04:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://sonnygill.net/?p=232#comment-774</guid>
		<description>Try this:
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P &quot;MyProfileName&quot;

See here:
http://kb.mozillazine.org/Command_line_arguments</description>
		<content:encoded><![CDATA[<p>Try this:<br />
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P &#8220;MyProfileName&#8221;</p>
<p>See here:<br />
<a href="http://kb.mozillazine.org/Command_line_arguments" rel="nofollow">http://kb.mozillazine.org/Command_line_arguments</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragan</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comment-773</link>
		<dc:creator>Dragan</dc:creator>
		<pubDate>Tue, 06 Sep 2011 20:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://sonnygill.net/?p=232#comment-773</guid>
		<description>Hi, I was trying to using Automator to run the 2 new Ff profiles by your instructions, but after finishing I wasn&#039;t able to run any of these 2 new profiles. When I wanted to run any of those, it is written: &quot;The action &quot;Run Shell script&quot; encountered an error. Check the action&#039;s properties and try running the workflow again.&quot;. Did you meat such problem? I did everything by your instructions, and now i am stuck :). I have OSX 10.6.8, Firefox 6.0.1.
For your kind help I&#039;d like to thank you in advance. Regards</description>
		<content:encoded><![CDATA[<p>Hi, I was trying to using Automator to run the 2 new Ff profiles by your instructions, but after finishing I wasn&#8217;t able to run any of these 2 new profiles. When I wanted to run any of those, it is written: &#8220;The action &#8220;Run Shell script&#8221; encountered an error. Check the action&#8217;s properties and try running the workflow again.&#8221;. Did you meat such problem? I did everything by your instructions, and now i am stuck <img src='http://sonnygill.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I have OSX 10.6.8, Firefox 6.0.1.<br />
For your kind help I&#8217;d like to thank you in advance. Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QA</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comment-772</link>
		<dc:creator>QA</dc:creator>
		<pubDate>Wed, 23 Mar 2011 18:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://sonnygill.net/?p=232#comment-772</guid>
		<description>Some helpful tips:

1. Don&#039;t copy and paste the script as instructed because there is HTML formatting in there that shouldn&#039;t be and it will cause the script not to run. Instead type it exactly as it appears in the screen shot, except replace &quot;MyProfile&quot; with the name of your profile.

2. It&#039;s Command+C and Command+V. Remember, we&#039;re in Mac OS X, not Windows or Linux... or a Hackintosh for that matter ;-)

3. For me it didn&#039;t launch directly into the specified profile, but instead opens Firefox Profile Manager, which is almost just as good since it saves me the step of using Terminal, but not 100% there. I suspect this is because Mozilla has changed how Firefox handles profiles since the time this article was written. If anybody figures this one out, please let me know.</description>
		<content:encoded><![CDATA[<p>Some helpful tips:</p>
<p>1. Don&#8217;t copy and paste the script as instructed because there is HTML formatting in there that shouldn&#8217;t be and it will cause the script not to run. Instead type it exactly as it appears in the screen shot, except replace &#8220;MyProfile&#8221; with the name of your profile.</p>
<p>2. It&#8217;s Command+C and Command+V. Remember, we&#8217;re in Mac OS X, not Windows or Linux&#8230; or a Hackintosh for that matter <img src='http://sonnygill.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>3. For me it didn&#8217;t launch directly into the specified profile, but instead opens Firefox Profile Manager, which is almost just as good since it saves me the step of using Terminal, but not 100% there. I suspect this is because Mozilla has changed how Firefox handles profiles since the time this article was written. If anybody figures this one out, please let me know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

