This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/mate-minidesktop in repository live-build-x2go. commit e301e3f631d347133f3a6acb4048fad6bbabd081 Author: Stefan Baur <kontakt@baur-itcs.de> Date: Tue Nov 28 22:50:59 2017 +0100 adding some sane firefox-esr defaults --- config/includes.chroot/etc/firefox-esr/firefox-esr.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/includes.chroot/etc/firefox-esr/firefox-esr.js b/config/includes.chroot/etc/firefox-esr/firefox-esr.js new file mode 100644 index 0000000..574a4eb --- /dev/null +++ b/config/includes.chroot/etc/firefox-esr/firefox-esr.js @@ -0,0 +1,4 @@ +//set some sane browser defaults +lockPref("browser.rights.3.shown", true); +lockPref("browser.startup.homepage_override.mstone","ignore"); +lockPref("browser.startup.homepage", "https://www.x2go.org"); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git