wok-current view tazpanel/stuff/tazweb_libwebkit.patch @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line source
1 --- a/tazpanel
2 +++ b/tazpanel
3 @@ -88,7 +88,7 @@
4 echo "$url"
6 case "$BROWSER" in
7 - tazweb) tazweb --notoolbar "$url" & ;;
8 + tazweb) tazweb-legacy --notoolbar "$url" & ;;
9 midori) midori "--app=$url" & ;;
10 *) $BROWSER "$url" & ;;
11 esac ;;