[X2go-Commits] lightdm-remote-session-x2go.git - master (branch) updated: 87a1e6fd8e2e8a18a357348455b1bef34ae3a971
X2Go dev team
git-admin at x2go.org
Sat Nov 10 20:27:08 CET 2012
The branch, master has been updated
via 87a1e6fd8e2e8a18a357348455b1bef34ae3a971 (commit)
via 6c01f5952ecb745d8320db81a64e268da138631e (commit)
from 2ae50159b27062af358cd7424b9ef62a549c8d38 (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 87a1e6fd8e2e8a18a357348455b1bef34ae3a971
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Nov 10 20:26:25 2012 +0100
log pyhoca-cli activity to syslog, add options --add-to-known-hosts
commit 6c01f5952ecb745d8320db81a64e268da138631e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Nov 10 20:25:48 2012 +0100
changelog fix
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 7 ++++---
x2go-session.in | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index fa07892..c865ae4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,11 @@ lightdm-remote-session-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low
* Initial upstream release. Forked from Canonical's
lightdm-remote-session-freerdp (by Ted Gould <ted at canonical.com>).
- * Be a drop-in replacement for lightdm-remote-session-freerdp for now
- until Canonical offers X2Go sessions on
- https://uccs.landscape.canonical.com.
* /debian/control:
+ + Be a drop-in replacement for lightdm-remote-session-freerdp for now
+ until Canonical offers X2Go sessions on
+ https://uccs.landscape.canonical.com.
+ -> Thus, conflict with and replace lightdm-remote-session-freerdp.
+ Versioned dependency on pyhoca-cli (>= 0.2.1.0).
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Thu, 08 Nov 2012 22:27:37 +0100
diff --git a/x2go-session.in b/x2go-session.in
index e95786f..8cf9844 100755
--- a/x2go-session.in
+++ b/x2go-session.in
@@ -1,7 +1,7 @@
#!/bin/bash
if [ -e ~/.x2go-socket ]; then
- @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin
+ @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin --add-to-known-hosts 2>&1 | logger -t lightdm-remote-session-x2go --
else
zenity --warning --text="Unable to locate X2GoSession/PyHoca socket"
fi;
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