This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 8e57556 Make X2Go Server aware of Rick Astley (RICKROLL) new 4399293 Revert "Make X2Go Server aware of Rick Astley (RICKROLL)" The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 --- x2goserver/bin/x2goruncommand | 10 +--------- 2 files changed, 1 insertion(+), 12 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 43992939d8c5c38603d35d524735bb02a30dd07c Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 2 23:39:33 2015 +0200 Revert "Make X2Go Server aware of Rick Astley (RICKROLL)" This reverts commit 8e57556245de79ab948431e13afd1b797fa3a65f. --- debian/changelog | 3 --- x2goserver/bin/x2goruncommand | 10 +--------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 925da3a..71be34f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,6 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low * New upstream version (4.0.1.20): - TERMINAL Session: Add support for qterminal (Lightweight terminal emulator written in Qt) - - Make X2Go Server aware of Rick Astley - (Single Application: Command: RICKROLL - Must be typed in manually in the client) [ Mihai Moldovan ] * New upstream version (4.0.1.20): diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 24c5e4c..ac7ff7f 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -202,11 +202,7 @@ elif [ "$cmd" == "ICEWM" ]; then cmd="/usr/bin/icewm-session" fi -# Note: RICKROLL will not be a selectable option in X2Go Client or the -# PyHoca clients. Users must type it in as the Command for a Single Application. - -if [ "$cmd" == "WWWBROWSER" ] || [ "$cmd" == "RICKROLL" ]; then - orig_cmd="$cmd" +if [ "$cmd" == "WWWBROWSER" ]; then if [ -e "/usr/bin/firefox.real" ]; then cmd="/usr/bin/firefox.real" elif [ -e "/usr/bin/iceweasel" ]; then @@ -224,10 +220,6 @@ if [ "$cmd" == "WWWBROWSER" ] || [ "$cmd" == "RICKROLL" ]; then fi fi -if [ "$orig_cmd" == "RICKROLL" ] ; then - cmd="${cmd} https://www.youtube.com/watch?v=dQw4w9WgXcQ" -fi - if [ "$cmd" == "MAILCLIENT" ]; then if [ -e "/usr/bin/thunderbird" ]; then cmd="/usr/bin/thunderbird" -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git