[X2Go-Commits] lightdm-remote-session-x2go.git - build-main (branch) updated: 7a2715ec3324c4644696bf3211569235eebebc91
X2Go dev team
git-admin at x2go.org
Sat Apr 27 13:50:00 CEST 2013
The branch, build-main 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
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).
More information about the x2go-commits
mailing list