-
So the setup is: Then, how can I start an application (e.g. xterm) from the windows client without restarting the connection?
But I would prefer if I could do it from Windows powershell directly, basically a command line equivalent of launching something from the system tray. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From your xpra system tray, there should be a start menu. Alternatively, you can use
|
Beta Was this translation helpful? Give feedback.
From your xpra system tray, there should be a start menu.
With versions older than 4.4.4 (not yet released), you may need this patch on Ubuntu: a42e234
Alternatively, you can use
xpra control
:xpra control :100 start xterm
Xpra_cmd control ssh://host/100 start xterm