Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Turning off update notifications

  • 1 resposta
  • 1 tem este problema
  • 46 visualizações
  • Última resposta por 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

Todas as respostas (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