mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-23 18:02:56 +00:00
Added MOZ_LEGACY_PROFILES
This commit is contained in:
parent
8a04925bbe
commit
02d750416f
2 changed files with 11 additions and 1 deletions
|
@ -38,7 +38,7 @@ Summary: Next generation web browser
|
||||||
Name: firefox-esr68
|
Name: firefox-esr68
|
||||||
Version: %{major}
|
Version: %{major}
|
||||||
Epoch: %{ff_epoch}
|
Epoch: %{ff_epoch}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: MPLv1+
|
License: MPLv1+
|
||||||
Group: Networking/WWW
|
Group: Networking/WWW
|
||||||
Url: http://www.mozilla.com/firefox/
|
Url: http://www.mozilla.com/firefox/
|
||||||
|
@ -327,8 +327,16 @@ export LDFLAGS="%{ldflags} -Wl,--no-keep-memory"
|
||||||
%else
|
%else
|
||||||
export LDFLAGS="%{ldflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
export LDFLAGS="%{ldflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
export MOZ_SERVICES_SYNC="1"
|
export MOZ_SERVICES_SYNC="1"
|
||||||
export STRIP=/bin/true
|
export STRIP=/bin/true
|
||||||
|
|
||||||
|
# This is needed since Firefox 68, otherwise each language installation
|
||||||
|
# (and Firefox 68 from Mozilla binaries compared to old Firefox binaries
|
||||||
|
# from ROSA) will have their own profile (and users are missing bookmarks
|
||||||
|
# and such).
|
||||||
|
export MOZ_LEGACY_PROFILES="1"
|
||||||
|
|
||||||
./mach build
|
./mach build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
|
@ -16,5 +16,7 @@ pref("extensions.autoDisableScopes", 0);
|
||||||
pref("extensions.shownSelectionUI", true);
|
pref("extensions.shownSelectionUI", true);
|
||||||
pref("network.manage-offline-status", true);
|
pref("network.manage-offline-status", true);
|
||||||
pref("layers.offmainthreadcomposition.enabled", false);
|
pref("layers.offmainthreadcomposition.enabled", false);
|
||||||
|
// autoupdate for ru-RU
|
||||||
|
// pref("intl.accept_languages", "");
|
||||||
pref("intl.locale.requested", "");
|
pref("intl.locale.requested", "");
|
||||||
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||||
|
|
Loading…
Add table
Reference in a new issue