wok-next view tazweb/stuff/patches/tazweb-sakura.patch @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
line source
1 --- a/src/tazweb.c
2 +++ b/src/tazweb.c
3 @@ -222,7 +222,7 @@
4 {
5 const gchar* buffer;
6 uri = webkit_download_get_uri(download);
7 - asprintf(&buffer, "xterm -T 'TazWeb Download' -geom 72x12+0-24 -e \
8 + asprintf(&buffer, "sakura -t 'TazWeb Download' --geometry 72x12+0-24 -e \
9 'mkdir -p %s && wget -P %s -c %s; sleep 2' &",
10 DOWNLOADS, DOWNLOADS, uri);
11 system(buffer);