Skip to content

Commit

Permalink
Use defaultPref() for Firefox defaults
Browse files Browse the repository at this point in the history
This technically fixes the problems raised here:
https://bugs.launchpad.net/ubuntu-mate/+bug/1605887
https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-settings/+bug/1721965

However, the actual defaultPref() functionality is broken due to this upstream bug report:
https://bugzilla.mozilla.org/show_bug.cgi?id=947838
  • Loading branch information
lah7 committed Oct 22, 2017
1 parent 5a92981 commit 1384590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/firefox/ubuntumate.cfg
@@ -1,2 +1,2 @@
//
pref("browser.startup.homepage", "https://start.ubuntu-mate.org");
defaultPref("browser.startup.homepage", "https://start.ubuntu-mate.org");

0 comments on commit 1384590

Please sign in to comment.