The branch, master has been updated via 1adda0d4f194e76cbb84db4d14c6d1e5e73d4968 (commit) from 80e925dad9a9a98e84d29857e66457c30a8c8874 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1adda0d4f194e76cbb84db4d14c6d1e5e73d4968 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 17:00:01 2012 +0100 call pyhoca-cli instead of xfreerdp ----------------------------------------------------------------------- Summary of changes: x2go-session.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: 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 hooks/post-receive -- lightdm-remote-session-x2go.git (X2Go-based remote login session support for LightDM) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lightdm-remote-session-x2go.git" (X2Go-based remote login session support for LightDM).