Closed
Bug 58499
Opened 25 years ago
Closed 16 years ago
RFE: if not running installer as root, don't default install in /usr/local/bin
Categories
(SeaMonkey :: Installer, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
INVALID
Future
People
(Reporter: sspitzer, Assigned: slogan)
Details
can we add code to the installer to do this:
if running installer as root,
default install to /usr/local
else
default install to $HOME/mozilla (or what ever.)
| Reporter | ||
Comment 1•25 years ago
|
||
updating severity and summary.
Severity: normal → enhancement
Summary: if not running installer as root, don't default install in /usr/local/bin → RFE: if not running installer as root, don't default install in /usr/local/bin
Comment 2•25 years ago
|
||
The [General] section in the config.ini could have two keys in place of "Default
Location" something like:
[General]
Root Default Location=/usr/local/netscape
End User Default Location=[HOME]/netscape
This means adding the ability to generically resolve special targets like [HOME]
etc. It'd probably be best resolved /after/ calling the ini parser.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Updated•25 years ago
|
QA Contact: gemal → gbush
Updated•25 years ago
|
Priority: P3 → P1
Comment 3•24 years ago
|
||
Over to Syd for installer bug triage
Assignee: sgehani → syd
Status: ASSIGNED → NEW
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 4•16 years ago
|
||
Linux installer has been discontinued on Trunk => INVALID.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•