Codebase list dillo / ffbd4fc
Fix DuckDuckGo shortcut to make result links working Closes: #924357 Thanks: liftof+dbug@gmail.com Axel Beckert 5 years ago
3 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
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
07 dillo (3.0.5-5) unstable; urgency=medium
18
29 * 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"
00 fix-OpenSSL-1.1-detection.patch
11 move-helper-tools-to-libexec.patch
22 fix-perl-shebang.patch
3 fix-duckduckgo-shortcut-in-dillorc.patch