Closed
Bug 236481
Opened 22 years ago
Closed 22 years ago
Tbird URL Dispatching on Linux doc seems overly complicated
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: l, Assigned: mohr.42)
References
()
Details
I just added to prefs.js:
user_pref("network.protocol-handler.app.http", "/usr/bin/mozilla-firefox");
and it all seemed to work.
Comment 1•22 years ago
|
||
We use a shell script because, if Mozilla/Firefox is already running, executing
the browser directly will cause a profile-in-use error. To avoid this, the
script first query if an instance is already running, then either calls the
instance using x-romote command or create a new instance. -> wontfix
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Summary: Seems overly complicated → Tbird URL Dispatching on Linux doc seems overly complicated
| Reporter | ||
Comment 2•22 years ago
|
||
On Debian (unsure about other distributions) /usr/bin/mozilla-firefox is a shell
script that manages if another instance is already open, so you do not see the
error. This may be worth noting, especially if it is also true for other
distributions.
| Assignee | ||
Comment 3•22 years ago
|
||
I confirm that this is present on Debian, but it is not present in the
SVG-enabled Firefox build I maintain, so it probably isn't in official
mozilla.org releases (and even if other distros package it like this, it's the
releases on mozilla.org that need to be supported).
v
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•