D-Feet is a D-Bus debugger written in PyGtk+ by John Palmieri.
Optional Requriements:
gnome-python-libwnck - for displaying application icons next to the application
To run localy for testing:
./d-feet --local-dirs
or
./d-feet -l
To install:
setup.py install
Product's homepage
Here are some key features of "D-Feet":
· View names on any bus
· View exported objects, interfaces, methods and signals
· View the full command line of services on the bus
· Execute methods with parameters on the bus and see their return values
Requirements:
· Python
· PyGTK
· D-Bus
· D-Bus Python > 0.82.3
What's New in This Release: [ read full changelog ]
· Add the ability to specify a bus on the command line using the --bus-address or -a switch (jdahlin)
· Fix up some UI bugs (jdahlin)
· Move project to gnome.org