diff options
-rwxr-xr-x | x2go-session.in | 4 |
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 |