The branch, master has been updated via 36cae2ee8140e7afc3103ceb6e22e17af97f465b (commit) from 3b0fc54b49b2e3dc5617e4fc2ce7ddaa0c29faa4 (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 36cae2ee8140e7afc3103ceb6e22e17af97f465b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Apr 29 15:48:59 2012 +0200 typo fix ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2goruncommand | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 310424a..5b60307 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -75,21 +75,21 @@ if [ "$cmd" == "GNOME" ] || [ "$cmd" == "gnome-session" ]; then # GNOME (Ubuntu classic) gets launched when calling gnome-session-fallback. if [ "$DISTRIB_ID" == "Ubuntu" ] && echo "$DISTRIB_CODENAME" | egrep -v "^[a-o].*" >/dev/null; then - $cmd="/usr/bin/gnome-session-fallback" + cmd="/usr/bin/gnome-session-fallback" else - $cmd="/usr/bin/gnome-session" + cmd="/usr/bin/gnome-session" fi elif ([ "$cmd" == "UNITY" ] || [ "$cmd" == "unity-2d-launcher" ]) && [ "$DISTRIB_ID" == "Ubuntu" ] && echo "$DISTRIB_CODENAME" | egrep -v "^[a-o].*" >/dev/null; then - $cmd="/usr/bin/gnome-session" + cmd="/usr/bin/gnome-session" elif [ "$cmd" == "KDE" ]; then - $cmd="/usr/bin/startkde" + cmd="/usr/bin/startkde" elif [ "$cmd" == "XFCE4" ]; then - $cmd="/usr/bin/xfce4-session" + cmd="/usr/bin/xfce4-session" elif [ "$cmd" == "LXDE" ]; then - $cmd="/usr/bin/startlxde" + cmd="/usr/bin/startlxde" elif [ "$cmd" == "TRINITY" ]; then - $cmd="/usr/bin/starttrinity" + cmd="/usr/bin/starttrinity" fi if [ "$cmd" == "WWWBROWSER" ]; 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).