Linux Commands Examples

A great documentation place for Linux commands

mc-wait-for-name

run until a D-Bus name appears on the session bus

Synopsis

mc-wait-for-name WELL-KNOWN-NAME

[D-BUS Service]
Name=
org.freedesktop.Telepathy.Client.Something
Exec=/usr/bin/mc-wait-for-name
org.freedesktop.Telepathy.Client.Something


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

mc-wait-for-name runs until a bus name appears, then exits successfully. This can be used as a service-activation helper for a bus name that is not directly activatable, but will be provided automatically (after a while) by the desktop session.

options

There are no additional command-line options.

exit status

0

The bus name eventually appeared.

64 (EX_USAGE)

Invocation error (too many or too few arguments, or the bus name given was not a syntactically valid well-known bus name).

69 (EX_UNAVAILABLE)

mc-wait-for-name was unable to connect to the session bus.

75 (EX_TEMPFAIL)

The name did not appear within a reasonable time.


bugs

The "reasonable time" to wait is currently hard-coded.

How can this site be more helpful to YOU ?


give  feedback