You are not logged in.
Pages: 1
Tazweb point to duckduckgo.com when searching, but the result is a blank page.
It should be point to html.duckduckgo.com instead.
A better solution should be a configurable search engine through a file in ~/.config/tazweb
Offline
Hi Purpleleaf,
I tried replacing only the address, but nothing good came of it. When you request a search from the bar, the syntax remains incorrect.
Basically, it seems to me that tazweb is hardcoded. So modifying the search would also require a good knowledge of the sources.
https://github.com/SliTaz-official/tazweb
If you think it's enough, you can add a bookmark with the search engine's home page
in the terminal:
echo “Duckduckgo search|https://html.duckduckgo.com/html” >> ~/.config/tazweb/bookmarks.txt
Translated with DeepL.com (free version)
Offline
Hi gibor, purpleleaf,
Infact, on src, c file have define SEARCH value to duckduckgo.com
[c]#define SEARCH "http://duckduckgo.com/?q=%s&t=slitaz"[/c]
I doing test with tazweb, infact blank page, with midori, duckduckgo.com redirect himself to html.duckduckgo.com, both use same webkitgtk.
Think we could adjust to use html.duckduckgo.com instead duckduckgo.com that i think use gl/webgl feature
Offline
Hi all,
Fixed: https://hg.slitaz.org/wok/rev/3dbb9f167adb#l5.1
Thanks for the report.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]