From 2eb2039a3f71f56075e4b31a77869973d041a44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com> Date: Sat, 27 Apr 2019 12:30:30 +0200 Subject: [PATCH] Remove Google as default search engine --- gajim/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/common/config.py b/gajim/common/config.py index f4b7ac961f..92af73ebd1 100644 --- a/gajim/common/config.py +++ b/gajim/common/config.py @@ -178,7 +178,7 @@ class Config: 'last_roster_visible': [opt_bool, True], 'key_up_lines': [opt_int, 25, _('How many lines to store for Ctrl+KeyUP.')], 'version': [opt_str, gajim.__version__], # which version created the config - 'search_engine': [opt_str, 'https://www.google.com/search?&q=%s&sourceid=gajim'], + 'search_engine': [opt_str, 'https://duckduckgo.com/?q=%s'], 'dictionary_url': [opt_str, 'WIKTIONARY', _("Either custom URL with %%s in it where %%s is the word/phrase or 'WIKTIONARY' which means use Wikitionary.")], 'always_english_wikipedia': [opt_bool, False], 'always_english_wiktionary': [opt_bool, True], -- GitLab