Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Automatic Updates written down in mozilla.cfg ?

  • 4 odpovědi
  • 1 má tento problém
  • 1 zobrazení
  • Poslední odpověď od 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);

Všechny odpovědi (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();

Upravil uživatel cor-el dne

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