Open
Bug 1246486
Opened 10 years ago
Updated 2 years ago
Port Bug 1192921 to Seamonkey. System addons directory missing in Seamonkey profile.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: frg, Unassigned)
References
Details
Attachments
(1 obsolete file)
Bug 1192921 added a system addons directory in Firefox. This is missing in Seamonkey.
Because of this you will see occational errors in the web console.
>> Timestamp: 2/7/2016 12:30:22 PM
>> Error: 1454844622328 addons.xpi ERROR Failed to clean updated
>> system add-ons directories.: Win error 2 during operation
>> DirectoryIterator.prototype.next on file C:\Users\NO1\AppData\Roaming
>> \Mozilla\SeaMonkey\Profiles\es9uf9xh.default\features
>> (The system cannot find the file specified.)
>> ((unknown module)) No traceback available
>> Source File: resource://gre/modules/Log.jsm
>> Line: 751
Seems to be harmless and not cause any trouble.
![]() |
Reporter | |
Comment 1•10 years ago
|
||
Workaround:
Manually add an empty features directory to your profile.
Severity: normal → minor
![]() |
Reporter | |
Comment 2•10 years ago
|
||
See also Bug 1229974 for Thunderbird
Comment 3•10 years ago
|
||
We see the same errors on Firefox too, I would be fine with just making the add-ons manager code not log in that case.
Comment 4•10 years ago
|
||
(In reply to Dave Townsend [:mossop] from comment #3)
> We see the same errors on Firefox too, I would be fine with just making the
> add-ons manager code not log in that case.
yep, AFAICT bug 1192921 canges only two files, both in the toolkit tree (toolkit/mozapps/extensions/internal/XPIProvider.jsm and toolkit/mozapps/extensions/internal/XPIProviderUtils.js), with no #ifdef that I can see.
Dave, am I right in thinking that this bug should be regarded as a Toolkit/Add-ons Manager bug, and in fact a followup to bug 1192921, affecting all three of Firefox, Thunderbird and seaMonkey in the same manner? This of course doesn't mean that SeaMonkey volunteers should be barred from proposing a patch (if any of them is willing) but it makes a difference about who would be qualified to review such a patch.
Flags: needinfo?(dtownsend)
![]() |
Reporter | |
Comment 5•10 years ago
|
||
I think the logging shouldn't be completly supressed. Created toolkit Bug 1246614 and submitted a patch.
FRG
Updated•10 years ago
|
Flags: needinfo?(dtownsend)
![]() |
Reporter | |
Comment 6•10 years ago
|
||
The reported error in the log should be fixed but I think this bug should be kept open because we do need to add the system addons directory to the profiles in the future.
Updated•2 years ago
|
Attachment #9382789 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•