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@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)
-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
--
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@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits