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@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).