12345678910111213141516171819202122232425 |
- --- epiphany.orig/data/org.gnome.epiphany.gschema.xml 2019-04-27 00:17:50.060428000 -0500
- +++ epiphany/data/org.gnome.epiphany.gschema.xml 2019-04-27 00:17:50.360428000 -0500
- @@ -26,9 +26,7 @@
- <default l10n="messages">
- <!-- TRANSLATORS: These are the prepopulated search engines. You should
- add country-specific URL query parameters if appropriate. -->
- - [('DuckDuckGo', 'https://duckduckgo.com/?q=%s&t=epiphany', '!ddg'),
- - ('Google', 'https://www.google.com/search?q=%s', '!g'),
- - ('Bing', 'https://www.bing.com/search?q=%s', '!b')]
- + [('DuckDuckGo', 'https://duckduckgo.com/html/?q=%s&t=epiphany', '!ddg')]
- </default>
- <summary>Default search engines.</summary>
- <description>List of the default search engines. It is an array in which each search engine is described by a name, an address, and a bang (shortcut).</description>
- --- epiphany.orig/lib/ephy-search-engine-manager.c 2019-04-27 00:17:49.860428000 -0500
- +++ epiphany/lib/ephy-search-engine-manager.c 2019-04-27 00:55:14.840404975 -0500
- @@ -27,7 +27,7 @@
- #include "ephy-settings.h"
- #include "ephy-prefs.h"
-
- -#define FALLBACK_ADDRESS "https://duckduckgo.com/?q=%s&t=epiphany"
- +#define FALLBACK_ADDRESS "https://duckduckgo.com/html/?q=%s&t=epiphany"
-
- enum {
- SEARCH_ENGINES_CHANGED,
|