Closed
Bug 732435
Opened 14 years ago
Closed 3 months ago
Firefox creates an empty Extensions directory in %USERPROFILE%\Mozilla
Categories
(Toolkit :: Add-ons Manager, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 2001887
People
(Reporter: mkaply, Unassigned)
References
Details
When Firefox is started, it creates an empty Extensions directory at
%USERPROFILE%\Mozilla
This is problematic for Firefox builds that are self contained on USB keys.
Firefox should not touch the user's system unnecessarily.
| Reporter | ||
Comment 1•14 years ago
|
||
The problem is here:
http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsXREDirProvider.cpp#1122
The call to EnsureDirectoryExists
Comment 2•14 years ago
|
||
Not sure why we need to create that there. As a workaround I think that if you set extensions.enabledScopes appropriately to ignore system/user directories this code won't actually get called.
| Reporter | ||
Comment 3•14 years ago
|
||
Perfect workaround. I meant to have enabledScopes set to exclude the user directory, but I got my math wrong.
Thanks.
Updated•6 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•3 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•