Changes between Initial Version and Version 1 of Ticket #391, comment 11
- Timestamp:
- 04/16/16 04:49:10 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #391, comment 11
initial v1 9 9 * [https://developer.apple.com/library/mac/technotes/tn2083/_index.html#//apple_ref/doc/uid/DTS10003794-CH1-SUBSECTION3 Technical Note TN2083 - Daemons and Agents: Agents] 10 10 11 Maybe the agent can just sit there, listening for events and we just tell it what to run (ie: {{{xpra shadow "$@"}}}?) - which will then run from the correct context and be able to access the display server (avoiding the dreaded {{{_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.}}}) .11 Maybe the agent can just sit there, listening for events and we just tell it what to run (ie: {{{xpra shadow "$@"}}}?) - which will then run from the correct context and be able to access the display server (avoiding the dreaded {{{_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.}}}): see #1169.