Package: firefox Version: 74.0-1 Severity: important Recently (I'm not sure when but probably 74.0) for new profiles Firefox no longer loads any of the webext-* /usr/share/webext/ packaged addons and they do not show up in the Extensions item in the about:addons page. For existing profiles the Debian-packaged addons are still working fine. I cannot see any warnings about this in the Firefox debug output in a terminal. This issue does not happen with Firefox ESR 68. I'm using this script to use a temporary profile:
#!/bin/sh set -e dir="$(mktemp --tmpdir --directory firefox-tmp-profile-XXXXXXXX)" cleanup () { rm --recursive --force "$dir"; } trap cleanup EXIT firefox -no-remote -profile "$dir" "$@" || true -- Package-specific info: -- Addons package information -- System Information: Debian Release: bullseye/sid APT prefers testing-debug APT policy: (900, 'testing-debug'), (900, 'testing'), (860, 'testing-proposed-updates'), (800, 'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), LANGUAGE=en_AU:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages firefox depends on: ii debianutils 4.9.1 ii fontconfig 2.13.1-2+b1 ii libatk1.0-0 2.34.1-1 ii libc6 2.30-2 ii libcairo-gobject2 1.16.0-4 ii libcairo2 1.16.0-4 ii libdbus-1-3 1.12.16-2 ii libdbus-glib-1-2 0.110-5 ii libevent-2.1-7 2.1.11-stable-1 ii libffi7 3.3-3 ii libfontconfig1 2.13.1-2+b1 ii libfreetype6 2.10.1-2 ii libgcc-s1 10-20200312-2 ii libgdk-pixbuf2.0-0 2.40.0+dfsg-3 ii libglib2.0-0 2.64.1-1 ii libgtk-3-0 3.24.14-1 ii libnspr4 2:4.25-1 ii libnss3 2:3.50-1 ii libpango-1.0-0 1.42.4-8 ii libsqlite3-0 3.31.1-4 ii libstdc++6 10-20200312-2 ii libx11-6 2:1.6.9-2 ii libx11-xcb1 2:1.6.9-2 ii libxcb-shm0 1.13.1-5 ii libxcb1 1.13.1-5 ii libxcomposite1 1:0.4.4-2 ii libxdamage1 1:1.1.5-1 ii libxext6 2:1.3.3-1+b2 ii libxfixes3 1:5.0.3-1 ii libxrender1 1:0.9.10-1 ii libxt6 1:1.1.5-1+b3 ii procps 2:3.3.16-4 ii zlib1g 1:1.2.11.dfsg-2 Versions of packages firefox recommends: ii libavcodec58 7:4.2.2-1+b1 Versions of packages firefox suggests: ii fonts-lmodern 2.004.5-6 pn fonts-stix | otf-stix <none> ii libcanberra0 0.30-7 ii libgssapi-krb5-2 1.17-6 ii libgtk2.0-0 2.24.32-4 ii pulseaudio 13.0-5 -- no debconf information -- bye, pabs https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part