Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Turning off update notifications

  • 1 réponse
  • 1 a ce problème
  • 46 vues
  • Dernière réponse par Terry

more options

Firefox 101 Xubuntu 20.04

I want to completely disable the Firefox pop-up notifications regarding updates. I have searched the web for an answer and cannot find anything workable. Can you please tell me how to accomplish this as the constant nagging is extremely annoying.

In about:config I have the following set with no success:

app.update.auto false app.update.download.promptMaxAttempts 0 app.update.elevation.promptMaxAttempts 0 app.update.enabled false app.update.interval 31536000 app.update.promptWaitTime 31536000 app.update.silent true browser.search.update false update false

Firefox 101 Xubuntu 20.04 I want to completely disable the Firefox pop-up notifications regarding updates. I have searched the web for an answer and cannot find anything workable. Can you please tell me how to accomplish this as the constant nagging is extremely annoying. In '''about:config''' I have the following set with no success: app.update.auto false app.update.download.promptMaxAttempts 0 app.update.elevation.promptMaxAttempts 0 app.update.enabled false app.update.interval 31536000 app.update.promptWaitTime 31536000 app.update.silent true browser.search.update false update false

Toutes les réponses (1)

more options

You may have to do that by locking preferences. Remove the blank space in the link below. My distro uses defaultPref rather than lockPref and I have these.

defaultPref("app.update.auto", false);
defaultPref("app.update.enabled", false);
defaultPref("app.update.autoInstallEnabled", false);


http://kb.mozillazine. org/Locking_preferences