From f5240f67aa9f00277570b3b28b726311c32d7843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20=C3=81valos?= Date: Sun, 24 Jul 2022 02:07:05 -0500 Subject: [PATCH] libre --- data/org.gnome.epiphany.gschema.xml | 4 +--- lib/ephy-search-engine-manager.h | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index 7fcac67b3..6f1444167 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -53,9 +53,7 @@ , 'url': <'https://duckduckgo.com/?q=%s&t=epiphany'>, 'bang': <'!ddg'>}, - {'name': <'Google'>, 'url': <'https://www.google.com/search?q=%s'>, 'bang': <'!g'>}, - {'name': <'Bing'>, 'url': <'https://www.bing.com/search?q=%s'>, 'bang': <'!b'>} + {'name': <'DuckDuckGo'>, 'url': <'https://duckduckgo.com/html/?q=%s&t=epiphany'>, 'bang': <'!ddg'>} ] ]]> List of the search engines. diff --git a/lib/ephy-search-engine-manager.h b/lib/ephy-search-engine-manager.h index c1939d31f..d29bb78c2 100644 --- a/lib/ephy-search-engine-manager.h +++ b/lib/ephy-search-engine-manager.h @@ -32,7 +32,7 @@ G_BEGIN_DECLS * the version used in your country. For example for the french version : * replace the ".com" with ".fr" : "https://duckduckgo.fr/?q=%s&t=epiphany" */ -#define EPHY_SEARCH_ENGINE_DEFAULT_ADDRESS _("https://duckduckgo.com/?q=%s&t=epiphany") +#define EPHY_SEARCH_ENGINE_DEFAULT_ADDRESS _("https://duckduckgo.com/html/?q=%s&t=epiphany") #define EPHY_TYPE_SEARCH_ENGINE_MANAGER (ephy_search_engine_manager_get_type ()) -- 2.37.1