diff options
author | B Stack <bgstack15@gmail.com> | 2019-04-17 14:40:22 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-04-17 14:40:22 +0000 |
commit | 0ac673f30cefe3f6acbdcca177505d8c4a89f8dd (patch) | |
tree | 0024cc9509ab6f1a93d2ce18a1a118b49dacb926 /waterfox/debian/patches/bgstack15.patch | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | waterfox: WIP do not use pinned rust (diff) | |
download | stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.gz stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.bz2 stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.zip |
Merge branch 'waterfox-rpm' into 'master'
Waterfox 56.2.8
See merge request bgstack15/stackrpms!53
Diffstat (limited to 'waterfox/debian/patches/bgstack15.patch')
-rw-r--r-- | waterfox/debian/patches/bgstack15.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/waterfox/debian/patches/bgstack15.patch b/waterfox/debian/patches/bgstack15.patch new file mode 100644 index 0000000..3314e59 --- /dev/null +++ b/waterfox/debian/patches/bgstack15.patch @@ -0,0 +1,21 @@ +diff -x '*debhelper*' -Naur 1/browser/base/content/browser.xul 2/browser/base/content/browser.xul +--- 1/browser/base/content/browser.xul 2019-02-01 17:33:15.000000000 -0500 ++++ 2/browser/base/content/browser.xul 2019-03-07 21:40:45.860499392 -0500 +@@ -570,7 +570,7 @@ + #ifdef MENUBAR_CAN_AUTOHIDE + toolbarname="&menubarCmd.label;" + accesskey="&menubarCmd.accesskey;" +- autohide="true" ++ autohide="false" + #endif + context="toolbar-context-menu"> + <toolbaritem id="menubar-items" align="center"> +diff -x '*debhelper*' -Naur 1/browser/branding/unofficial/locales/browserconfig.properties 2/browser/branding/unofficial/locales/browserconfig.properties +--- 1/browser/branding/unofficial/locales/browserconfig.properties 2019-02-01 17:33:15.000000000 -0500 ++++ 2/browser/branding/unofficial/locales/browserconfig.properties 2019-03-07 22:02:14.383393055 -0500 +@@ -3,4 +3,4 @@ + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + + # Do NOT localize or otherwise change these values +-browser.startup.homepage=about:home ++browser.startup.homepage=https://start.duckduckgo.com/ |