diff options
Diffstat (limited to 'newmoon/debian/patches/pm-to-nm.patch')
-rw-r--r-- | newmoon/debian/patches/pm-to-nm.patch | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/newmoon/debian/patches/pm-to-nm.patch b/newmoon/debian/patches/pm-to-nm.patch index ca2943d..1c48381 100644 --- a/newmoon/debian/patches/pm-to-nm.patch +++ b/newmoon/debian/patches/pm-to-nm.patch @@ -2,7 +2,7 @@ Date: 2020-08-18 Purpose: Use newmoon branding instead of palemoon ############################## -Message: This changes the application to use sue ~/.config/newmoon instead of some other directory. +Message: This changes the application to use ~/.config/newmoon instead of some other directory. diff -Naur palemoon/app/application.ini palemoon/app/application.ini.new --- Pale-Moon/palemoon/app/application.ini 2020-07-30 06:09:43.000000000 -0400 +++ Pale-Moon/palemoon/app/application.ini.new 2020-08-18 19:28:30.840797999 -0400 @@ -158,3 +158,31 @@ diff -aur Pale-Moon/palemoon/components/nsBrowserGlue.js Pale-Moon.new/palemoon/ newInVersion: 1 }, RecentlyBookmarked: { +######################################### + +Message: hide some links to old site +diff -aur Pale-Moon/palemoon/branding/shared/locales/browserconfig.properties Pale-Moon.new/palemoon/branding/shared/locales/browserconfig.properties +--- Pale-Moon/palemoon/branding/shared/locales/browserconfig.properties 2020-07-30 06:09:43.000000000 -0400 ++++ Pale-Moon.new/palemoon/branding/shared/locales/browserconfig.properties 2020-08-23 16:19:42.056687930 -0400 +@@ -3,5 +3,5 @@ + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + + # Do NOT localize or otherwise change these values +-browser.startup.homepage=http://start.palemoon.org/ +-browser.startup.homepage_reset=http://start.palemoon.org/ ++browser.startup.homepage=https://start.duckduckgo.com/ ++browser.startup.homepage_reset=https://start.duckduckgo.com/ +diff -aur Pale-Moon/palemoon/branding/unofficial/pref/palemoon-branding.js Pale-Moon.new/palemoon/branding/unofficial/pref/palemoon-branding.js +--- Pale-Moon/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-07-30 06:09:43.000000000 -0400 ++++ Pale-Moon.new/palemoon/branding/unofficial/pref/palemoon-branding.js 2020-08-23 16:19:14.816356073 -0400 +@@ -3,8 +3,8 @@ + #include ../../shared/pref/preferences.inc
+ #include ../../shared/pref/uaoverrides.inc
+
+-pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml");
+-pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml");
++pref("startup.homepage_override_url","");
++pref("app.releaseNotesURL", "");
+
+ // Updates disabled
+ pref("app.update.enabled", false);
|