Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Automatic Updates written down in mozilla.cfg ?

  • 4 risposte
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di 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);

Tutte le risposte (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();

Modificato da cor-el il

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