On a gtk3 build, you have to press f6 twice to access the menubar, while it is accessible by pressing f6 once on the gtk2 build and windows. The first pressing of f6 on gtk3 accesses the standard toolbar.
This might be a symptom of gtk3 builds incorrectly opening the gtk2 menubar (bug 101881).
Confirmed - but only when opened Writer from the start center. If I run "soffice --writer", it works like with gtk2.
I think with the native gtk3 menu its triggers registration of the others, inserting them first into the last list, during its update before it gets inserted itself. So ends up after them in the list.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=830ac71eca425caf04764076e3064b5f1ad05c52 Resolves: tdf#101879 explicitly put menubars at the start of task lists It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thanks caolan. Hope the fix can be back ported to 5.2 as i would assume it is also affected by this, but as i dont have a 5.2 gtk3 build, i cant confirm that. :D
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=436e616fead1c372827fd18fe388cfa6cf4049a3&h=libreoffice-5-2 Resolves: tdf#101879 explicitly put menubars at the start of task lists It will be available in 5.2.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.