<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Juju: Firefox ProfileManager in OSX</title>
    <link>http://juju.org/articles/2005/12/29/firefox-profilemanager-in-osx</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Sufficiently Advanced Technology</description>
    <item>
      <title>Firefox ProfileManager in OSX</title>
      <description>&lt;p&gt;As a developer I often need to have seperate Firefox sessions open.  In Linux all I had to do was change the command to run firefox with the -ProfileManager switch.  Unfortunately it's not that easy in OSX since the icons in the Dock don't have commands behind them.&lt;/p&gt;

&lt;p&gt;For a while I got by with running a shell script from the terminal, but that wasn't very nice.  What I ended up doing was creating an apple script with the following line:&lt;/p&gt;

&lt;p&gt;do shell script "/Applications/Firefox.app/Contents/MacOS/firefox -ProfileManager &amp;amp;&gt; /dev/null &amp;amp;"&lt;/p&gt;

&lt;p&gt;Save it as an application.  Change it's icon. (In case you don't know how, it's a little odd in OSX you can copy one applications icon to another by right clicking on Firefox -&gt; Get Info.  Click the small icon in the top left, cmd-c to copy it, then Get Info on your apple script application, click the icon in the upper left and cmd-v to paste it).  Drag it to the Dock and now whenever you click it, it should open a new firefox with the Profile Manager window allowing you to select a different profile.&lt;/p&gt;

&lt;p&gt;One thing that sucks is that the Profile Manager window doesn't open in the foreground.  Not sure how to fix it, but it's still better then having to goto a terminal to open a different profile.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Dec 2005 16:33:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:f3bce9b9e2fe7475e46fb4e8bd13ddbe</guid>
      <author>Tony Buser</author>
      <link>http://juju.org/articles/2005/12/29/firefox-profilemanager-in-osx</link>
      <category>OSX</category>
      <trackback:ping>http://juju.org/articles/trackback/344</trackback:ping>
    </item>
  </channel>
</rss>
