[X2Go-Dev] [X2Go-Commits] [x2goserver] 01/01: Make X2Go Server aware of Rick Astley (RICKROLL)
Mike Gabriel
mike.gabriel at das-netzwerkteam.de
Thu Apr 2 23:53:12 CEST 2015
Hi guys,
Do I miss the joke in the below commit??? (see below!)
And: the video is not viewable inside Germany.
And: luckily Mihai reverted this commit...
Mike
On Mi 01 Apr 2015 03:24:25 CEST, git-admin wrote:
> 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 8e57556245de79ab948431e13afd1b797fa3a65f
> Author: Mike DePaulo <mikedep333 at gmail.com>
> Date: Tue Mar 31 21:22:07 2015 -0400
>
> Make X2Go Server aware of Rick Astley (RICKROLL)
> ---
> debian/changelog | 3 +++
> x2goserver/bin/x2goruncommand | 10 +++++++++-
> 2 files changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/debian/changelog b/debian/changelog
> index 71be34f..925da3a 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -4,6 +4,9 @@ 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 ac7ff7f..24c5e4c 100755
> --- a/x2goserver/bin/x2goruncommand
> +++ b/x2goserver/bin/x2goruncommand
> @@ -202,7 +202,11 @@ elif [ "$cmd" == "ICEWM" ]; then
> cmd="/usr/bin/icewm-session"
> fi
>
> -if [ "$cmd" == "WWWBROWSER" ]; then
> +# 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 [ -e "/usr/bin/firefox.real" ]; then
> cmd="/usr/bin/firefox.real"
> elif [ -e "/usr/bin/iceweasel" ]; then
> @@ -220,6 +224,10 @@ if [ "$cmd" == "WWWBROWSER" ]; 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
> _______________________________________________
> x2go-commits mailing list
> x2go-commits at lists.x2go.org
> http://lists.x2go.org/listinfo/x2go-commits
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digitale PGP-Signatur
URL: <http://lists.x2go.org/pipermail/x2go-dev/attachments/20150402/62136460/attachment-0001.pgp>
More information about the x2go-dev
mailing list