Files
seamonkey/suse-default-prefs.js

14 lines
597 B
JavaScript
Raw Permalink Normal View History

- refactor spec file - rename patches according to their source/bug and to the earliest version of the package they were applied to: seamonkey-icu.patch => seamonkey-2.53.21-bmo1927380.patch mozilla-bmo1862601.patch => seamonkey-2.53.21-bmo1862601.patch mozilla-bmo1896958.patch => seamonkey-2.53.19-bmo1896958.patch mach-use-python-311.patch => seamonkey-2.53.20-mach-use-python-311.patch reproducible.patch => seamonkey-2.53.20-boo1237231.patch seamonkey-man-page.patch => seamonkey-2.53.7.1-man-page.patch seamonkey-lto.patch => seamonkey-2.53.3-lto.patch mozilla-ntlm-full-path.patch => seamonkey-2.1.0-bmo634334.patch mozilla-nongnome-proxies.patch => seamonkey-2.0.0-nongnome-proxies.patch - remove build workarounds for Leap 15.5 (now unsupported) - add seamonkey-2.53.20-system-av1.patch for using system AV1 - add seamonkey-2.53.21-bmo1332139.patch for using system VPx - remove spec file code specific to aarch64 and PPC; these are no longer supported upstream and are difficult to get to build - remove spec file code that since r207 had been setting an invalid value for the network.negotiate-auth.gsslib preference - remove (most probably obsolete) -fno-string-aliasing, -fimplicit-constexpr, fno-delete-null-pointer-checks, -fno-lifetime-dse, and fno-schedule-insns2 compiler options in spec file - make compiler output less chatty by removing -Wall - add a listsettings recipe to the GNU Makefile that runs mach settings --list - add seamonkey-2.53.21-bmo1662867.patch to allow mach settings to run - import some compiler/linker settings and syntactic sugar from Fedora's spec file by Dmitry Butskoy et al. - re-enable elf-hack since builds seem to work now - apply existing ICU fixes to Leap 16 - remove SUSE_ASNEEDED from spec file - add build options for using system jpg, png, nss, nspr, and zlib libraries OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=80
2025-08-28 04:09:27 +00:00
pref("browser.display.use_system_colors", true);
pref("browser.startup.homepage_override.mstone", "ignore");
pref("general.smoothScroll", true);
pref("font.default", "sans-serif");
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("intl.locale.requested", "");
// do not disable system-global or app-global extensions
pref("extensions.autoDisableScopes", 3);
pref("extensions.shownSelectionUI", true);