Am Donnerstag, 24. März 2016 01:06:22 UTC+1 schrieb Tobias B. Besemer: > Am Freitag, 18. März 2016 14:45:45 UTC+1 schrieb Gijs Kruitbosch: > > On 18/03/2016 11:47, Tobias B. Besemer wrote: > > > If I use my main profile in Aurora, it updates FF immediately to the > > > Nightly Version because the update channel is saved in the profile! > > > > > > Is this really necessary/right this way? > > > > > > I mean: Why not save the update channel in the FF installation (folder) > > > ??? > > > > > > Saving the update channel in the profiles makes it impossible to use them > > > with a older/other version of FF! > > > If somebody do it anyway (by mistake) it f*cks up his installation! > > > > The default value of all prefs is stored in the installation. Custom > > values are stored in your profile. Firefox's core code does not save > > custom values for the update channel pref at any time: > > > > https://dxr.mozilla.org/mozilla-central/search?q=update.channel+-path%3Ab2g+-path%3Amozconfig+-path%3Atest+-path%3A.sh+-path%3A.nsi+-channelid&redirect=false&case=false > > > > The logical conclusion being, if there is a custom value for this > > preference in your profile, either you put it there through about:config > > or by editing prefs.js, or some add-on did this. > > > > ~ Gijs > > Thx! > > I had a lock... > > ...but this are the first lines of my prefs.js in the user dir: > user_pref("accessibility.typeaheadfind.flashBar", 0); > user_pref("app.update.lastUpdateTime.addon-background-update-timer", > 1458736348); > user_pref("app.update.lastUpdateTime.background-update-timer", 1458772121); > user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", > 1458736708); > user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1458771231); > user_pref("app.update.lastUpdateTime.experiments-update-timer", 1458736588); > user_pref("app.update.lastUpdateTime.microsummary-generator-update-timer", > 1346768798); > user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1458757841); > user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1458736468); > user_pref("app.update.migrated.updateDir", true); > user_pref("avira.safe_search.installed", "[\"safesearchplus\"]"); > > The only prefs with a nightly channel are: > user_pref("extensions.checkCompatibility.37.0a", true); > user_pref("extensions.checkCompatibility.nightly", true); > user_pref("extensions.updatechannel.channel", "nightly"); > user_pref("extensions.updatechan...@blueprintit.co.uk.install-event-fired", > true); > > In c:\Program Files\Firefox Developer Edition\ ... > is the file update-settings.ini with: > [Settings] > ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-aurora > > And in \defaults\pref\channel-prefs.js is: > pref("app.update.channel", "aurora"); > > And it updates to nightly anyway immediately!
Ah! OK! Seems this is from the "Update Channel Selector"-Extension and is used for UPD: user_pref("extensions.updatechannel.channel", "nightly"); user_pref("extensions.updatechan...@blueprintit.co.uk.install-event-fired", true); I have deactivated this Add-on now... But what is this: user_pref("extensions.checkCompatibility.37.0a", true); user_pref("extensions.checkCompatibility.nightly", true); _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform