[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-237-g274f40e

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:27:03 CET 2014


The branch, build-baikal has been updated
       via  274f40e28bb16559463a25c934c526eec99f130f (commit)
      from  406d9c04b562dc27c37ec082a8091aeb6b993fa4 (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 +
 x2go/backends/terminal/_stdout.py |    2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index cabacf7..c2ef1dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -125,6 +125,7 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
     - Catch exceptions while calling SSH transport's getpeername() method.
     - Fix control session failure notifications. Show them immediately after
       the connection broke.
+    - Allow custom commands to be desktop sessions.
   * Depend on python-xlib.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sat, 28 Sep 2012 01:44:21 +0100
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index c8a1ec1..0cc54ae 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -128,8 +128,6 @@ class X2goSessionParams(object):
                 self.session_type = 'D'
             elif os.path.basename(cmd) in _X2GO_DESKTOPSESSIONS.values():
                 self.session_type = 'D'
-            elif self.session_type not in ("S", "shared", "shadow"):
-                self.session_type = 'R'
 
         if self.session_type in ("D", "desktop"):
             self.session_type = 'D'


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list