The branch, master has been updated via d2cc801523e925317f3b3eddde55910075aaf7a1 (commit) from 598c9aee2faa7f60d81c2318ce917239d41f31c4 (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 d2cc801523e925317f3b3eddde55910075aaf7a1 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Nov 29 12:17:46 2012 +0100 modified x2gothinclientd to find /var/lib/x2goclient/.halt ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++++ x2gothinclient/sbin/x2gothinclientd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index d549911..fb55b78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low + [ Mike Gabriel ] * New upstream version (1.0.99.1): - When X2Go TCE has plymouth installed, make sure pressing the halt button does not change to the wrong tty. @@ -69,6 +70,9 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low * /debian/x2gothinclient.init: + Update pointer to X2Go TCE documentation on http://wiki.x2go.org. + [ Oleksandr Shneyder ] + * modified x2gothinclientd to find /var/lib/x2goclient/.halt + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 10 Aug 2012 14:13:49 +0200 x2gothinclient (1.0.1.8-0~x2go1) unstable; urgency=low diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd index d23084e..6a406c3 100755 --- a/x2gothinclient/sbin/x2gothinclientd +++ b/x2gothinclient/sbin/x2gothinclientd @@ -93,7 +93,7 @@ elsif ($pid == 0 ) while(sleep 1) { # test if shutdown button on X2Go Client was clicked - if ( -e "~x2gothinclient/.halt") + if ( -e "/var/lib/x2gothinclient/.halt") { # when used with plymouth, make sure we stay on the correct terminal system("killall Xorg"); hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) 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 "x2gothinclient.git" (X2Go Thin Client Environment).