From fa1b9517bc3d68460b721baadf4d38ce68d422df Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 29 Apr 2014 02:09:59 +0200 Subject: TOOLS/umpv, mpv.desktop: use --no-terminal instead of --really-quiet So this won't initialize terminal handling if stdout happens to be a terminal. It also suppresses all output to stdout/stderr. --- TOOLS/umpv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS/umpv') diff --git a/TOOLS/umpv b/TOOLS/umpv index 162ce50449..39d69b5787 100755 --- a/TOOLS/umpv +++ b/TOOLS/umpv @@ -96,7 +96,7 @@ else: raise e os.mkfifo(FIFO, int("0600", 8)) - opts = ["mpv", "--really-quiet", "--force-window", "--input-file=" + FIFO] + opts = ["mpv", "--no-terminal", "--force-window", "--input-file=" + FIFO] opts.extend(opts_env) opts.append("--") opts.extend(files) -- cgit v1.2.3