Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Disable silent updates of Firefox on Ubuntu

  • 4 antwurd
  • 0 hawwe dit probleem
  • 7 werjeftes
  • Lêste antwurd fan James

more options

I want to stop Firefox from silently updating in the background during browsing sessions. When it finishes updating like this, currently open tabs stop working and I can no longer open new tabs. The only fix is to restart Firefox. This is a problem if I am, for instance, going through a set of web forms as the information I enter will then be deleted and I have to start again.

When I have used Firefox on Windows, the requirement to restart Firefox to install updates has always been indicated by some change to the settings button on the top right of the window. With Ubuntu, the update is downloaded and installed without any action from my part, and given that it is quite disruptive this is unacceptable.

I have tried a number of ways of changing this, none of which work. Under the general settings tab, there are no options for changing the way updates are handled. Settings under about:config appear to do nothing. I have app.update.auto set to false, and app.update.notifyDuringDownload is set to true. I have attempted to circumvent these by setting a policy using the policies.json:

{

 "policies": {
   "DisableAppUpdate": true,
   "AppAutoUpdate": false,
   "BackgroundAppUpdate": false
 }

}

None of these have made the slightest change to how Firefox handles updates.

I am running Firefox 110.0.1 (64 bit) on Ubuntu 20.04.5 LTS, but I should point out that this has been a problem for the last several years of Firefox versions on the same OS.

I want to stop Firefox from silently updating in the background during browsing sessions. When it finishes updating like this, currently open tabs stop working and I can no longer open new tabs. The only fix is to restart Firefox. This is a problem if I am, for instance, going through a set of web forms as the information I enter will then be deleted and I have to start again. When I have used Firefox on Windows, the requirement to restart Firefox to install updates has always been indicated by some change to the settings button on the top right of the window. With Ubuntu, the update is downloaded and installed without any action from my part, and given that it is quite disruptive this is unacceptable. I have tried a number of ways of changing this, none of which work. Under the general settings tab, there are no options for changing the way updates are handled. Settings under about:config appear to do nothing. I have app.update.auto set to false, and app.update.notifyDuringDownload is set to true. I have attempted to circumvent these by setting a policy using the policies.json: { "policies": { "DisableAppUpdate": true, "AppAutoUpdate": false, "BackgroundAppUpdate": false } } None of these have made the slightest change to how Firefox handles updates. I am running Firefox 110.0.1 (64 bit) on Ubuntu 20.04.5 LTS, but I should point out that this has been a problem for the last several years of Firefox versions on the same OS.

Alle antwurden (4)

more options

Hi

Are you using the Snap or tarball from Mozilla, or are you using the distro version provided by the Ubuntu community?

more options

I'm using the distro version installed through apt

more options

If you use the Firefox version from the Ubuntu repositories then Ubuntu software management control the updating and you can't affect this from within Firefox.

You can try Firefox from the official Mozilla server if you currently use a version from the repositories of your Linux distribution to have more control.

more options

ryan.j.thomas1 said

I have tried a number of ways of changing this, none of which work. Under the general settings tab, there are no options for changing the way updates are handled. Settings under about:config appear to do nothing. I have app.update.auto set to false, and app.update.notifyDuringDownload is set to true. I have attempted to circumvent these by setting a policy using the policies.json

These methods are only for the official builds from Mozilla like say https://www.mozilla.org/firefox/all/#product-desktop-release

Third party builds like those you built from source yourself or package builds in Linux distros do not get software updates from Mozilla.