Closed
Bug 147092
Opened 23 years ago
Closed 23 years ago
Need to create new profile to handle URLs by "mozilla"
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 122698
People
(Reporter: apur, Assigned: samir_bugzilla)
Details
Attachments
(1 file)
|
132.74 KB,
image/jpeg
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020523
BuildID: 2002052309
Up to RC2, when Mozilla is already running, executing "mozilla" or "mozilla URL"
open a new window or new window at URL, respectively.
Now a profile choosing dialog appears and a new profile has to be created for
the new window to appear.
This makes URL handling (e.g.) in "Evolution" unusable.
Reproducible: Always
Steps to Reproduce:
1. Start Mozilla with "mozilla &"
2. Mozilla will start up.
3. Do it once more, e.g. "mozilla http://www.google.com"
Actual Results: A profile choosing dialog appear.
Expected Results: It should just open the window at the specified URL
(www.google.com).
It worked this way up to RC2.
I get this also. Mozilla pops up with the profile dialog, and when i tell it to
use the same profile as the original mozilla session (the only profile listed),
it says:
--
Mozilla cannot use the profile "sedated" because it is in use.
Please choose another profile or create a new one.
--
| Reporter | ||
Comment 3•23 years ago
|
||
A quick hack that solves the URL handling is to create a wrapper, something like
#!/bin/sh
if !(mozilla -remote openURL\($1,new-window\)); then mozilla $1; fi
Comment 4•23 years ago
|
||
>It worked this way up to RC2.
No, it never worked this way !
You created a second instance and that can corrupt the profile.
*** This bug has been marked as a duplicate of 122698 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•