-
Using Xpra 4.4.4, I have:
On the Ubuntu side, can I use one of the commands to tell me if the windows client is connected or not? |
Beta Was this translation helpful? Give feedback.
Answered by
totaam
Apr 6, 2023
Replies: 1 comment 1 reply
-
$ xpra info | grep clients= You can also see the client(s) connected using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jzyrobert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ xpra info | grep clients=
You can also see the client(s) connected using
xpra top
.