[X2Go-Commits] [x2goclient] 32/94: Python X2go

git-admin at x2go.org git-admin at x2go.org
Fri Dec 15 21:04:38 CET 2023


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

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

commit 002ed173bcb729ca42a2432d0abb310ed32f0727
Author: mike <mike at cdb5e8f1-f799-4276-8919-bce57fd91830>
Date:   Wed Dec 29 14:11:03 2010 +0000

    Python X2go
    
      * added auto registration support for available server-side sessions
      * updating session registry regularly
      * HOOKs that notify the user on session interactions
      * session profile fixes (FILE backend)
      * added SSH proxy support to session profiles (not implemented yet)
      * ...
    
    PyHoca-GUI
    
      * profile manager now usable
      * added icons
      * using X2goClient HOOK methods now to inform the user about interactions
      * ...
    
    PyHoca-CLI
    
      * minor adaptation to changes in Python X2go (untested yet)
    
    
    git-svn-id: https://svn.das-netzwerkteam.de/x2go/pyhoca-cli/trunk@268 cdb5e8f1-f799-4276-8919-bce57fd91830
---
 pyhoca/cli/frontend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index e24d013f..838bfb3a 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -198,7 +198,7 @@ class PyHocaCLI(x2go.X2goClient):
         # initialize the X2goClient context and start the connection to the X2go server
         self._pyhoca_logger('preparing requested X2go session', x2go.loglevel_NOTICE, )
 
-        x2go.X2goClient.__init__(self, use_cache=False, logger=liblogger)
+        x2go.X2goClient.__init__(self, logger=liblogger)
 
         _profiles = self._X2goClient__get_profiles()
         if self.args.session_profile and _profiles.has_profile(self.args.session_profile):

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list