From dc4eb9ec4a4741d02d5f3060634368b2aada1a2c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 6 Nov 2022 23:44:53 +0100 Subject: [PATCH] Hide the endless stream of warnings from wx/GTK. --- run/dcpomatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/dcpomatic b/run/dcpomatic index 8da7d7fab..429139dac 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -29,5 +29,5 @@ elif [ "$1" == "--screenshot" ]; then shift GTK_PATH=/usr/local/lib/gtk-3.0 GTK_MODULES=gtk-vector-screenshot $binary "$*" else - $binary $* + $binary $* 2> >(grep -v Gtk-CRITICAL | grep -v Gtk-WARNING) fi -- 2.30.2