This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 6d0c979 documentation: typo fix in class name. new be5b42d x2go/session.py: Re-tested our interactive PyShell session launch with Python3. Works! new f0dd125 x2go/client.py: Update list of supported features. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/client.py | 3 ++- x2go/session.py | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit be5b42d2debe8a320809304b3d9243cf9ab213d6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 6 18:31:35 2018 +0200 x2go/session.py: Re-tested our interactive PyShell session launch with Python3. Works! --- x2go/session.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x2go/session.py b/x2go/session.py index 68465c2..99cafd9 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -28,13 +28,11 @@ class. To launch a session manually from the Python interactive shell, perform these simple steps:: - $ python - Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) - [GCC 4.4.5] on linux2 + Python 3.5.3 (default, Jan 19 2017, 14:11:04) + [GCC 6.3.0 20170118] on linux Type "help", "copyright", "credits" or "license" for more information.
import x2go import gevent
s = x2go.session.X2GoSession() s.set_server('<my.x2go.server>') s.set_port(<ssh-port>)
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit f0dd125a5a903c98afe55ae356ba58bba3e7e54b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 6 18:33:56 2018 +0200 x2go/client.py: Update list of supported features. --- x2go/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x2go/client.py b/x2go/client.py index d8f179b..8767b53 100644 --- a/x2go/client.py +++ b/x2go/client.py @@ -31,6 +31,7 @@ Supported Features - keep track of initiated sessions - grant access to X2Go client config files: ``settings``, ``printing``, ``sessions`` and ``xconfig`` (Windows only) as normally found in ``~/.x2goclient`` + - communicate with X2Go Session Broker via http(s) or SSH - instantiate an X2Go session by a set of Python parameters - load a session profile from x2goclient's ``sessions`` configuration file and start the---profile-based pre-configured---session @@ -39,7 +40,7 @@ Supported Features to a local folder or executing a custom »print« command - transparent tunneling of audio (Pulseaudio, ESD) - sharing of other desktops - - LDAP support for X2Go server clusters (NOT IMPLEMENTED YET) + - published applications support Non-Profile Sessions ==================== -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git