From 7a2715ec3324c4644696bf3211569235eebebc91 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 10 Nov 2012 15:45:28 +0100 Subject: add forgotten file x2go-session.in --- x2go-session.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 x2go-session.in diff --git a/x2go-session.in b/x2go-session.in new file mode 100755 index 0000000..e95786f --- /dev/null +++ b/x2go-session.in @@ -0,0 +1,9 @@ +#!/bin/bash + +if [ -e ~/.x2go-socket ]; then + @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin +else + zenity --warning --text="Unable to locate X2GoSession/PyHoca socket" +fi; + +rm -f ~/.x2go-socket -- cgit v1.2.3