This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 8f81351b8d38fd014533fa81585c3354c63072c0 Author: Mihai Moldovan <ionic@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