Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Automatic Updates written down in mozilla.cfg ?

  • 4 respostas
  • 1 tem este problema
  • 1 visualização
  • Última resposta de Himbeerbubi

more options

I would like to update firefox automatically, written down in mozilla.cfg with the commands. But it dont works. Are the commands right ? // enable auto application updates pref("app.update.enabled", true); pref("app.update.auto", true); pref("app.update.mode", 0); pref("app.update.silent", true); pref("app.update.interval", 300); pref("browser.search.update", true);

I would like to update firefox automatically, written down in mozilla.cfg with the commands. But it dont works. Are the commands right ? // enable auto application updates pref("app.update.enabled", true); pref("app.update.auto", true); pref("app.update.mode", 0); pref("app.update.silent", true); pref("app.update.interval", 300); pref("browser.search.update", true);

Todas as respostas (4)

more options

Does Firefox find the mozilla.cfg file?

Do any of the prefs show on the about:config page?

A possible test can be to lock a pref via lockPref();

Alterado por cor-el em

more options

yeah sure, otherwise it wouldn't take the other options look, this is our mozilla.cfg file:

//Firefox Default Settings

// set Firefox Default homepage pref("browser.startup.homepage","http://www.amag.ch");

// disable default browser check pref("browser.shell.checkDefaultBrowser", false); pref("browser.startup.homepage_override.mstone", "ignore");

// enable auto application updates lockPref("app.update.enabled", true); lockPref("app.update.auto", true); lockPref("app.update.mode", 0); lockPref("app.update.silent", true); lockPref("app.update.interval", 300); lockPref("browser.search.update", true);

// disables the 'know your rights' button from displaying on first run pref("browser.rights.3.shown", true);

// disables the request to send performance data from displaying pref("toolkit.telemetry.rejected", true);


but somehow it dont want to update the firefox. actually we want, when someone installed firefox from our server and an update came out, that our employee dont have to update manually.

more options

I don't know if the Mozilla Maintenance Service that downloads and installs updates in the background would behave differently with respect of those prefs.

Doesn't Firefox update at all or only at a later time or when being idle?

more options

No, somehow it didn't update. We waited more than a day and its still dont want to update. I installed firefox 30.0 to see if it update to 32.0 but in vain. :P