MAN page from openSUSE Tumbleweed gnustep-base-1.26.0-34.5.x86_64.rpm
GDNC
Section: GNUstep System Manual (1)
Updated: August 2003
Index NAME
gdnc - GNUstep Distributed Notification Center
SYNOPSIS
gdnc DESCRIPTION
The gdnc daemon is used by GNUstep programs to send notifications and messages to one another. By default it uses private inter-processcommunications accessible only to the curtrent user on the machine onwhich it is running (where the operating system supports them).Every user needs to have his own instance of
gdncrunning. While
gdncwill be started automatically as soon as it is needed,it is recommended to start
gdncin a personal login script like ~/.bashrc or ~/.cshrc.Alternatively (if you have no command-line tools which use distributednotifications) you can launch gdnc when your windowing system or thewindow manager is started. For example, on systems with X11 you can launch
gdncfrom your .xinitrc script or alternatively- if you are running Window Maker - put it in Window Maker's autostart script.See the
GNUstep Build Guidefor a sample startup script.
OPTIONS
To attach
gdncto a remote session use the
- -NSHost hostname
- argument.To run a copy of the server to handle public notifications (available to allusers on the local machine)
-GSPublic YES- To run a copy of the server to handle network-public notifications (availableto all users able to connect to the local machine on the network)
- -GSNetwork YES
DIAGNOSTICS
gdomap -L GDNCServerwill lookup instances of gdnc which were launched with the NSHost, GSPublic,or GSNetwork command line arguments.Alternatively,
gdomap -Nwill list all registered names on the local host.
SEE ALSO
gdomap(8),
GNUstep(7),
gpbs(1)
The GNUstep Build Guideexample startup script: <http://gnustep.made-it.com/BuildGuide/index.html#GNUSTEP.SERVICES>
HISTORY
Work on
gdncstarted October 1998.
This manual page first appeared in gnustep-base 1.7.2 (July 2003).
AUTHORS
gdnc was written by Richard Frith-Macdonald <rfmAATTgnu.org>.
This man page was written by Martin Brecher <martinAATTmb-itconsulting.com>.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- DIAGNOSTICS
- SEE ALSO
- HISTORY
- AUTHORS
This document was created byman2html,using the manual pages.