[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-142-gb886c07

X2Go dev team git-admin at x2go.org
Tue Mar 26 00:34:10 CET 2013


The branch, master has been updated
       via  b886c07468b81f52648d0c49db276c52e0806308 (commit)
      from  1de00f1102be015f6245ef2bc13c877a4c79fadd (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 b886c07468b81f52648d0c49db276c52e0806308
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 26 00:33:41 2013 +0100

    allow cinnamon command in lower case, as well

-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2goruncommand |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 2f3a5a8..2bcd8e0 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -120,7 +120,7 @@ elif ([ "$cmd" == "UNITY" ] || [ "$cmd" == "unity" ]); then
 	fi
 	# on earlier Ubuntu versions or with non-Ubuntu Distros the ,,UNITY'' command in X2Go will launch the GNOME2 desktop shell
 
-elif [ "$cmd" == "CINNAMON" ]; then
+elif ([ "$cmd" == "CINNAMON" ] || [ "$cmd" == "cinnamon" ]); then
 	cmd="/usr/bin/gnome-session"
 	export DESKTOP_SESSION="cinnamon2d"
 	args=" --session=$DESKTOP_SESSION"


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