
QDBusGui
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a tool for dbus. It lists all session services together with its paths, interfaces, methods and properties. The program also supports calling simple dbus methods that doesn't have any arguments.
To install (qt4 and qt-dbus is required ):
1. Uncompress the file and cd to the qdbusgui directory.
2. > qmake
3. > make
and run:
> ./qdbus
peterlowrie
14 years ago
Report