Closed
Bug 268869
Opened 20 years ago
Closed 19 years ago
unable to connect to an already running instance
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: a.wyrwa, Assigned: benjamin)
References
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041110 Firefox/1.0 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041110 Firefox/1.0 When a user already has an instance of Firefox open and he wishes to create another Firefox windows from outside firefox (i.e. open a page by clicking a link in evolution) Firefox won't be able to connect to the already open instance and hence nothing will happen. Reproducible: Always Steps to Reproduce: 1. Launch Firefox 2. Open Terminal 3. type firefox http://www.google.de and enter Expected Results: Open another firefox window or a tab in the current one to display the requested page. I figured that the problem is a missing line in the <prefix>/bin/firefox script and this problem exists since 0.10.0 . I'll submit a patch quickly.
| Reporter | ||
Comment 1•20 years ago
|
||
This patch should fix the problem. I forgot to say...the problem might only occur if Firefox is installed to a non-standard prefix (like for me /opt/mozilla). The script tries to follow symlinks to figure the directory where the actual distributed executables are. It doesn't find one 'cause it is not started as a symlink but also doesn't reside in the same directories as the binaries. For that case it holds a fallback condition. Trouble is that within this fallback condition it only sets the dist_bin variable, but doesn't adopt the run_moz variable. The patch fixes this. André.
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
Attachment #165424 -
Flags: review?(msdemlei)
| Assignee | ||
Comment 2•19 years ago
|
||
xremote client is no more
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Comment 3•19 years ago
|
||
*** Bug 304375 has been marked as a duplicate of this bug. ***
Updated•18 years ago
|
Attachment #165424 -
Flags: review?(msdemlei)
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•