Skip to content
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

more packet handlers for client sockets #2744

Closed
totaam opened this issue Apr 22, 2020 · 3 comments
Closed

more packet handlers for client sockets #2744

totaam opened this issue Apr 22, 2020 · 3 comments
Labels

Comments

@totaam
Copy link
Collaborator

totaam commented Apr 22, 2020

Issue migrated from trac ticket # 2744

component: client | priority: major | resolution: fixed

2020-04-22 14:28:10: antoine created the issue


Now that the client can listen on sockets (#2406), we can enhance the packet handlers to make this feature more useful:

  • support control commands
  • more detailed information on windows and their state

See also #2742, #2743.

@totaam
Copy link
Collaborator Author

totaam commented Jul 5, 2020

2020-07-05 10:49:38: antoine changed status from new to closed

@totaam
Copy link
Collaborator Author

totaam commented Jul 5, 2020

2020-07-05 10:49:38: antoine set resolution to fixed

@totaam
Copy link
Collaborator Author

totaam commented Jul 5, 2020

2020-07-05 10:49:38: antoine commented


Done:

  • r26888 add window information, r26889 add backing details - this was made easier by r26322, which already provided some info methods for windows
  • r26890 control commands

Examples with a server (any), and a client started using:

xpra attach --bind-tcp=0.0.0.0:10001
xpra info tcp://127.0.0.1:10001 | grep backing.type
xpra control tcp://127.0.0.1:10001 debug enable x11
xpra control tcp://127.0.0.1:10001 show_session_info
xpra control tcp://127.0.0.1:10001 show_bug_report

etc..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant