Your message dated Thu, 2 Sep 2021 07:18:57 +0200
with message-id <[email protected]>
and subject line Re: Bug#944208: thunderbird warns addMetadata: Add-on
[email protected] is invalid
(NS_ERROR_FILE_TARGET_DOES_NOT_EXIST)
has caused the Debian Bug report #944208,
regarding thunderbird warns addMetadata: Add-on
[email protected] is invalid
(NS_ERROR_FILE_TARGET_DOES_NOT_EXIST)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
944208: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944208
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: thunderbird
Version: 1:68.2.1-1
When trying to set up a temporary testing profile with thunderbird on an
otherwise clean system, that i want to not access the network, i see
nasty error messages on stderr:
0 dkg@sid:~$ x=$(mktemp -d profdir.XXXXXX)
0 dkg@sid:~$ cat prefs.js
user_pref("browser.dom.window.dump.enabled", true);
user_pref("extensions.autoDisableScopes", 14);
user_pref("extensions.update.enabled", false);
user_pref("lightweightThemes.update.enabled", false);
user_pref("extensions.blocklist.enabled", false);
user_pref("browser.search.update", false);
user_pref("toolkit.telemetry.prompted", false);
user_pref("toolkit.telemetry.rejected", true);
user_pref("toolkit.telemetry.enabled", false);
0 dkg@sid:~$ cp prefs.js $x/prefs.js
0 dkg@sid:~$ printf '{"created":%d000}' "$(date '+%s')" >"$x/times.json"
0 dkg@sid:~$ thunderbird --headless --profile "$(pwd)/$x"
*** You are running in headless mode.
1572994320282 addons.xpi WARN Can't get modified time of
/usr/lib/thunderbird/features/[email protected]
1572994320332 addons.xpi-utils WARN addMetadata: Add-on
[email protected] is invalid: [Exception... "Component
returned failure code: 0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST)
[nsIFile.isFile]" nsresult: "0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST)"
location: "JS frame :: resource://gre/modules/addons/XPIInstall.jsm :: get ::
line 235" data: no] Stack trace:
get()@resource://gre/modules/addons/XPIInstall.jsm:235
syncLoadManifest()@resource://gre/modules/addons/XPIInstall.jsm:745
addMetadata()@resource://gre/modules/addons/XPIDatabase.jsm:2711
processFileChanges()@resource://gre/modules/addons/XPIDatabase.jsm:3152
checkForChanges()@resource://gre/modules/addons/XPIProvider.jsm:2946
startup()@resource://gre/modules/addons/XPIProvider.jsm:2406
callProvider()@resource://gre/modules/AddonManager.jsm:213
_startProvider()@resource://gre/modules/AddonManager.jsm:649
startup()@resource://gre/modules/AddonManager.jsm:873
startup()@resource://gre/modules/AddonManager.jsm:3469
observe()@resource://gre/modules/addonManager.js:70
1572994320333 addons.xpi-utils WARN Could not uninstall invalid
item from locked install location
^C
130 dkg@sid:~$
I'm assuming that the wetransfer extension isn't being installed by
default (which seems reasonable to me given the dubiousness of the
source code, e.g. [0]).
However, if it's not installed by default, something is referencing it
anyway, and that reference should probably be patched out too to avoid
these warnings.
--dkg
[0]
https://sources.debian.org/src/thunderbird/1:68.2.1-1/comm/mail/components/cloudfile/wetransfer/background/background.js/?hl=16#L19
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Should use the correct adress to close the report ...
Am Tue, Nov 05, 2019 at 06:10:20PM -0500 schrieb Daniel Kahn Gillmor:
> Control: affects 944208 + src:enigmail
>
> This produces noise on the enigmail test suite, so i'm marking it as
> "affects" enigmail.
>
> On Tue 2019-11-05 18:01:16 -0500, Daniel Kahn Gillmor wrote:
> > When trying to set up a temporary testing profile with thunderbird on an
> > otherwise clean system, that i want to not access the network, i see
> > nasty error messages on stderr:
>
> An even simpler reproducer to generate the warnings:
>
> x=$(mktemp -d profdir.XXXXXX)
> printf 'user_pref("browser.dom.window.dump.enabled", true);\n' >
> "$x/prefs.js"
> thunderbird --headless --profile "$(pwd)/$x"
>
> hope this is useful,
>
> --dkg
--- End Message ---