1nxdialog(1)                        NX Dialog                       nxdialog(1)
2
3
4

NAME

6       nxdialog - NX Dialog Helper
7

SYNOPSIS

9       nxdialog [-h] [--dialog DIALOG_TYPE] [--message TEXT]
10                [--caption CAPTION] [--display DISPLAY] [--parent AGENTPID]
11                [--window WINDOW] [--class DLGCLASS] [--local]
12                [--allowmultiple]
13
14

DESCRIPTION

16       nxdialog is a GUI helper that can be used with nxagent to provide user
17       interaction on certain events inside nxagent. It adds graphical widgets
18       (menus, dialog boxes, etc.) to nxagent that allow a smarter user
19       interaction with the agent.
20
21       nxagent is not using nxdialog by default, set the $NX_CLIENT
22       environment variable to make the nxdialog path known to nxagent.
23
24       If you want to disable nxdialog usage in nxagent, then make sure that
25       the $NX_CLIENT environment variable is unset.
26

COMMAND LINE OPTIONS

28       -h, --help
29               Show this help message and exit.
30
31       --dialog DIALOG_TYPE
32               Type of dialog to show, one of "yesno", "ok", "error", "panic",
33               "quit", "pulldown", "yesnosuspend".
34
35       --message TEXT
36               Message text to display in the dialog.
37
38       --caption CAPTION
39               Window title of the dialog.
40
41       --display DISPLAY
42               X11 display where the dialog should be shown (default:
43               $DISPLAY).
44
45       --parent AGENTPID
46               PID of the nxagent. The agent PID can be 0 for testing
47               nxdialog.
48
49       --window WINDOW
50               X11 id of window where to embed the pulldown dialog type.
51
52       --class DLGCLASS
53               Class of the message (info, warning, error) default: info)
54               [currently unimplemented].
55
56       --local Specify that proxy mode is used [currently unimplemented].
57
58       --allowmultiple
59               Allow launching more than one dialog with the same message
60               [currently unimplemented].
61
62

AUTHOR

64       The nxdialog application has been derived from Google's NeatX client
65       application by Ulrich Sibiller <uli42@gmx.de>.
66
67       This manual has been written by Mike Gabriel
68       <mike.gabriel@das-netzwerkteam.de> for the X2Go Project
69       (https://wiki.x2go.org) and the Arctica Project (https://arctica-
70       project.org).
71
72
73
74Version 3.5.99.26                  Feb 2021                        nxdialog(1)
Impressum