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

libnsgif: add missing stuff
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 15:16:45 2018 +0200 (2018-03-23)
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);