You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.
I have placed Decentraleyes' XPI package at /usr/share/firefox-esr/distribution/extensions/[email protected] for automatic installation in new profiles (Debian 9 Stretch), along with other addons.
In /etc/firefox-esr/firefox-esr.js[1] I have set pref("[email protected]", false); to prevent Decentraleyes release notes from showing up on Firefox startup each time a new profile is created.
However when I run a Firefox profile for the first time, the release notes are displayed.
Looking through about:config I see that [email protected] has been reset to true. In ~/.mozilla/firefox/xxxxxx.default/browser-extension-data/jid1-BoFifL9Vbdl2zQ@jetpack/storage.js there is also a setting reflecting the about:config value (eshowReleaseNotes":true).
Somehow Decentraleyes seems to reset that setting to true when a new profile is first launched. How can I prevent this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @nodiscc, and thanks for getting in touch. It seems that your current approach results in the creation of a configuration entry of type default. Entries of type user set are typically a lot more resilient.
For that reason, I would personally suggest following the steps outlined in Customizing Firefox Using AutoConfig (a guide by Mozilla). Following the instructions, should result in the creation of a configuration entry of the desired type (user set). Decentraleyes does not modify such entries on installation.
Hello,
I have placed Decentraleyes' XPI package at
/usr/share/firefox-esr/distribution/extensions/[email protected]
for automatic installation in new profiles (Debian 9 Stretch), along with other addons.In
/etc/firefox-esr/firefox-esr.js
[1] I have setpref("[email protected]", false);
to prevent Decentraleyes release notes from showing up on Firefox startup each time a new profile is created.However when I run a Firefox profile for the first time, the release notes are displayed.
Looking through
about:config
I see that[email protected]
has been reset totrue
. In~/.mozilla/firefox/xxxxxx.default/browser-extension-data/jid1-BoFifL9Vbdl2zQ@jetpack/storage.js
there is also a setting reflecting theabout:config
value (eshowReleaseNotes":true
).Somehow Decentraleyes seems to reset that setting to
true
when a new profile is first launched. How can I prevent this?Thanks
The text was updated successfully, but these errors were encountered: