brownsr / d-feet

D-Feet is an easy to use D-Bus debugger. D-Bus is a messaging library used on the Desktop. D-Feet can be used to inspect D-Bus interfaces of running programs and invoke methods on those interfaces.

Home Page:http://live.gnome.org/DFeet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to D-Feet (https://wiki.gnome.org/Apps/DFeet)

Requirements:

python >= 2.7
python-gi >= 3.3.91
gtk >= 3.6

Optional Requriements:

gnome-python-libwnck - for displaying application icons next to the application 

To run localy for testing:

DFEET_DEBUG=1 ./src/d-feet

To install:

./configure && make && make install

About

D-Feet is an easy to use D-Bus debugger. D-Bus is a messaging library used on the Desktop. D-Feet can be used to inspect D-Bus interfaces of running programs and invoke methods on those interfaces.

http://live.gnome.org/DFeet

License:GNU General Public License v2.0


Languages

Language:Python 99.4%Language:Shell 0.6%