summarylogtreecommitdiffstats
path: root/zenity.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zenity.sh')
-rw-r--r--zenity.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/zenity.sh b/zenity.sh
new file mode 100644
index 000000000000..1b821a1048f5
--- /dev/null
+++ b/zenity.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# ISSE reads stderr alongside with stdout,
+# causing the file choose dialog to fail.
+# Let's block stderr.
+exec /usr/bin/zenity "$@" 2>/dev/null