one more try to fix start page

This commit is contained in:
Alex Burmashev 2014-04-22 19:44:44 +04:00
parent e0691d80cc
commit b95df0e665

View file

@ -30,7 +30,7 @@ Summary: Next generation web browser
Name: firefox
Version: %{major}
Epoch: %{ff_epoch}
Release: 3
Release: 4
License: MPLv1+
Group: Networking/WWW
Url: http://www.mozilla.com/firefox/
@ -300,7 +300,7 @@ rm -f %{buildroot}%{mozillalibdir}/precomplete
cat << EOF >> %{buildroot}%{mozillalibdir}/firefox.cfg
#code
pref("browser.rights.3.shown", false);
defaultPref("browser.startup.homepage", "file:///usr/share/doc/HTML/index.html");
defaultPref("browser.startup.homepage", "data:text/html,browser.startup.homepage=file:///usr/share/doc/HTML/index.html");
pref("browser.shell.checkDefaultBrowser", false);
pref("browser.startup.homepage_override.mstone", "ignore");
pref("browser.ctrlTab.previews", true);