You are here

multiple firefox and firefox portable at the same time

2 posts / 0 new
Last post
SMAK
Offline
Last seen: 6 years 3 months ago
Joined: 2017-11-28 06:17
multiple firefox and firefox portable at the same time

hello

I want to run Firefox desktop and firefox portable in the same time.
So, i just set the line "AllowMultipleInstances=true" in FirefoxPortable.ini (same directory as FirefoxPortable.exe).

however, when I start firefox portable, and I have an already running local firefox, I had two differents behavior depending on machine and operating system. For some machines, it runs correctely but for others, it does not work correctly and when you go to launch the second firefox Portable instance, it just spawns a new window from the already running instance(firefox dektop) and in the link we found the option "-no-remote" which prevents links from being opened.

I tried to add a batch with "set MOZ_NO_REMOTE = 1" so the problem to launch the firefox desktop and firefox portable is solved. But the persence of the option -no-remote in the link caused a problem to reload the page.

what is the reason for having two differents behavior depending on machine and operating system?
is there anything else I can try to get both my local firefox and the portable firefox running altogether?

thanks a lot !

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

You must run every single instance of Firefox and Firefox Portable with -no-remote on the command line. That's what AdditionalParameters does. When run this way, this will break the ability to launch each instance of Firefox a second time, so you can't associate links or HTML files, it'll just give an error. Firefox Portable will also leave things behind on the local machine when run this way. The -no-remote switch is made for developers to do testing, it's not designed for production use. This is the way it works, there is no way to make it work differently unless Firefox itself has sections rewritten.

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

Log in or register to post comments