browser setting being changed by update of Mozilla Firefox

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
wpshooter
Level 6
Level 6
Posts: 1455
Joined: Sun May 22, 2011 8:06 am

browser setting being changed by update of Mozilla Firefox

Post by wpshooter »

Is there a way to prevent Mozilla Firefox browser settings from being changed every time an update to the
browser is installed ? For instance, on each and every update the play DRM-controlled content parameter
is set back to the default, i.e. disabled. Also, on occasions the settings which controls where saved bookmarks
are saved is set back to the default instead of where it was previously set by the user. Really annoying.

Thanks.
Last edited by LockBot on Sat May 27, 2023 10:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Mint 21.3 Mate.

SERVICE > competition
billyswong
Level 8
Level 8
Posts: 2235
Joined: Wed Aug 14, 2019 1:02 am

Re: browser setting being changed by update of Mozilla Firefox

Post by billyswong »

Your situation has never happened to me, both now and when I were still running LM20.3 Mate. Where did you get the Firefox update?
wpshooter
Level 6
Level 6
Posts: 1455
Joined: Sun May 22, 2011 8:06 am

Re: browser setting being changed by update of Mozilla Firefox

Post by wpshooter »

billyswong wrote: Sun Nov 27, 2022 11:03 am Your situation has never happened to me, both now and when I were still running LM20.3 Mate. Where did you get the Firefox update?
As per offered by Linux Mint 20.3 update manager.

Thanks.
Mint 21.3 Mate.

SERVICE > competition
billyswong
Level 8
Level 8
Posts: 2235
Joined: Wed Aug 14, 2019 1:02 am

Re: browser setting being changed by update of Mozilla Firefox

Post by billyswong »

Next thing to try: If you open a new user account in Linux Mint, does such issue still occur to Firefox in there?
wpshooter
Level 6
Level 6
Posts: 1455
Joined: Sun May 22, 2011 8:06 am

Re: browser setting being changed by update of Mozilla Firefox

Post by wpshooter »

billyswong wrote: Sun Nov 27, 2022 12:27 pm Next thing to try: If you open a new user account in Linux Mint, does such issue still occur to Firefox in there?
Please explain how that could possibly lead to a solution. It's not as if the one and only user of this computer (ME) is changing from one version of Firefox to another.

Thanks.
Mint 21.3 Mate.

SERVICE > competition
billyswong
Level 8
Level 8
Posts: 2235
Joined: Wed Aug 14, 2019 1:02 am

Re: browser setting being changed by update of Mozilla Firefox

Post by billyswong »

In general, a software application stores itself and its config and caches into 3 locations / categories. One for the binary execution code, one for the system-wide config and caches, one for the user-local config and caches. This general structure is the same in any modern multi-user operating systems.

When one tests a software in a new user account, one is guaranteed to be unaffected by existing user-local config in the main user account. So this is a method to narrow down and isolate the problem scope.

p.s. I am not 100% sure your Firefox is the standard one provided by Linux Mint yet. But since you update it through Linux Mint update manager, I take an assumption you didn't add any PPA with Firefox contained, nor by any chance you are running the flatpak edition unknowingly. With such knowledge / assumption, I estimate the chance of binary corruption leading to your current issue is extremely low. So what's next is determining if the problem stems from a system-wide config corruption, or an user-local config corruption.
wpshooter
Level 6
Level 6
Posts: 1455
Joined: Sun May 22, 2011 8:06 am

Re: browser setting being changed by update of Mozilla Firefox

Post by wpshooter »

billyswong wrote: Mon Nov 28, 2022 9:20 am In general, a software application stores itself and its config and caches into 3 locations / categories. One for the binary execution code, one for the system-wide config and caches, one for the user-local config and caches. This general structure is the same in any modern multi-user operating systems.

When one tests a software in a new user account, one is guaranteed to be unaffected by existing user-local config in the main user account. So this is a method to narrow down and isolate the problem scope.

p.s. I am not 100% sure your Firefox is the standard one provided by Linux Mint yet. But since you update it through Linux Mint update manager, I take an assumption you didn't add any PPA with Firefox contained, nor by any chance you are running the flatpak edition unknowingly. With such knowledge / assumption, I estimate the chance of binary corruption leading to your current issue is extremely low. So what's next is determining if the problem stems from a system-wide config corruption, or an user-local config corruption.
My assumption is that the developers of Firefox (and/or the version that is being fed down from Linux Mint servers) is not taking account settings that have perhaps been changed from the defaults by the user (customized to their liking) and they are just wholesale setting every setting back to the defaults when a new version update is being offered. Bummer.
Mint 21.3 Mate.

SERVICE > competition
billyswong
Level 8
Level 8
Posts: 2235
Joined: Wed Aug 14, 2019 1:02 am

Re: browser setting being changed by update of Mozilla Firefox

Post by billyswong »

As I've said, your issue doesn't happen to me. So really, try open a new user account, change setting there. See the result when Firefox is updated the next time.

Meanwhile, in case there's really some system-wide Firefox setting corrupted in your computer, (after closing Firefox and backing up ~/.mozilla) we may also try:

Code: Select all

sudo apt purge firefox
sudo apt install firefox
If the setting of where to get Firefox package is not modified from default Linux Mint, the version apt install will fetch should be 107.0+linuxmint1+una. If you don't see exact wording in terminal output, then it could be the possible culprit and we shall take a look at that.

Do both of my suggestion, then we can narrow down if not solve the issue by the next time Firefox update appears.
Last edited by billyswong on Tue Nov 29, 2022 12:50 pm, edited 1 time in total.
User avatar
diabolicbg
Level 6
Level 6
Posts: 1436
Joined: Mon Mar 01, 2021 8:20 am
Location: Sofia, Bulgaria

Re: browser setting being changed by update of Mozilla Firefox

Post by diabolicbg »

wpshooter wrote: Tue Nov 29, 2022 8:53 am My assumption is that the developers of Firefox (and/or the version that is being fed down from Linux Mint servers) is not taking account settings that have perhaps been changed from the defaults by the user (customized to their liking) and they are just wholesale setting every setting back to the defaults when a new version update is being offered. Bummer.
You shot right in the top ten! Same thing happened on Windows that don when I upgraded the FF 107 automatic. After restarting the browser I had to set everything up again. It had happened before with version 105 and 103 if I'm not mistaken. But not the first time at all.
Thank goodness it hasn't happened to me in LM.
- You see, in this world there are two kinds of people, my friend, those with loaded guns, and those who dig. You dig. - "The Good, the Bad and the Ugly"

Behind every faulty computer there is a user who did nothing...
wpshooter
Level 6
Level 6
Posts: 1455
Joined: Sun May 22, 2011 8:06 am

Re: browser setting being changed by update of Mozilla Firefox

Post by wpshooter »

diabolicbg wrote: Tue Nov 29, 2022 12:14 pm
wpshooter wrote: Tue Nov 29, 2022 8:53 am My assumption is that the developers of Firefox (and/or the version that is being fed down from Linux Mint servers) is not taking account settings that have perhaps been changed from the defaults by the user (customized to their liking) and they are just wholesale setting every setting back to the defaults when a new version update is being offered. Bummer.
You shot right in the top ten! Same thing happened on Windows that don when I upgraded the FF 107 automatic. After restarting the browser I had to set everything up again. It had happened before with version 105 and 103 if I'm not mistaken. But not the first time at all.
Thank goodness it hasn't happened to me in LM.
A 107.0.1 update became available today and it did NOT change the/my DRM setting.

Perhaps someone is listening !!!
Mint 21.3 Mate.

SERVICE > competition
User avatar
diabolicbg
Level 6
Level 6
Posts: 1436
Joined: Mon Mar 01, 2021 8:20 am
Location: Sofia, Bulgaria

Re: browser setting being changed by update of Mozilla Firefox

Post by diabolicbg »

wpshooter wrote: Thu Dec 01, 2022 5:09 pm A 107.0.1 update became available today and it did NOT change the/my DRM setting.

Perhaps someone is listening !!!
Or maybe they only do it on "node" releases... :?
- You see, in this world there are two kinds of people, my friend, those with loaded guns, and those who dig. You dig. - "The Good, the Bad and the Ugly"

Behind every faulty computer there is a user who did nothing...
Locked

Return to “Software & Applications”