summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/dcpomatic2
1 files changed, 1 insertions, 1 deletions
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