libs-base/Tools/gdnc.1

68 lines
1.6 KiB
Groff
Raw Normal View History

.\"gdnc(1) man page
.\"put together by Martin Brecher <martin@gnustep.de>
.\"
.\"Process this file with
.\"groff -man -Tascii gdnc.1
.\"
.TH GDNC 1 "August 2003" GNUstep "GNUstep System Manual"
.SH NAME
gdnc \- GNUstep Distributed Notification Center
.SH SYNOPSIS
.B gdnc
.P
.SH DESCRIPTION
The gdnc daemon is used by GNUstep programs to send notifications and
messages to one another.
.P
Every user needs to have his own instance of
.B gdnc
running. While
.B gdnc
will be started automatically as soon as it is needed,
it is recommended to start
.B gdnc
in a personal login script like ~/.bashrc or ~/.cshrc.
Alternatively you can launch gpbs when your windowing system or the
window manager is started. For example, on systems with X11 you can launch
.B gdnc
from your .xinitrc script or alternatively
- if you are running Window Maker - put it in Window Maker's autostart script.
See the
.I GNUstep Build Guide
for a sample startup script.
.P
.SH OPTIONS
To attach
.B gdnc
to a remote session use the
.IP "\fB-NXHost \fIhostname"
argument.
.P
.SH DIAGNOSTICS
.B gdomap -L GDNCServer
will lookup instances of gdnc.
.P
Alternatively,
.B gdomap -N
will list all registered names on the local host.
.P
.SH SEE ALSO
gdomap(8), GNUstep(7), gpbs(1)
.PP
.I The GNUstep Build Guide
example startup script:
<http://gnustep.made-it.com/BuildGuide/index.html#GNUSTEP.SERVICES>
.P
.SH HISTORY
Work on
.B gdnc
started October 1998.
.PP
This manual page first appeared in gnustep-base 1.7.2 (July 2003).
.P
.SH AUTHORS
.B gdnc
was written by Richard Frith-McDonald <rfm@gnu.org>.
.PP
This man page was written by Martin Brecher <martin@mb-itconsulting.com>.