Closed
Bug 270365
Opened 20 years ago
Closed 20 years ago
--with-user-appdir not being used/not working
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: polleke, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041117 Firefox/0.9.1+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041117 Firefox/0.9.1+ --with-user-appdir= is not working. The dir is created, but not used. .mozilla is used. With a current trunk I think I found one problem with lxr: http://lxr.mozilla.org/seamonkey/source/browser/app/Makefile.in#227 That line should be using $(MOZ_USER_DIR). That does not fix it though. The MOZ_USER_DIR dir is created but not used. The problem is not with configure. mozilla-config.h shows define with the dir I set. Reproducible: Always Steps to Reproduce:
Comment 1•20 years ago
|
||
--with-user-appdir is not a Firefox configure option, it is only useful for the Mozilla suite. To change the profile directory for toolkit apps, change the nsXULAppAPI struct passed to xre_main: http://lxr.mozilla.org/mozilla/source/browser/app/nsBrowserApp.cpp#47
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•