From 1ca83420b393b68f09ccf68d33a1ad1d82868cb5 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 30 Oct 2020 13:23:50 -0400
Subject: [PATCH] abrowser: updates for v82

---
 helpers/DATA/firefox/settings.js | 2 +-
 helpers/make-firefox             | 7 +------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/helpers/DATA/firefox/settings.js b/helpers/DATA/firefox/settings.js
index 0715c78c..b1a3a9cc 100644
--- a/helpers/DATA/firefox/settings.js
+++ b/helpers/DATA/firefox/settings.js
@@ -240,7 +240,7 @@ pref("browser.newtabpage.activity-stream.disableSnippets", true);
 user_pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", "");
 
 // Enable xrender
-pref("gfx.xrender.enabled",true);
+//pref("gfx.xrender.enabled",true);
 
 // Disable push notifications
 pref("dom.webnotifications.enabled",false);
diff --git a/helpers/make-firefox b/helpers/make-firefox
index fe1828d3..e880bf04 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=75
+VERSION=76
 
 . ./config
 
@@ -145,11 +145,6 @@ EOF
 cp $DATA/newtab/*.ico browser/components/newtab/data/content/tippytop/favicons/
 cp $DATA/newtab/*.png browser/components/newtab/data/content/tippytop/images/
 
-# Make DuckDuckGo the default engine
-sed '/searchDefault/s/: \".*\"/: "DuckDuckGo"/g' -i browser/components/search/extensions/list.json
-sed '/visibleDefaultEngines/{n; s/"ddg",//; s/\"/"ddg", "/}'  -i browser/components/search/extensions/list.json
-sed '/searchOrder/s/"Google", "Bing"/"DuckDuckGo", "Google"/' -i browser/components/search/extensions/list.json
-
 # Custom DDG
 sed '/"params"/,/],/d' -i browser/components/search/extensions/ddg/manifest.json
 cp browser/components/search/extensions/ddg browser/components/search/extensions/ddg-html -a
-- 
GitLab