The branch, master has been updated via fc475f84bcca986b08680175b7a546c9b9e6ded9 (commit) from 07237248eb43f48b171b4b6471ca42457ca42af6 (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 fc475f84bcca986b08680175b7a546c9b9e6ded9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 2 11:18:15 2013 +0200 Xorg runs as root... ----------------------------------------------------------------------- Summary of changes: x2gothinclient/sbin/x2gothinclientd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd index d084166..ff3e5b5 100755 --- a/x2gothinclient/sbin/x2gothinclientd +++ b/x2gothinclient/sbin/x2gothinclientd @@ -26,7 +26,7 @@ use IPC::Open3; sub catch_term { system ("killall --user x2gothinclient --wait x2goclient"); - system ("killall --user x2gothinclient --wait Xorg"); + system ("killall --wait Xorg"); system ("killall --user x2gothinclient --wait pulseaudio"); system ("killall --user x2gothinclient --wait dbus-daemon"); system ("killall --user x2gothinclient --wait dbus-launch"); 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).