aboutsummaryrefslogtreecommitdiff
path: root/nxdialog/man
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 13:47:39 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 15:20:18 +0100
commit57ca69fe09285ed7572d86f94e257484caa015a2 (patch)
treeb402739ddce203ab1504597400a0dcf90040005b /nxdialog/man
parentdf79c3b35a30a957be0125c42e766a7ea2f51123 (diff)
downloadnx-libs-57ca69fe09285ed7572d86f94e257484caa015a2.tar.gz
nx-libs-57ca69fe09285ed7572d86f94e257484caa015a2.tar.bz2
nx-libs-57ca69fe09285ed7572d86f94e257484caa015a2.zip
nxdialog: Turn into autotools project, add man page.
Diffstat (limited to 'nxdialog/man')
-rw-r--r--nxdialog/man/Makefile.am5
-rw-r--r--nxdialog/man/nxdialog.172
2 files changed, 77 insertions, 0 deletions
diff --git a/nxdialog/man/Makefile.am b/nxdialog/man/Makefile.am
new file mode 100644
index 000000000..a862b1e7a
--- /dev/null
+++ b/nxdialog/man/Makefile.am
@@ -0,0 +1,5 @@
+NULL =
+
+dist_man_MANS = \
+ nxdialog.1 \
+ $(NULL)
diff --git a/nxdialog/man/nxdialog.1 b/nxdialog/man/nxdialog.1
new file mode 100644
index 000000000..636d59f8d
--- /dev/null
+++ b/nxdialog/man/nxdialog.1
@@ -0,0 +1,72 @@
+'\" -*- coding: utf-8 -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH nxdialog 1 "Jan 2019" "Version 3.5.99.18" "NX Dialog"
+.SH NAME
+nxdialog \- NX Dialog Helper
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBnxdialog\fR \fI[-h] [--dialog DIALOG_TYPE] [--message TEXT]
+ [--caption CAPTION] [--display DISPLAY] [--parent AGENTPID]
+ [--window WINDOW] [--class DLGCLASS] [--local]
+ [--allowmultiple]\fR
+
+.SH DESCRIPTION
+\fBnxdialog\fR 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.
+.PP
+\fBnxagent\fR is not using \fBnxdialog\fR by default, set the
+\fI$NX_CLIENT\fR environment variable to make the \fBnxdialog\fR path known to
+\fBnxagent\fR.
+.PP
+If you want to disable \fBnxdialog\fR usage in \fBnxagent\fR, then make
+sure that the \fI$NX_CLIENT\fR environment variable is unset.
+.PP
+.SH COMMAND LINE OPTIONS
+.TP 8
+.B \-h, \-\-help
+Show this help message and exit.
+.TP 8
+.B --dialog DIALOG_TYPE
+Type of dialog to show, one of "yesno", "ok", "error", "panic", "quit", "pulldown", "yesnosuspend".
+.TP 8
+.B --message \fITEXT\fR
+Message text to display in the dialog.
+.TP 8
+.B --caption CAPTION
+Window title of the dialog.
+.TP 8
+.B --display DISPLAY
+X11 display where the dialog should be shown (default: \fI$DISPLAY\fR).
+.TP 8
+.B --parent AGENTPID
+PID of the nxagent. The agent PID can be 0 for testing \fBnxdialog\fR.
+.TP 8
+.B --window WINDOW
+X11 id of window where to embed the pulldown dialog type.
+.TP 8
+.B --class DLGCLASS
+Class of the message (info, warning, error) default: info) [currently unimplemented].
+.TP 8
+.B --local
+Specify that proxy mode is used [currently unimplemented].
+.TP 8
+.B --allowmultiple
+Allow launching more than one dialog with the same message [currently unimplemented].
+
+.SH AUTHOR
+The \fBnxdialog\fR application has been derived from Google's
+NeatX client application by Ulrich Sibiller <uli42@gmx.de>.
+.PP
+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).