- Jun 20, 2024
-
-
Mike Gabriel authored
x2go/backends/proxy/{nx3,kdrive}.py: Mac OS X support for launch nxproxy/x2gokdriveclient See merge request x2go/client/libs/python-x2go!6
-
- Feb 29, 2024
-
-
Mike Gabriel authored
x2go/backends/proxy/kdrive.py: Honour X2GOKDRIVECLIENT_BINARY env var if not on MS Windows or Mac OS X.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
x2go/{backends/control/plain,sshproxy}.py: Don't let look_for_keys override... See merge request x2go/client/libs/python-x2go!5
-
- Jan 08, 2024
-
-
x2go/{backends/control/plain,sshproxy}.py: Don't let look_for_keys override specified private key. The specified private key should win.
-
- Jan 06, 2024
-
-
Mike Gabriel authored
Python 3.12 compatibility: Switch from distutils.version to looseversion (with... See merge request x2go/client/libs/python-x2go!2
-
Mike Gabriel authored
debian/control: Add B-D/D on python3-looseversion, python3-distutils or python3-packaging (fallback).
-
Mike Gabriel authored
Python 3.12 compatibility: Switch from distutils.version to looseversion (with fallback to packaging.version).
-
Mike Gabriel authored
x2go/: Stop importing from the __future__ module. See merge request x2go/client/libs/python-x2go!3
-
- Jan 04, 2024
-
-
Mike Gabriel authored
-
Mike Gabriel authored
Make pyhoca-cli work for users with (t)csh as login shell See merge request x2go/client/libs/python-x2go!1
-
Fixes pyhoca-cli failing with "remote home directory does not exist" Thanks to Anselm Kruis for finding and fixing this bug.
-
Mike Gabriel authored
debian/Jenkinsfile: Add file. Initiate CI builds. See merge request x2go/client/libs/python-x2go!4
-
Mike Gabriel authored
-
- Aug 23, 2023
-
-
Mike Gabriel authored
-
- Aug 20, 2023
-
-
X2Go Release Manager authored
-
X2Go Release Manager authored
-
- Aug 19, 2023
-
-
Mihai Moldovan authored
Python-2-variants don't have the concept of __pycache__ directories at all, so using %pycache_only there is redundant. Python-3-variants sprinkle __pycache__ directories wherever there are .py files, which means that they are conveniently contained in the "x2go" subdirectory of sitelib. Older *SuSE versions, including Leap, just ignored files or directories in the %files list that do not exist, but Tumbleweed is throwing an error if you try to include a file or directory that does not exist. The fix is easy: don't try to include the non-existent __pycache__ top-level directory.
-
Mihai Moldovan authored
python-x2go.spec: correctly drop python-configparser BR on *SuSE if we're building against Python 3 only.
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
- Jun 22, 2022
-
-
Without this change, we observed a running X2Go session freezing after about 3 hours running on Windows with the following output: WARN: Reverse tunnel <paramiko.Channel 16 (open) window=2036405 -> <paramiko.Transport at 0x4e4f270L (cipher aes128-ctr, 128 bits) (active; 2 open channel(s))>> encoutered socket error: [Errno 10054] An existing connection was forcibly closed by the remote host Breaking after catching 1024 socket errors prevents looping forever. The tunnel is automatically closed, which allows the application to reopen it automatically and recover gracefully from the situation.
-
-
platform.system() actually returns 'Darwin' on Mac OS.
-
- Nov 17, 2021
-
-
Mike Gabriel authored
-
- Sep 02, 2021
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- Aug 20, 2021
-
-
Mike Gabriel authored
x2go/utils.py: Comment 'dpi' param change above and explain that this might cause problems elsewhere. However, the applied change (setting the 'dpi' default value rather than not setting it if setdpi is False is the currently best thinkable approach).
-
- Aug 19, 2021
-
-
Mike Gabriel authored
-
Mike Gabriel authored
x2go/utils.py: If setdpi is false, we need to enforce the default DPI (instead of dropping it from _params). Otherwise, no DPI can be set at all.
-
- Nov 10, 2020
-
-
Mike Gabriel authored
-
- Jan 02, 2020
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- Jan 01, 2020
-
-
X2Go Release Manager authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
We want to fall back if the variables are empty, not set.
-