Closed
Bug 77029
Opened 25 years ago
Closed 25 years ago
-chrome command line option has stopped working.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: pwilson, Assigned: asa)
Details
Build 2001042021
-chrome command line option is ignored.
Browser appears with standard mozilla browser shell.
| Reporter | ||
Comment 1•25 years ago
|
||
Problem solved.
I thought path entries in installed-chrome.txt had to mirror url entries.
So I coded:
content,install,path,resource:c:\xulapp\content\
Changing this to:
content,install,path,c:\xulapp\content\
cures the problem. For some reason this used to work as of about 4/1/2001
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
resource: is supposed to work relative to the mozilla binary directory, so
afaik it should never have liked c:, but whatever. I'm glad you solved your
problem.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•