logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nxdialog - NX Dialog Helper

Author

       The nxdialog application has been derived from Google's  NeatX  client  application  by  Ulrich  Sibiller
       <uli42@gmx.de>.

       This  manual  has  been  written  by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go Project
       (https://wiki.x2go.org) and the Arctica Project (https://arctica-project.org).

Version 3.5.99.27                                   Jun 2023                                         nxdialog(1)

Command Line Options

-h,--help
               Show this help message and exit.

       --dialogDIALOG_TYPE
               Type   of   dialog  to  show,  one  of  "yesno",  "ok",  "error",  "panic",  "quit",  "pulldown",
               "yesnosuspend".

       --messageTEXT
               Message text to display in the dialog.

       --captionCAPTION
               Window title of the dialog.

       --displayDISPLAY
               X11 display where the dialog should be shown (default: $DISPLAY).

       --parentAGENTPID
               PID of the nxagent. The agent PID can be 0 for testing nxdialog.

       --windowWINDOW
               X11 id of window where to embed the pulldown dialog type.

       --classDLGCLASS
               Class of the message (info, warning, error) default: info) [currently unimplemented].

       --local Specify that proxy mode is used [currently unimplemented].

       --allowmultiple
               Allow launching more than one dialog with the same message [currently unimplemented].

Description

nxdialog is a GUI helper that can be used with nxagent to provide user interaction on certain events
       inside nxagent. It adds graphical widgets (menus, dialog boxes, etc.) to nxagent that allow a smarter
       user interaction with the agent.

       nxagent is not using nxdialog by default, set the $NX_CLIENT environment variable to make the nxdialog
       path known to nxagent.

       If you want to disable nxdialog usage in nxagent, then make sure that the $NX_CLIENT environment variable
       is unset.

Name

       nxdialog - NX Dialog Helper

Synopsis

nxdialog[-h][--dialogDIALOG_TYPE][--messageTEXT][--captionCAPTION][--displayDISPLAY][--parentAGENTPID][--windowWINDOW][--classDLGCLASS][--local][--allowmultiple]

See Also