Fix DuckDuckGo shortcut to make result links working
Closes: #924357
Thanks: liftof+dbug@gmail.com
Axel Beckert
4 years ago
|
0 |
dillo (3.0.5-6) UNRELEASED; urgency=medium
|
|
1 |
|
|
2 |
* Add patch to fix DuckDuckGo shortcut to make result links
|
|
3 |
working. (Closes: #924357)
|
|
4 |
|
|
5 |
-- Axel Beckert <abe@debian.org> Tue, 12 Mar 2019 01:10:31 +0100
|
|
6 |
|
0 | 7 |
dillo (3.0.5-5) unstable; urgency=medium
|
1 | 8 |
|
2 | 9 |
* Declare compliance with Debian Policy 4.3.0. (No changes needed.)
|
|
0 |
Description: Fix DuckDuckGo shortcut to make result links working
|
|
1 |
Bug-Debian: https://bugs.debian/org/924357
|
|
2 |
Forwarded: no
|
|
3 |
Author: liftof+dbug@gmail.com
|
|
4 |
|
|
5 |
--- a/dillorc
|
|
6 |
+++ b/dillorc
|
|
7 |
@@ -157,7 +157,7 @@
|
|
8 |
# You can enable multiple search_url strings at once and select from among
|
|
9 |
# them at runtime, with the first being the default.
|
|
10 |
# (the prefix serves to search from the Location Bar. e.g. "dd dillo image")
|
|
11 |
-search_url="dd DuckDuckGo (https) https://duckduckgo.com/lite/?kp=-1&q=%s"
|
|
12 |
+search_url="dd DuckDuckGo (https) https://duckduckgo.com/lite/?kp=-1&q=%s&kd=-1"
|
|
13 |
search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go"
|
|
14 |
search_url="Free Dictionary http://www.thefreedictionary.com/%s"
|
|
15 |
search_url="Startpage (https) https://www.startpage.com/do/search?query=%s"
|
0 | 0 |
fix-OpenSSL-1.1-detection.patch
|
1 | 1 |
move-helper-tools-to-libexec.patch
|
2 | 2 |
fix-perl-shebang.patch
|
|
3 |
fix-duckduckgo-shortcut-in-dillorc.patch
|