This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit aa880ab96f3cdc68dab938febf22df90824274ee Author: Mike Gabriel <mike.gabriel@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 63f43c8..bafe164 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 f6fbdba..80921df 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/pyhoca-cli.git