Re: [gnome-flashback] [Gnome-Flashback] Global-menu(Indicator-applet-appmenu) bug on gnome-panel



Hi Alberts,

On Fri, Feb 7, 2014 at 3:46 PM, Alberts Muktupāvels
<alberts muktupavels gmail com> wrote:
You can try it by creating simple test program. Applets will disappear
launching following code:

int
main (int argc, char **argv)
{
    gtk_init (&argc, &argv);

indicator_object_new_from_file("/usr/lib/indicators3/7/libappmenu.so");
    gtk_main ();
    return 0;
}


So it is bug in libindicator or in indicator-appmenu. And it may not be a
bug at all, maybe it is meant to work like that. Just indicator-appmenu is
not compatible with gnome-panel anymore.

My wild guess is that this is caused by unity-gtk-module, which tries
to remove gtkmenubars from everything (including panel applets).

When starting gnome-panel with env UBUNTU_MENUPROXY= (empty string),
adding appmenu applet no longer breaks application/places menu, but
still breaks other indicators (perhaps because they use separate
processes).

Will continue investigations later.

--
Dmitry Shachnev


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]