[X2Go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.8-112-g0fedd7f

X2Go dev team git-admin at x2go.org
Fri Jun 21 14:33:44 CEST 2013


The branch, master has been updated
       via  0fedd7f92b0ae52b97e5dee43ea559206610bd02 (commit)
      from  9165ed83157a7708814d5c00fb973311000a5a25 (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 0fedd7f92b0ae52b97e5dee43ea559206610bd02
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jun 21 14:33:41 2013 +0200

    Fix shutdown button failures.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                    |    1 +
 x2gothinclient/sbin/x2gothinclientd |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f3c0639..d993470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,7 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low
       (Fixes: #115).
     - Fix code that turns absolute symlinks into relative symlink for /vmlinuz
       and /initrd.img.
+    - Fix shutdown button failures.
   * /debian/control:
     + Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
     + Priority: optional.
diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd
index ff3e5b5..9d5afc6 100755
--- a/x2gothinclient/sbin/x2gothinclientd
+++ b/x2gothinclient/sbin/x2gothinclientd
@@ -136,7 +136,7 @@ elsif ($pid == 0 )
 
 		# test if x2goclient is running, if not launch it...
 		if ( !check_client() ) {
-			qx(su - x2gothinclient -c \"export DISPLAY=:0; /etc/x2go/x2gothinclient_start\");
+			qx(su - x2gothinclient -c \"export DISPLAY=:0; /etc/x2go/x2gothinclient_start\ 1>/dev/null 2>/dev/null");
 		}
 	}
 }


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).




More information about the x2go-commits mailing list