[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-184-gbacef83

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:50:47 CET 2014


The branch, build-baikal has been updated
       via  bacef836dbccd17b4aafa2a50d02fdefeac9316a (commit)
      from  cb0b351fd0db336501a5499cf5fd6b5096892b48 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog              |    1 +
 x2goserver/bin/x2goruncommand |    2 ++
 2 files changed, 3 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index c18b7cb..3356e02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ x2goserver (3.0.99.5-0~x2go3) UNRELEASED; urgency=low
   * Add man page for x2gobasepath.
   * Remove Debianisms from INSTALL howto.
   * Add chromium-browser as possible WWWBROWSER to x2goruncommand.
+  * Add lxterminal as possible TERMINAL to x2goruncommand.
 
   [Martin Oehler]
   * Removes old debug code fragment, fixes x2golistsessions parsing.
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 3e5f6cd..4ce5a70 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -86,6 +86,8 @@ if [ "$cmd" == "TERMINAL" ]; then
 		cmd="/usr/bin/konsole"
 	elif  [ -e "/usr/bin/gnome-terminal" ]; then
 		cmd="/usr/bin/gnome-terminal"
+	elif  [ -e "/usr/bin/lxterminal" ]; then
+		cmd="/usr/bin/lxterminal"
 	elif  [ -e "/usr/bin/rxvt" ]; then
 		cmd="/usr/bin/rxvt"
 	elif  [ -e "/usr/bin/xterm" ]; then


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




More information about the x2go-commits mailing list