mirror of
https://abf.rosa.ru/djam/firefox.git
synced 2025-02-25 11:02:59 +00:00
do not check default browser
This commit is contained in:
parent
37ada43d1b
commit
a56034382b
2 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
diff -urN mozilla-release.orig/browser/app/profile/firefox.js mozilla-release/browser/app/profile/firefox.js
|
diff -urN mozilla-release.orig/browser/app/profile/firefox.js mozilla-release/browser/app/profile/firefox.js
|
||||||
--- mozilla-release.orig/browser/app/profile/firefox.js 2013-06-25 19:43:40.900524326 +0400
|
--- mozilla-release.orig/browser/app/profile/firefox.js 2013-11-05 14:15:35.995958941 +0400
|
||||||
+++ mozilla-release/browser/app/profile/firefox.js 2013-06-25 19:51:11.129550256 +0400
|
+++ mozilla-release/browser/app/profile/firefox.js 2013-11-05 14:17:28.267079493 +0400
|
||||||
@@ -227,7 +227,7 @@
|
@@ -231,7 +231,7 @@
|
||||||
pref("general.useragent.complexOverride.moodle", false); // bug 797703
|
#endif
|
||||||
|
|
||||||
// At startup, check if we're the default browser and prompt user if not.
|
// At startup, check if we're the default browser and prompt user if not.
|
||||||
-pref("browser.shell.checkDefaultBrowser", true);
|
-pref("browser.shell.checkDefaultBrowser", true);
|
|
@ -51,6 +51,7 @@ Source11: firefox-searchengines-google.xml
|
||||||
Source12: firefox-searchengines-bing.xml
|
Source12: firefox-searchengines-bing.xml
|
||||||
Patch1: firefox-6.0-lang.patch
|
Patch1: firefox-6.0-lang.patch
|
||||||
Patch2: firefox-vendor.patch
|
Patch2: firefox-vendor.patch
|
||||||
|
Patch8: firefox-25.0-disable-check-default-browser.patch
|
||||||
Patch9: firefox-5.0-asciidel.patch
|
Patch9: firefox-5.0-asciidel.patch
|
||||||
Patch10: firefox-3.5.3-default-mail-handler.patch
|
Patch10: firefox-3.5.3-default-mail-handler.patch
|
||||||
# Patches for kde integration of FF
|
# Patches for kde integration of FF
|
||||||
|
@ -160,6 +161,7 @@ Files and macros mainly for building Firefox extensions.
|
||||||
%setup -qn mozilla-%update_channel
|
%setup -qn mozilla-%update_channel
|
||||||
%patch1 -p1 -b .lang
|
%patch1 -p1 -b .lang
|
||||||
%patch2 -p1 -b .vendor
|
%patch2 -p1 -b .vendor
|
||||||
|
%patch8 -p1 -b .disable-check
|
||||||
%patch9 -p1 -b .ascii
|
%patch9 -p1 -b .ascii
|
||||||
%patch10 -p1 -b .default-mail-handler
|
%patch10 -p1 -b .default-mail-handler
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue