Closed
Bug 257083
Opened 20 years ago
Closed 18 years ago
profile command line options ignored if ffox is already running
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
People
(Reporter: vlad, Unassigned)
Details
(This might be known, but I can't find the bug if so)
If firefox is already running, running "./firefox.exe -ProfileManager" or
"./firefox.exe -P foo" has no effect -- it just opens up a new window for the
already running firefox. If there is no firefox running, then it does the right
thing. This bug is present in 0.9.3 up to the latest 0826 nightly. Windows
only I think; I know it doesn't happen on Linux (-P works fine), not sure about Mac.
Comment 1•20 years ago
|
||
This bug has existed since the beginning of time (way before M15, which was the
first milestone I had a lot of experience with). Basically, the windows DDE
remoting code gets first-crack, before any of the other startup code gets going.
You can, as a workaround, set MOZ_NO_REMOTE=1 in your environment (which
disables all remoting, of course). The current win remoting code doesn't have
the ability to run several different DDE servers and distinguish between them,
and won't startup unless it can hold a mutex.
This may end up on darin/my target list for 2.0, because we need to rework a lot
of the command-line-handling crap anyway.
Comment 2•20 years ago
|
||
Not working actively on this, requires some architectural work. I may take it
back later if nobody else wants it. (This isn't going to be fixed on the 1.0
branch).
Assignee: bsmedberg → nobody
Version: 1.0 Branch → Trunk
Comment 4•19 years ago
|
||
Well, this happens since 1.5RC1 on Linux too. With 1.0.7 I'am able to run multiple firefox instances.
Updated•19 years ago
|
OS: Windows XP → All
Comment 5•19 years ago
|
||
Also happening on Linux and FreeBSD under 1.5. Worked fine with 1.0
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5
Comment 6•18 years ago
|
||
*** This bug has been marked as a duplicate of 99828 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•