summaryrefslogtreecommitdiff
path: root/waterfox/debian/patches
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-07 22:16:53 -0500
committerB Stack <bgstack15@gmail.com>2019-03-07 22:16:53 -0500
commitc9f688eefd60452f138654d3f596378e217dd4c4 (patch)
tree990fa126ce573c38ff8f21153adf3821a5ce9d56 /waterfox/debian/patches
parentWIP: waterfox dpkg (diff)
downloadstackrpms-c9f688eefd60452f138654d3f596378e217dd4c4.tar.gz
stackrpms-c9f688eefd60452f138654d3f596378e217dd4c4.tar.bz2
stackrpms-c9f688eefd60452f138654d3f596378e217dd4c4.zip
WIP: initial bgstackification
Diffstat (limited to 'waterfox/debian/patches')
-rw-r--r--waterfox/debian/patches/bgstack15.patch19
-rw-r--r--waterfox/debian/patches/series1
2 files changed, 20 insertions, 0 deletions
diff --git a/waterfox/debian/patches/bgstack15.patch b/waterfox/debian/patches/bgstack15.patch
new file mode 100644
index 0000000..0ce65d2
--- /dev/null
+++ b/waterfox/debian/patches/bgstack15.patch
@@ -0,0 +1,19 @@
+--- 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">
++++ 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/
diff --git a/waterfox/debian/patches/series b/waterfox/debian/patches/series
index 48406b6..dbbf392 100644
--- a/waterfox/debian/patches/series
+++ b/waterfox/debian/patches/series
@@ -1,3 +1,4 @@
waterfox-install-dir.patch -p1
dont-statically-link-libstdc++.patch -p1
unity-menubar.patch -p1
+bgstack15.patch -p1
bgstack15