1MC-WAIT-FOR-NAME(1) Utilities MC-WAIT-FOR-NAME(1)
2
3
4
6 mc-wait-for-name - run until a D-Bus name appears on the session bus
7
9 mc-wait-for-name WELL-KNOWN-NAME
10
11 [D-BUS Service]
12 Name=org.freedesktop.Telepathy.Client.Something
13 Exec=/usr/bin/mc-wait-for-name org.freedesktop.Telepathy.Client.Something
14
16 mc-wait-for-name runs until a bus name appears, then exits successâ
17 fully. This can be used as a service-activation helper for a bus name
18 that is not directly activatable, but will be provided automatically
19 (after a while) by the desktop session.
20
22 0 The bus name eventually appeared.
23
24 64 (EX_USAGE)
25 Invocation error (too many or too few arguments, or the bus name
26 given was not a syntactically valid well-known bus name).
27
28 69 (EX_UNAVAILABLE)
29 mc-wait-for-name was unable to connect to the session bus.
30
31 75 (EX_TEMPFAIL)
32 The name did not appear within a reasonable time.
33
35 There are no additional command-line options.
36
38 The "reasonable time" to wait is currently hard-coded.
39
40
41
42Telepathy July 2009 MC-WAIT-FOR-NAME(1)