Hi folks, I’ve been hacking up a DBus inspector, since dbus-viewer was removed from the Debian package (to get rid of the QT dependency).

Using python, it’s not too hard. Enumeration of methods and similar already works, the basic UI also is in place (Glade rocks!) but I still need to feed the data into a TreeModel for GTK and do all the difficult parts of the UI.

I’ll post an update when I have some screenshot and code ready for you.