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

try to build libquicktime again
author Hans-G?nter Theisgen
date Thu Dec 12 15:30:55 2019 +0100 (2019-12-12)
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);