aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-09 17:00:01 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-09 17:00:01 +0100
commit1adda0d4f194e76cbb84db4d14c6d1e5e73d4968 (patch)
treeb01b98602534d196e8de5fe1d06ec68ac3cd5e15
parent80e925dad9a9a98e84d29857e66457c30a8c8874 (diff)
downloadlightdm-remote-session-arctica-1adda0d4f194e76cbb84db4d14c6d1e5e73d4968.tar.gz
lightdm-remote-session-arctica-1adda0d4f194e76cbb84db4d14c6d1e5e73d4968.tar.bz2
lightdm-remote-session-arctica-1adda0d4f194e76cbb84db4d14c6d1e5e73d4968.zip
call pyhoca-cli instead of xfreerdp
-rwxr-xr-xx2go-session.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/x2go-session.in b/x2go-session.in
index bfdf5e9..ed59988 100755
--- a/x2go-session.in
+++ b/x2go-session.in
@@ -1,9 +1,9 @@
#!/bin/bash
if [ -e ~/.x2go-socket ]; then
- @pkglibexecdir@/socket-sucker | /usr/bin/xx2go --plugin rdpsnd.so -f --from-stdin
+ @pkglibexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin
else
- zenity --warning --text="Unable to locate FreeRDP socket"
+ zenity --warning --text="Unable to locate X2GoSession/PyHoca socket"
fi;
rm -f ~/.x2go-socket