Changes between Initial Version and Version 1 of Ticket #309
- Timestamp:
- 04/30/20 05:12:51 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #309
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
wontfix
-
Property
Status
changed from
-
Ticket #309 – Description
initial v1 1 1 Hi! 2 2 {{{ 3 3 Server: Debian Buster 4 4 # dpkg -l | grep -E "xpra|winswitch" … … 13 13 ii winswitch 0.12.23-2 all tool to start and control remote sessions 14 14 ii xpra 3.0.9-r26132-2 amd64 tool to detach/reattach running X programs 15 15 }}} 16 16 Xpra itself works fine, but using winswitch does not: 17 17 "You have requested an xpra session but this server does not support it" 18 18 19 19 When running the server from the CLI I get the following message: 20 {{{ 20 21 [EE] 2020/29/04 19:07:38.816622 WinSwitchServer.assign_virt_utils() failed to load xpra, make sure it is installed: No module named xpra.dotxpra 21 22 There is a very old ticket with the same issue ( https://winswitch.org/trac/ticket/219). According to that i tried to link /usr/lib/xprato a lot of locations without any effort.22 }}} 23 There is a very old ticket with the same issue (#219). According to that i tried to link `/usr/lib/xpra` to a lot of locations without any effort. 23 24 24 25 If you need more input please let me know!