[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-172-g83918e5
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:21:29 CET 2013
The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2goserver/bin/x2goresume-session | 5 ++---
1 file 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).
More information about the x2go-commits
mailing list