lp:~x2go/x2go/python-x2go_master
- Get this branch:
- bzr branch lp:~x2go/x2go/python-x2go_master
Branch merges
Import details
This branch is an import of the HEAD branch of the Git repository at git://code.x2go.org/python-x2go.git.
Last successful import was .
Recent revisions
- 1493. By Tomáš Cerha <email address hidden>
-
Prevent infinite loop in X2GoRevFwTunnel handler
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 hostBreaking 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. - 1491. By Tomáš Cerha <email address hidden>
-
Fix Mac OS recognition
platform.system() actually returns 'Darwin' on Mac OS.
- 1489. By Mike Gabriel
-
Rewrite string variables to '' if they are set to None during instance construction.
- 1487. By Mike Gabriel
-
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).
- 1486. By Mike Gabriel
-
x2go/client.py: Catch some (more) x2go_exceptions
.X2GoSessionReg istryException occurrences. - 1485. By Mike Gabriel
-
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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)