You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a xpra (4.2.3) proxy server running on Ubuntu 20.04 as a system service configured to be connected to with ssl and the self signed default certificate. With the Windows client (x86_64_4.3-r29365), the display option in the connection string is not honored when attaching to a running session. Instead a new session is started with a different display, usually the first available.
Found the following xpra sessions:
/run/user/1001/xpra:
LIVE session at :5
/run/xpra:
LIVE session at :20 [this is the proxy server]
/run/test/.xpra:
LIVE session at :5
After disconnecting the windows client, not closing the xterm window, I run:
Found the following xpra sessions:
/run/user/1001/xpra:
LIVE session at :1
LIVE session at :5
/run/xpra:
LIVE session at :20 [this is the proxy server]
/run/test/.xpra:
LIVE session at :1
LIVE session at :5
I have also tested this from a remote Ubuntu vm running the latest xpra version from the repository (4.2.3-r12) with the same results.
This raises the problem, that there is no way to reconnect to the session at display :5 after disconnecting and leaving the xterm window open.
The text was updated successfully, but these errors were encountered:
totaam
changed the title
Dispaly in connection string not honored when attatching to running session
Display in connection string not honoured when trying to attach to a running session
Oct 29, 2021
I have a xpra (4.2.3) proxy server running on Ubuntu 20.04 as a system service configured to be connected to with ssl and the self signed default certificate. With the Windows client (x86_64_4.3-r29365), the display option in the connection string is not honored when attaching to a running session. Instead a new session is started with a different display, usually the first available.
This is the sequence of commands used:
xpra start ssl://test:password@[IP]:[PORT]/5 --start-child=xterm --ssl-server-verify-mode=none
This works fine and the xterm window is shown.
xpra list
then showsAfter disconnecting the windows client, not closing the xterm window, I run:
xpra attach ssl://test:password@[IP]:[PORT]/5 --ssl-server-verify-mode=none
xpra list
:I have also tested this from a remote Ubuntu vm running the latest xpra version from the repository (4.2.3-r12) with the same results.
This raises the problem, that there is no way to reconnect to the session at display :5 after disconnecting and leaving the xterm window open.
The text was updated successfully, but these errors were encountered: