← Back to team overview

unity-dev team mailing list archive

Re: [Ayatana-dev] Please help to debug Nautilus quicklist patch

 

On Thu, 2011-12-15 at 22:05 +0400, Dmitry Shachnev wrote:
> Here is my patch applied against Nautilus 3.2.1: [2]. It builds, but
> does neither display the quicklist nor print error message.

I'm not familiar with the libunity parts, but looking at the dbusmenu
code: I'd really recommend using the #defines that are available as it
ensures that there isn't a typo in things like the property names or
signal names.  The compiler can help you if you let it.

http://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/trunk.0.6/view/head:/libdbusmenu-glib/menuitem.h#L58
http://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/trunk.0.6/view/head:/libdbusmenu-glib/menuitem.h#L138

I'd look to see if there is a dbusmenu object on dbus using a tool like
d-feet.  That'd tell you if the menu is making it to DBus.

		--Ted

Attachment: signature.asc
Description: This is a digitally signed message part


References