The branch, master has been updated via 83918e53ef11b263c805c223543150d50f12acef (commit) from 733c25a15768cb4294cb9dec3c347d6f87364bcc (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 83918e53ef11b263c805c223543150d50f12acef Author: Patrick Willam <p.willam@gmx.de> Date: Sun Jul 31 00:02:38 2011 +0200 Fix for failing x2goresume-session script after removing hard-coded paths from all x2goserver scripts. ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2goresume-session | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session index cbaab9a..04b0e23 100755 --- a/x2goserver/bin/x2goresume-session +++ b/x2goserver/bin/x2goresume-session @@ -28,14 +28,13 @@ X2GO_KBD_LAYOUT=$5 X2GO_KBD_TYPE=$6 X2GO_SET_KBD=$7 -X2GO_AGENT_PID=`x2gogetagent $SESSION_NAME` +X2GO_LIB_PATH=`echo -n \$(x2gobasepath)/lib/x2go` +X2GO_AGENT_PID=`$X2GO_LIB_PATH/x2gogetagent $SESSION_NAME` X2GO_ROOT=${HOME}/.x2go X2GO_RESIZE=0 X2GO_FULLSCREEN=0 -X2GO_LIB_PATH=`echo -n \$(x2gobasepath)/lib/x2go` - if [ "$X2GO_GEOMETRY" == "" ] then X2GO_GEOMETRY=fullscreen hooks/post-receive -- x2goserver.git (X2go Server) 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 "x2goserver.git" (X2go Server).