Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Last active December 26, 2015 23:19
Show Gist options
  • Save lemenkov/7230044 to your computer and use it in GitHub Desktop.
Save lemenkov/7230044 to your computer and use it in GitHub Desktop.
Query registered D-Bus names (per session and system-wide)
dbus-send --session --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames
dbus-send --system --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames
dbus-send --system --dest=org.freedesktop.Avahi --type=method_call --print-reply / org.freedesktop.Avahi.Server.GetVersionString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment