Comment 6 for bug 743265

Revision history for this message
Xavier Bassery (xaba) wrote : Re: when using unity, the cities menu is not shown

The source file that creates the widget for the city screen is :
client/gui-gtk-2.0/cityrep.c (function create_city_report_menubar(void) )
The source file for the diplomacy screen is :
client/gui-gtk-2.0/diplodlg.c (function create_diplomacy_dialog(struct player *plr0, struct player *plr1) )

In both cases, the widgets are menuitems of a menubar.
But in Unity, application menus are moved to the indicator application menu.
I guess this is the reason why those unusually located menus disappear.