Comment 12 for bug 1064962

Revision history for this message
Antonio Fernández (antonio-fernandez-vega) wrote : Re: Global menubar needs unfocus/refocus if opening a document directly from nautilus (empty otherwise)

Executing Writer with G_DBUS_DEBUG=message I can see that actions are correctly published on DBus when window is shown, but not the GMenuModel. GMenuModel gets published when focusing the window again.

Using D-Feet right after unfocusing the window, I can read the GMenuModel. Then, after focusing the window again, GMenuModel gets published and displayed on the menubar...

Very weird stuff... menu seems to be ready, but for some reason is not read from the other side. Could this be a mutex problem in LO or is this a synchronization problem in indicator-appmenu?