diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-04 23:57:34 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-05 13:02:37 +0200 |
commit | 84a403e2724ae9acac77bd1d819a9b1f4e56379a (patch) | |
tree | 591f81f8c936d9814b08659502e6f9bf054a239a /nx-X11/programs/Xserver/hw/nxagent/man | |
parent | 000a869b3e994c6f5df62bdc6ee1bb4528403c9d (diff) | |
download | nx-libs-84a403e2724ae9acac77bd1d819a9b1f4e56379a.tar.gz nx-libs-84a403e2724ae9acac77bd1d819a9b1f4e56379a.tar.bz2 nx-libs-84a403e2724ae9acac77bd1d819a9b1f4e56379a.zip |
Report Xlib-side window IDs to session.log in machine readable form. This feature can be enabled by the cmdline options -reportwids and -reportprivatewids.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index 665a4e743..ef2d387c3 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -372,6 +372,12 @@ force use of NX protocol messages assuming communication through nxproxy .B \-nxrealwindowprop set property NX_REAL_WINDOW for each X11 client inside NX Agent, providing the window XID of the corresponding window object on the X server that NX Agent runs on .TP 8 +.B \-reportwids +explicitly tell NX Agent to report its externally exposed X11 window IDs to the session log (in machine readable form), so that external parsers can obtain that information from there +.TP 8 +.B \-reportprivatewids +explicitly tell NX Agent to report X11 window IDs of internally created window objects to the session log (in machine readable form), so that external parsers can obtain that information from there; this creates a lot of output and may affect performance +.TP 8 .B \-timeout \fIint\fP auto-disconnect timeout in seconds (minimum allowed: 60) .TP 8 |