DBus

Revision as of 01:59, 29 April 2026 by Dank (talk | contribs) (d-spy has replaced d-feet)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • d-spy is a good visualization/exploration tool for D-Bus, having replaced D-Feet. For terminal work, try busctl.

Enumeration

  • System bus: dbus-send --system --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames
  • Session bus: dbus-send --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames