[X2Go-Commits] [pale-moon] 91/216: debian/: add new vendor.js file with packaging-hardcoded preferences.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:04 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit 0ebfda2cf1ea4715f0ab55f17a09a3ebf7e91d80
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Sep 17 22:21:22 2018 +0200

    debian/: add new vendor.js file with packaging-hardcoded preferences.
---
 debian/changelog | 1 +
 debian/vendor.js | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cfaf4ca..9633de0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -112,6 +112,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Add new palemoon.desktop file.
     - Add new palemoon.js file with application defaults installed into
       /etc/palemoon.
+    - Add new vendor.js file with packaging-hardcoded preferences.
   * debian/changelog:
     - Change repack-1 in version string to repack1 because a dash denotes the
       start of a downstream change.
diff --git a/debian/vendor.js b/debian/vendor.js
new file mode 100644
index 0000000..a8b48a3
--- /dev/null
+++ b/debian/vendor.js
@@ -0,0 +1,6 @@
+pref("distribution.searchplugins.defaultLocale", "en-US");
+// Forbid application updates
+lockPref("app.update.enabled", false);
+
+pref("devtools.webide.autoinstallADBHelper", false);
+pref("devtools.webide.autoinstallFxdtAdapters", false);

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list