Closed
Bug 332073
Opened 20 years ago
Closed 20 years ago
--with-user-appdir doesn't work
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 298784
People
(Reporter: robert.valenti, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)
Build Identifier:
Even you can configure using --with-user-appdir=somewhere, firefox always uses .mozilla.
The ~/somewhere directory is created but files are placed into ~/.mozilla
Reproducible: Always
Steps to Reproduce:
1.compile using --with-user-appdir=someotherdir
2.run firefox
3.
Actual Results:
The directory suplied to the arg --with-user-appdir=someotherdir is created but config files (Profiles.ini) are placed into ~/.mozilla
Expected Results:
Config files should be placed into the directory ~/.someotherdir
Comment 1•20 years ago
|
||
We should remove this configure option, it's not something we support.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 298784 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•