wok-next diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazweb/stuff/patches/tazweb-sakura.patch	Sat Jun 20 16:34:10 2020 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- a/src/tazweb.c
     1.5 ++++ b/src/tazweb.c
     1.6 +@@ -222,7 +222,7 @@
     1.7 + {
     1.8 + 	const gchar* buffer;
     1.9 + 	uri = webkit_download_get_uri(download);
    1.10 +-	asprintf(&buffer, "xterm -T 'TazWeb Download' -geom 72x12+0-24 -e \
    1.11 ++	asprintf(&buffer, "sakura -t 'TazWeb Download' --geometry 72x12+0-24 -e \
    1.12 + 				'mkdir -p %s && wget -P %s -c %s; sleep 2' &",
    1.13 + 				DOWNLOADS, DOWNLOADS, uri);
    1.14 + 	system(buffer);