summaryrefslogtreecommitdiffstats
path: root/src/gui/abrt-gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/abrt-gui')
-rwxr-xr-xsrc/gui/abrt-gui8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/abrt-gui b/src/gui/abrt-gui
new file mode 100755
index 00000000..059d8676
--- /dev/null
+++ b/src/gui/abrt-gui
@@ -0,0 +1,8 @@
+#!/bin/sh
+if test x"$1" = x"--version"; then
+ echo "abrt-gui VERSION"
+ exit 0
+fi
+export PYTHONPATH=/usr/share/abrt
+export XLOGNAME=$LOGNAME
+exec /usr/bin/python /usr/share/abrt/CCMainWindow.py "$@"