-
Notifications
You must be signed in to change notification settings - Fork 284
/
Copy pathgdnc.1
83 lines (83 loc) · 2.46 KB
/
gdnc.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.\"gdnc(1) man page
.\"put together by Martin Brecher <[email protected]>
.\"Copyright (C) 2005 Free Software Foundation, Inc.
.\"Copying and distribution of this file, with or without modification,
.\"are permitted in any medium without royalty provided the copyright
.\"notice and this notice are preserved.
.\"
.\"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. By default it uses private inter-process
communications accessible only to the curtrent user on the machine on
which it is running (where the operating system supports them).
.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 (if you have no command-line tools which use distributed
notifications) you can launch gdnc 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-NSHost \fIhostname"
argument.
.P
To run a copy of the server to handle public notifications (available to all
users on the local machine)
.IP "\fB-GSPublic YES"
.P
To run a copy of the server to handle network-public notifications (available
to all users able to connect to the local machine on the network)
.IP "\fB-GSNetwork YES"
.P
.SH DIAGNOSTICS
.B gdomap -L GDNCServer
will lookup instances of gdnc which were launched with the NSHost, GSPublic,
or GSNetwork command line arguments.
.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-Macdonald <[email protected]>.
.PP
This man page was written by Martin Brecher <[email protected]>.