#1671 closed enhancement (fixed)
forward signals
Reported by: | Antoine Martin | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Follow up from #1350: we now create a fake process for each server pid and we will receive signals sent by pagers and window managers, we should forward those to the real server-side process and let it decide what to do with it.
This will require:
- a new capability: "window.signals"
- a new server message:
["window-signal", wid, signal]
(we send the wid and let the server find the real pid)
Change History (6)
comment:1 Changed 4 years ago by
comment:2 Changed 4 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
Support for SIGINT and SIGTERM forwarding added in r17608, with one important limitation: the watcher process exits when it receives any signal, so this can only be used once per watcher process.
Still TODO: keep watcher running after handling signals and communicate with parent process using stdin / stdout
Version 0, edited 4 years ago
by
(next)
comment:3 Changed 4 years ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|---|
Status: | assigned → new |
comment:6 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1671
Note: See
TracTickets for help on using
tickets.
See also #1702