GNOME Bugzilla – Bug 738874
Mac OS X quartz: app menu and menu bar not showing
Last modified: 2015-03-12 12:25:00 UTC
Created attachment 288953 [details] trivial testcase to demonstrate the bug Using gtkmm 3.14.0 built with native quartz support on Mac OS X I could not get the app menu or menu bar showing. It seems to work fine on Linux (Fedora 20) though. No idea if this is necessarily related to gtkmm, it is possible this bug is also present in gtk itself. The result is that any application, when activated displays nothing in the top menu bar, apart from the Apple logo. This appears to occur for even the most basic examples that do not explicitly set the menu bar or app menu. If I understand the manual correctly, some basic menu items should be produced in this case. The bug can be reproduced with the example (with explicitly set app menu and menu bar) from the gtkmm documentation at https://github.com/GNOME/gtkmm-documentation/tree/master/examples/book/application/app_and_win_menus Alternatively, try the trivial example in the attachment, which sets neither app menu nor menu bar. (original link: http://forum.gtkd.org/groups/GtkD/thread/238/) Test platform: Mac OS X 10.8.5 gtkmm 3.14.0 (built with MacPorts and with quartz support) gtk 3.14.3 (built with MacPorts and with quartz support)
I haven't got a Mac or access to OS X. As expected, the bug can't be reproduced on my Ubuntu 14.04 system. Do you think it's related to the gtk+ bug 735122?
Probably… hope they will include a patch in the next update of Gtk. I will close this bug-report once I can verify that it's fixed.
I guess that this is fixed now via the GTK+ bug.
The gtk+ bug 735122 is fixed in gtk+ 3.15.3 and later. Tom, can you check if it fixes your problem.
I assume that this is fixed via the GTK+ bug fix.