The branch, master has been updated via 7a2715ec3324c4644696bf3211569235eebebc91 (commit) from 40bd36eaf25d98805d198e88cdd8a139e7bf5471 (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 7a2715ec3324c4644696bf3211569235eebebc91 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 15:45:28 2012 +0100 add forgotten file x2go-session.in ----------------------------------------------------------------------- Summary of changes: x2go-session.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 x2go-session.in The diff of changes is: 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 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).