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

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
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);