From 5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 19 Aug 2020 07:01:44 -0400 Subject: fix a few minor things Now have the .config/newmoon config dir working! Also, try to exclude /usr/bin/palemoon which is part of builtin application install script. --- newmoon/debian/do-not-install | 1 + newmoon/debian/patches/series | 1 + newmoon/debian/patches/vendor.patch | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 newmoon/debian/do-not-install create mode 100644 newmoon/debian/patches/vendor.patch (limited to 'newmoon') diff --git a/newmoon/debian/do-not-install b/newmoon/debian/do-not-install new file mode 100644 index 0000000..0061860 --- /dev/null +++ b/newmoon/debian/do-not-install @@ -0,0 +1 @@ +usr/bin/palemoon diff --git a/newmoon/debian/patches/series b/newmoon/debian/patches/series index 0b54153..33659d1 100644 --- a/newmoon/debian/patches/series +++ b/newmoon/debian/patches/series @@ -1,3 +1,4 @@ small-icons.patch bgstack15-newmoon.patch pm-devuan.patch +vendor.patch diff --git a/newmoon/debian/patches/vendor.patch b/newmoon/debian/patches/vendor.patch new file mode 100644 index 0000000..10e2cb7 --- /dev/null +++ b/newmoon/debian/patches/vendor.patch @@ -0,0 +1,17 @@ +Date: 2020-08-18 +Purpose: Use .config/newmoon as the directory for the application contents +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 +@@ -20,9 +20,9 @@ + + [App] + # Vendor=@MOZ_APP_VENDOR@ +-Vendor=Moonchild Productions ++Vendor=Config + # Name=@MOZ_APP_BASENAME@ +-Name=Pale Moon ++Name=newmoon + RemotingName=@MOZ_APP_REMOTINGNAME@ + #ifdef MOZ_APP_DISPLAYNAME + CodeName=@MOZ_APP_DISPLAYNAME@ -- cgit