60298df72a
* QR codes were not scannable by Android app when using most high-contrast themes * Primary password prompt cancellation during mobile export was confusing - revert using xdg-desktop-portal as some desktops have limited support OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=786
25 lines
927 B
JavaScript
25 lines
927 B
JavaScript
pref("general.useragent.vendor", "SUSE");
|
|
pref("general.useragent.vendorSub", "RPM_VERSION");
|
|
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("intl.locale.requested", "");
|
|
pref("intl.multilingual.enabled", true);
|
|
|
|
// do not disable system-global or app-global extensions
|
|
pref("extensions.autoDisableScopes", 3);
|
|
pref("extensions.shownSelectionUI", true);
|
|
|
|
// spellcheck
|
|
pref("spellchecker.dictionary_path", "/usr/share/myspell");
|
|
|
|
// (KDE) desktop support
|
|
//pref("widget.use-xdg-desktop-portal.file-picker", 1);
|
|
|