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
tazweb search engine
(4 posts) (4 voices)-
Posted 1 month ago #
-
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.txtTranslated with DeepL.com (free version)
Posted 1 month ago # -
Hi gibor, purpleleaf,
Infact, on src, c file have define SEARCH value to duckduckgo.com
#define SEARCH "http://duckduckgo.com/?q=%s&t=slitaz"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
Posted 1 month ago # -
Hi all,
Fixed: https://hg.slitaz.org/wok/rev/3dbb9f167adb#l5.1
Thanks for the report.Posted 1 month ago #
Reply
You must log in to post.