Closed
Bug 228775
Opened 21 years ago
Closed 21 years ago
documentation wrong for launching browser
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jay, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.5) Gecko/20031020
Build Identifier: Thnderbird 0.4 (20031208)
The documentation for "Registering The Default Browser" states to set resources
named like:
user_pref("network.protocol-handler.app.http", "/path/to/the_shell_script");
It seems to really need to be set as:
pref("network.protocol-handler.app.http", "/path/to/the_shell_script");
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Comment 1•21 years ago
|
||
No user_pref is correct. You should be making these changes to your user
prefs.js file which uses "user_pref"
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
OS: SunOS → Solaris
You need to log in
before you can comment on or make changes to this bug.
Description
•