# HG changeset patch # User Wolfgang Rosenauer # Date 1319179597 -7200 # Node ID 546d79ca27e78f876e25824c2c41c7ad9f9398cd # Parent ce828394266206fb917cfd92b16659f1eba9ede9 no welcome and override startpages diff -r ce8283942662 -r 546d79ca27e7 MozillaFirefox-branding-openSUSE.changes --- a/MozillaFirefox-branding-openSUSE.changes Thu Oct 20 23:04:06 2011 +0200 +++ b/MozillaFirefox-branding-openSUSE.changes Fri Oct 21 08:46:37 2011 +0200 @@ -4,6 +4,7 @@ - make susefox compatible up to Firefox 9 - browser.startup.homepage is now a property in susefox as the resource:// URI is useless in omnijar setup (bnc#721421) +- no welcome and override startpages ------------------------------------------------------------------- Wed Sep 14 21:15:41 UTC 2011 - wr@rosenauer.org diff -r ce8283942662 -r 546d79ca27e7 firefox-suse-default-prefs.js --- a/firefox-suse-default-prefs.js Thu Oct 20 23:04:06 2011 +0200 +++ b/firefox-suse-default-prefs.js Fri Oct 21 08:46:37 2011 +0200 @@ -11,3 +11,5 @@ pref("print.print_edge_bottom", 14); // 1/100 of an inch pref("accessibility.typeaheadfind.soundURL", "default"); pref("browser.startup.homepage", "chrome://susefox/content/susefox.properties"); +pref("startup.homepage_welcome_url", ""); +pref("startup.homepage_override_url", "");