Check out my first novel, midnight's simulacra!
DBus: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Mobile edit Mobile web edit |
d-spy has replaced d-feet |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
* [http://packages.debian.org/d-feet D-Feet] | * [https://apps.gnome.org/Dspy/ d-spy] is a good visualization/exploration tool for D-Bus, having replaced [http://packages.debian.org/d-feet D-Feet]. For terminal work, try [https://www.freedesktop.org/software/systemd/man/busctl.html busctl]. | ||
==Enumeration== | ==Enumeration== | ||
Latest revision as of 01:59, 29 April 2026
- 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