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 751b2ff x2goserver.spec: only use /etc/permissions.d on SUSE. Unsupported on RHEL/FC/EPEL. new 6456d28 TERMINAL Session: Add support for qterminal 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 | 5 ++++- x2goserver/bin/x2goruncommand | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) -- 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 6456d28bf6631745e5bbd989479ee8e6db2b0f62 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 7 07:55:09 2015 -0500 TERMINAL Session: Add support for qterminal --- debian/changelog | 5 ++++- x2goserver/bin/x2goruncommand | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 335c498..f096756 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low - * Continue Development... + [ Mike DePaulo ] + * New upstream version (4.0.1.20): + - TERMINAL Session: Add support for qterminal + (Lightweight terminal emulator written in Qt) -- X2Go Release Manager <git-admin@x2go.org> Tue, 24 Feb 2015 22:11:49 +0100 diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index e7e20e2..ac7ff7f 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -249,6 +249,8 @@ if [ "$cmd" == "TERMINAL" ]; then cmd="/usr/bin/gnome-terminal" elif [ -e "/usr/bin/lxterminal" ]; then cmd="/usr/bin/lxterminal" + elif [ -e "/usr/bin/qterminal" ]; then + cmd="/usr/bin/qterminal" elif [ -e "/usr/bin/rxvt" ]; then cmd="/usr/bin/rxvt" elif [ -e "/usr/bin/xterm" ]; then -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git