MozillaFirefox-branding-ope.../firefox-suse-default-prefs.js
Wolfgang Rosenauer 980cb5e5a2 - 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)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=81
2011-10-20 20:33:48 +00:00

14 lines
697 B
JavaScript

pref("browser.display.use_system_colors", true);
pref("general.smoothScroll", true);
pref("font.default", "sans-serif");
pref("font.default.x-western", "sans-serif");
pref("font.name.monospace.x-western", "monospace");
pref("font.name.monospace.x-unicode", "monospace");
pref("network.negotiate-auth.gsslib", "GSSAPI");
pref("print.print_edge_top", 14); // 1/100 of an inch
pref("print.print_edge_left", 16); // 1/100 of an inch
pref("print.print_edge_right", 16); // 1/100 of an inch
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");