GNOME Bugzilla – Bug 705224
Empty menu items in main Gnote menu
Last modified: 2013-08-26 19:15:23 UTC
Not sure if this is intended but if it is, can we have those empty menu items replaced with normal menu separator instead? ( if those empty menu items are meant as separator between menu items ) http://i.imgur.com/mUhlpuu.png
They are separators in the Gnome-shell.
This way menu is built by GTK+ when desktop environment does not support application menu. Empty items are used to separate different sections. This is not a Gnote bug, if you want the different look, fill a bug for GTK+ with your proposal. I already filled one regarding empty first item.
Application menu? I suppose that's gnome3 shell only thing. Can you tell me which source file I should look at to change the menu to regular main menu? If you could give me a patch file for that I'd appreciate that even more
> Application menu? I suppose that's gnome3 shell only thing. Can you tell me > which source file I should look at to change the menu to regular main menu? If > you could give me a patch file for that I'd appreciate that even more When desktop has no support for application menu (AFAIK only Gnome Shell and Mac OS X do), application menu is the first item in window menu (the only one, if window has no menu). This is the case for Gnote, Ubuntu adds it's own thing by moving menu out of window. If you want to modify Gnote yourself, you can do it in gnote.cpp, both menu bar and application menu are set to Gtk::Application object.