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



Hi!

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/gnome-panel/trusty/view/head:/debian/patches/40_unset_menuproxy.patch

Seems that unsetenv("UBUNTU_MENUPROXY"); does not work. Changed that line to setenv ("UBUNTU_MENUPROXY", "0", TRUE); and appmenu almost works. Applets does not disappear, but there might be other problem... for example in gedit I can access menu, but labels are missing in panel.

--
Alberts Muktupāvels


On Tue, Feb 18, 2014 at 8:13 PM, Dmitry Shachnev <mitya57 ubuntu com> wrote:
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
_______________________________________________
gnome-flashback-list mailing list
gnome-flashback-list gnome org
https://mail.gnome.org/mailman/listinfo/gnome-flashback-list

Attachment: Screenshot from 2014-02-18 21:25:31.jpg
Description: JPEG image



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