Contents
Short Descriptions
is used to clean up leftover sockets in a directory |
|
is the D-Bus message bus daemon |
|
is used to start dbus-daemon from a shell script. It would normally be called from a user's login scripts |
|
is used to monitor messages going through a D-Bus message bus |
|
starts a process as a new D-Bus session |
|
is used to send a message to a D-Bus message bus |
|
is a D-Bus traffic generator and test tool; it is a multi-purpose tool for debugging and profiling D-Bus |
|
is used to update the environment used for D-Bus session services; it updates the list of environment variables used by dbus-daemon --session when it activates session services without using systemd |
|
is used to generate a universally unique ID |
|
contains the API functions used by the D-Bus message daemon. D-Bus is first a library that provides one-to-one communication between any two applications; dbus-daemon is an application that uses this library to implement a message bus daemon |