From df213283dfb511783bb6dcfb2500be181632a873 Mon Sep 17 00:00:00 2001 From: partisan Date: Sat, 14 Dec 2024 18:33:13 +0100 Subject: [PATCH] fixed QGato not being default search engine --- .../search-engine-qgato.patch | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/post-compile-patches/search-engine-qgato.patch b/post-compile-patches/search-engine-qgato.patch index 1ad3ce5..8e28281 100644 --- a/post-compile-patches/search-engine-qgato.patch +++ b/post-compile-patches/search-engine-qgato.patch @@ -29,7 +29,6 @@ o: /distribution/policies.json + "Install": [ + "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" + ], -+ "DefaultState": "hidden", + "Uninstall": [ + "google@search.mozilla.org", + "bing@search.mozilla.org", @@ -40,6 +39,15 @@ o: /distribution/policies.json + }, + "SearchEngines": { + "PreventInstalls": false, ++ "Remove": [ ++ "Google", ++ "Bing", ++ "Amazon.com", ++ "DuckDuckGo", ++ "eBay", ++ "Twitter", ++ "wikipedia@search.mozilla.org" ++ ], + "Add": [ + { + "Name": "QGato", @@ -50,14 +58,7 @@ o: /distribution/policies.json + "IconURL": "https://qgato.xyz/static/images/icon.png" + } + ], -+ "Remove": [ -+ "Google", -+ "Bing", -+ "Amazon.com", -+ "eBay", -+ "Twitter", -+ "wikipedia@search.mozilla.org" -+ ] ++ "Default": "QGato" + }, + "SupportMenu": { + "Title": "Spitfire Issue Tracker",