Comment 6 for bug 659931

Revision history for this message
David Barth (dbarth) wrote :

Ultimately this is a bug in the menu items interceptor code that translates menuitems calls into their dbusmenu equivalents.
I've looked quickly into the SWT code and they really seem to be doing "normal" calls to the GTK menu system, albeit using a lot of dynamic updates to push menus.

It would be worth using a sample SWT program as a test case to improve the robustness of the dbusmenu-gtk code.