[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#834932: qrq: statistics close right after being rendered by gnuplot



Package: qrq
Version: 0.3.1-2+b1
Severity: normal

Dear Maintainer,

statistics close right after being rendered by gnuplot.
The trivial patch below solves this problem.

73 de Bernd DL8BH

--- qrq-0.3.1.orig/qrq.c
+++ qrq-0.3.1/qrq.c
@@ -1888,7 +1888,7 @@ static int statistics () {
 		fclose(fh);
 		fclose(fh2);
 
-		system("gnuplot /tmp/qrq-plot 2> /dev/null &");
+		system("gnuplot /tmp/qrq-plot 2 -p > /dev/null &");
 	return 0;
 }

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages qrq depends on:
ii  libc6        2.23-4
ii  libncurses5  6.0+20160625-1
ii  libpulse0    9.0-2
ii  libtinfo5    6.0+20160625-1

qrq recommends no packages.

Versions of packages qrq suggests:
ii  gnuplot  5.0.4+dfsg1-3

-- no debconf information


Reply to: