aboutsummaryrefslogtreecommitdiff
path: root/x2go-session.in
blob: ed59988894b2820dca7cb3b8dfc662f87415f99a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if [ -e ~/.x2go-socket ]; then
	@pkglibexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin
else
	zenity --warning --text="Unable to locate X2GoSession/PyHoca socket"
fi;

rm -f ~/.x2go-socket