This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.

commit aa880ab96f3cdc68dab938febf22df90824274ee
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Fri Jul 19 19:47:58 2019 +0200

    pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code for the 
graphical proxy/rendering backend (NXv3 vs. KDrive).
---
 debian/changelog       | 2 ++
 pyhoca/cli/frontend.py | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 63f43c8c..bafe1647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ pyhoca-cli (0.6.0.2-0x2go1) UNRELEASED; urgency=medium
   * New upstream version (0.6.0.3):
     - Set master session only once we know for sure that the
       session has successfully come up.
+    - pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code
+      for the graphical proxy/rendering backend (NXv3 vs. KDrive).
   * debian/control:
     + Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0.
   * pyhoca-cli.spec:
diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index f6fbdbab..80921df7 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -365,6 +365,8 @@ class PyHocaCLI(x2go.X2GoClient):
             _backend_kwargs['list_backend'] = 
self.args.backend_serversessionlist
         if self.args.backend_proxy is not None:
             _backend_kwargs['proxy_backend'] = self.args.backend_proxy
+        else:
+            _backend_kwargs['proxy_backend'] = 'auto-detect'
         if self.args.backend_sessionprofiles is not None:
             _backend_kwargs['profiles_backend'] = 
self.args.backend_sessionprofiles
         if self.args.backend_clientsettings is not None:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to