Thu 13 Dec 2007
A new D-Feet D-Bus Debugger has been released. Some cool new features have been added and a lot of the code has been reorganized.
- no longer restricted to the System and Session busses
- using the connection dialog you can attach to any bus address you need
-

- each bus tab is restored on startup if the address exists
- execute button makes executing methods more descoverable
- button in toolbar become sensitive when you select a method from the introspect data


- icons show up if app associated with a name has a toplevel window
- based on libwnck so the application needs to have mapped a toplevel window

- initial support for icons on introspect nodes
- syntax highlighting and nicer formatting for methods and signals
- unicode arrow used for return values of methods (Ray Strode)

- support for property lists in the introspect data (Marcel Holtmann)
- move to gtk.Builder for UI
- requires PyGtk >= 2.12.0 and Gtk+ >= 2.12.0
Get It
- tarball: http://johnp.fedorapeople.org/d-feet-0.1.6.tar.gz
- git: git clone git://git.fedoraproject.org/git/hosted/d-feet

December 14th, 2007 at 6:33 am
I have not access to report a bug on the project site, so I am reporting a tiny bug in patch format here
— a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ dist = setup(name=’d-feet’,
scripts=['d-feet'],
packages=['dfeet', 'dfeet/_ui'],
data_files=[
- ('share/dfeet', glob.glob("ui/*.glade")),
+ ('share/dfeet', glob.glob("ui/*.ui")),
('share/icons/hicolor/48x48/apps', ['ui/dfeet-icon.png']),
(’share/applications’, ['ui/dfeet.desktop']),
]+I18NFILES+HELPDOCS+HELPIMAGES+OMFFILES
December 14th, 2007 at 12:34 pm
That is fixed in 0.1.6, that bug was in 0.1.5 which I never released (well it was added to the download directory but I never announced it). Why do you still see that bug?
December 16th, 2007 at 12:56 am
ah, apparently the latest revisions weren’t pushed to the master git repo. Fixed, thanks.