diff -r f98f2fd265af -r 6d716caa6abe firefox-no-default-ualocale.patch --- a/firefox-no-default-ualocale.patch Sat Nov 04 20:25:02 2017 +0100 +++ b/firefox-no-default-ualocale.patch Sat Nov 04 23:30:29 2017 +0100 @@ -1,18 +1,18 @@ # HG changeset patch # User Wolfgang Rosenauer # Parent 099312626f5f7c9cb5573a61d0230574ee12a660 -# Parent b692fb539e9d0641ff557cb4b984b5e211aec572 +# Parent 74161085d62009c0ddc2eb02d320ef7f10d4c1f1 Do not overwrite the locale dynamic pref from xulrunner's all.js with a wrong default value diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js -@@ -240,17 +240,17 @@ pref("browser.uitour.readerViewTrigger", +@@ -219,17 +219,17 @@ pref("browser.uitour.requireSecure", tru + pref("browser.uitour.themeOrigin", "https://addons.mozilla.org/%LOCALE%/firefox/themes/"); + pref("browser.uitour.url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tour/"); + // How long to show a Hearbeat survey (two hours, in seconds) pref("browser.uitour.surveyDuration", 7200); - pref("browser.customizemode.tip0.shown", false); - pref("browser.customizemode.tip0.learnMoreUrl", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/customize"); - pref("keyword.enabled", true); pref("browser.fixup.domainwhitelist.localhost", true);