As an alternative to patching the Exec line, appmenu-gtk has an internal blacklist. If it's easier, we could solve 11.04's problem with an SRU to appmenu-gtk as well.
I looked into why ubuntu-local didn't work like you expected. I think I'll have a patch shortly. It was because appmenu-gtk has a bug that causes it to overwrite ubuntu-local sometimes. With this fix in place (in time for 11.10), you should be able to use ubuntu-local upstream. If you do, you probably want to guard setting it with something like: if (g_object_class_find_property (G_OBJECT_CLASS(GTK_MENU_BAR_GET_CLASS(menubar)), "ubuntu-local")) g_object_set(G_OBJECT(menubar), "ubuntu-local", TRUE, NULL); -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743265 Title: When using unity, the diplomacy and cities menus are not shown. To manage notifications about this bug go to: https://bugs.launchpad.net/appmenu-gtk/+bug/743265/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
