[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.1.1.0-10-g36cae2e

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:18:17 CET 2013


The branch, build-main 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2goruncommand |   14 +++++++-------
 1 file 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).




More information about the x2go-commits mailing list