-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add identifying client info to 'xpra list' output #4082
Comments
You could just run: xpra info :1439094 And as of 61d2004, just look for I would rather not make |
Well...OK. I would have preferred a builtin bit. As it is, I've just written a script
Result:
I could have done the |
Belated observation... The
[ Just leaving crumbs behind for anyone else who might ask similar questions. ] |
As of the commit below, you can also do: $ xpra info :15716 | egrep "session-type|display"
session-type=Wayland client
display=wayland-0 Not tested with MS Windows and MacOS clients, but these should also be showing things like |
@karlkleinpaste how about dc9882f: $ xpra list-clients
Found the following 1 xpra client sessions:
/run/user/1000/xpra/clients/fedora-27154:
LIVE Wayland client on 'wayland-0' connected to 'tcp://127.0.0.1:10000/' |
Is your feature request related to a problem? Please describe.
The output of
xpra list
doesn't tell me anything useful about clients, merely that they exist.Describe the solution you'd like
In this output...
... it would be helpful if the clients would include some part of the client info, such as
:86
orssh://remote/XX
.Otherwise I must
ps wu 1439094
just to learn what that client is about.The text was updated successfully, but these errors were encountered: