The branch, release/4.0.1.x has been updated via 3607be15e22789544e57ec3461b6908422cce012 (commit) from 90cd1a0343765c6581d06ce41e4007e32740366e (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 3607be15e22789544e57ec3461b6908422cce012 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 22 20:55:54 2013 +0100 Typo fix in x2goruncommand (for MATE session startup). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver/bin/x2goruncommand | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index f78fb29..733ddae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low - Start/resume rootless sessions without geometry parameter. Esp. using X2GO_GEOMETRY=fullscreen for rootless sessions lead to an extra 1x1 px session window (nxagentCreateIconWindow in nxagent's Window.c). + - Typo fix in x2goruncommand (for MATE session startup). * debian/control: + Update LONG_DESCRIPTIONS. + Move xfonts-base from Recommends: field to Depends: field (bin:package diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index b0cb584..ea22c49 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -121,7 +121,7 @@ elif ([ "$cmd" == "UNITY" ] || [ "$cmd" == "unity" ]); then # on earlier Ubuntu versions or with non-Ubuntu Distros the ,,UNITY'' command in X2Go will launch the GNOME2 desktop shell elif [ "$cmd" == "MATE" ]; then - cmd=="/usr/bin/mate-session" + cmd="/usr/bin/mate-session" elif [ "$cmd" == "KDE" ]; then cmd="/usr/bin/startkde" elif [ "$cmd" == "XFCE4" ]; then 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).