Hi,

Firefox is the de facto standard web browser. It would be good to get
it configured so that it suits most users just fine right after the
installation.

Below is some sample customization from FC . Feel free to drop some
lines. Maybe this might also be discussed in the forum.

If you want to search your local config for some settings type
about:config in the address bar.

regards

pref("app.update.enabled", false);
pref("app.update.autoInstallEnabled", false);
pref("browser.display.use_system_colors",   true);
pref("browser.link.open_external",          3);
pref("browser.startup.homepage", "file:///usr/share/doc/HTML/index.html");
pref("startup.homepage_override_url", "file:///usr/share/doc/HTML/index.html");
pref("startup.homepage_welcome_url, "file:///usr/share/doc/HTML/index.html");
pref("general.smoothScroll",                true);
pref("general.useragent.vendor", "Fedora");
pref("general.useragent.vendorSub", "FIREFOX_RPM_VR");
pref("intl.locale.matchOS", true);

--
Tobias Gerschner
Member of Board of Yoper Linux Ltd. NZ

Knowing is not enough; we must apply. Willing is not enough; we must do.
_______________________________________________
yoper-dev mailing list
yoper-dev@lists.yoper.com
https://morpheus.pingos.org/cgi-bin/mailman/listinfo/yoper-dev

Reply via email to