[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-195-ga1534d5

X2Go dev team git-admin at x2go.org
Fri Jul 26 08:37:39 CEST 2013


The branch, master has been updated
       via  a1534d5132435bde1e226567eddefc0fdc7bda2d (commit)
      from  54f2bf95568e4c1fabeb5e2f47cea732b551072f (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 -----------------------------------------------------------------
commit a1534d5132435bde1e226567eddefc0fdc7bda2d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jul 26 08:37:35 2013 +0200

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

-----------------------------------------------------------------------

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

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 5fc5a0b..ef06aec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,9 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low
   [ Rok Mandeljc ]
   * New upstream version (4.1.0.0):
     - x2golistsessions: Import db_changestatus into name space. (Fixes: #267).
+    - 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).
 
   [ Otto Kjell ]
   * New upstream version (4.1.0.0):
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index e10a0ac..29d7c3f 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -183,6 +183,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