Changes between Initial Version and Version 2 of Ticket #2863
- Timestamp:
- 09/25/20 04:20:04 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2863
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #2863 – Description
initial v2 1 {{{ 1 2 xpra shadow :0 --bind-tcp=0.0.0.0:10000 -d server 3 }}} 2 4 throws an error as soon as a client tries to connect when the pyxdg library is installed. 3 5 4 This because of: https://gitlab.freedesktop.org/xdg/pyxdg/-/issues/206 This because of: [https://gitlab.freedesktop.org/xdg/pyxdg/-/issues/20 ] 5 7 6 8 It does not seem that this will be fixed anytime soon, so you may want to catch this (if possible), or temporarily work around this by not attempting to use the library if python is too new.