[X2Go-Commits] x2goserver.git - build-main (branch) updated: 4.0.1.3-4-g2085cb6

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:18:35 CET 2013


The branch, build-main has been updated
       via  2085cb616182aa47e7233ffbe72a5b45349ed508 (commit)
      from  e2c021f21a17475cfc917c4e7bcab02011a0bb68 (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              |    9 ++++++++-
 x2goserver/bin/x2goruncommand |    2 ++
 2 files changed, 10 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2952864..954e75d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
 x2goserver (4.0.1.4-0~x2go1) UNRELEASED; urgency=low
 
-  * New upstream versino (4.0.1.4):
+  [ Mike Gabriel ]
+  * New upstream version (4.0.1.4):
     - Multiply query USED_DISPLAYS and USED_PORTS in x2gostartagent to minimize
       race conditions in cases where many clients launch session simultaneously.
     - Make X2Go Server aware of the MATE desktop environment.
 
+  [ Rok Mandeljc ]
+  * New upstream version (4.0.1.4):
+    - The gnome-terminal TERMINAL returns immediately and runs in background
+      starting with GNOME 3.8. Thus, set IMEXIT to false for gnome-terminal.
+      (Fixes: #268).
+
  -- Mike Gabriel <mike.gabriel at das-netzwertkeam.de>  Fri, 19 Jul 2013 17:53:11 +0200
 
 x2goserver (4.0.1.3-0~x2go1) unstable; urgency=low
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 60b898f..7b3d995 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -178,6 +178,8 @@ if [ "$cmd" == "TERMINAL" ]; then
 		cmd="/usr/bin/mate-terminal"
 	elif  [ -e "/usr/bin/gnome-terminal" ]; then
 		cmd="/usr/bin/gnome-terminal"
+		# GNOME terminal starting with 3.8 also immediately exits
+		IMEXIT="false"
 	elif  [ -e "/usr/bin/lxterminal" ]; then
 		cmd="/usr/bin/lxterminal"
 	elif  [ -e "/usr/bin/rxvt" ]; 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