You are here

Profiles (multiple)

4 posts / 0 new
Last post
Just Jim
Just Jim's picture
Offline
Last seen: 11 years 3 months ago
Joined: 2013-07-09 13:48
Profiles (multiple)

With the standard Firefox you can create multiple profiles by using the command line or customized shortcut with the switch "/p", I believe. Is there a way to enable Portable FireFox to accomplish the same thing?

John T. Haller
John T. Haller's picture
Offline
Last seen: 11 hours 10 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Over Here

Second/Third Profile Support: https://portableapps.com/support/firefox_portable#second_profile

Firefox's profile manager does not support portable profiles, so we built our own easy way to do it.

Sometimes, the impossible can become possible, if you're awesome!

tekeek
Offline
Last seen: 4 years 4 months ago
Joined: 2013-08-17 20:27
Multiple instances of Firefox (portable or not)

I am using the following FirefoxPortable.ini to allow for multiple instances. The issue is that this does not work using 2 portable versions of Firefox unless they are both full version. When opening the main portable profile and then opening a 2nd Profiles it results in the error another instances is running. If you open a 2nd Profile then the Main profile it will work. In short the "FirefoxPortable2ndProfile" does not recognize the .ini file.

[FirefoxPortable]
FirefoxDirectory=..\..\FirefoxPortable\App\firefox
ProfileDirectory=profile
SettingsDirectory=settings
PluginsDirectory=plugins
AdditionalParameters=
LocalHomepage=
WaitForFirefox=true
DisableSplashScreen=false
AllowMultipleInstances=true
DisableIntelligentStart=false
SkipCompregFix=false
RunLocally=false

# The above options are explained in the included readme.txt
# This INI file is an example only and is not used unless it is placed as described in the included readme.txt

John T. Haller
John T. Haller's picture
Offline
Last seen: 11 hours 10 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
By Design

This is the way Firefox itself is designed. You can't have the same copy of Firefox running two profiles at the same time. You can have different copies of Firefox running different profiles. Also note that this isn't really designed for production use and will have other side effects (like not being able to open clicked links from other apps).

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments