Anno domini 2021 Tue, 5 Jan 09:45:44 +0100 Dr. Nikolaus Klepp scripsit:
Anno domini 2021 Mon, 4 Jan 19:48:09 -0600 J Leslie Turriff scripsit:
- Change the setting mentioned in your previous message back to
> False, setting it as the default again, exiting Firefox and > Thunderbird, then powering down or rebooting the system.
Follow these steps:
https://www.cb-net.co.uk/linux/debian-8-jessie-firefox-locked-preferences/
Nik
additional note: you can turn on plaintext preferences and add the defaultbrowsercheck to these prefs on login:
about:config --> general.config.obscure_value" = 0
Then in your .xinitrc or whatever you use to mange autostart on login:
for i in ~/.mozilla/firefox/*/prets.js; do echo 'user_pref("browser.shell.checkDefaultBrowser",false);' >> $i done
Sidenote: check the modification time of that file to identify if something is mession with your local firefox settings or if it's done on a global base.
nik