The branch, master has been updated via 65513d1ac3a1d04eb168d14745edd49e2927f737 (commit) from d7dfa95bf6f99174a9a88adae3b3de68b57aa7d8 (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 65513d1ac3a1d04eb168d14745edd49e2927f737 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 29 09:06:57 2011 +0200 fix DISPLAY setting for x2godesktopsharing resuming ----------------------------------------------------------------------- Summary of changes: bin/x2goresume-desktopsharing | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/bin/x2goresume-desktopsharing b/bin/x2goresume-desktopsharing index 34da2b5..aaa2c25 100755 --- a/bin/x2goresume-desktopsharing +++ b/bin/x2goresume-desktopsharing @@ -35,5 +35,5 @@ X2GO_DISPLAY=$(echo $SESSION_NAME | cut -d"-" -f2) test -e $HOME/.x2go/C-$SESSION_NAME/resume-desktopsharing && { rm -f $HOME/.x2go/C-$SESSION_NAME/resume-desktopsharing - export DISPLAY=:$X2GO_DISPLAY.0 x2godesktopsharing &>/dev/null & + DISPLAY=:$X2GO_DISPLAY.0 x2godesktopsharing &>/dev/null & } hooks/post-receive -- x2godesktopsharing.git (Desktop Sharing for X2go) 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 "x2godesktopsharing.git" (Desktop Sharing for X2go).