GNOME Bugzilla – Bug 760368
workbench shows menubar under xfce
Last modified: 2016-05-30 22:47:30 UTC
example: http://i.imgur.com/i2dABbw.png we should disable the menubar always, since we aren't using it. Set "show-menubar" property to false in data/ui/ide-workbench.ui (in the toplevel IdeWorkbench template).
Created attachment 318594 [details] [review] Disable the menubar always
Review of attachment 318594 [details] [review]: This belongs after the <template ...>, and before the <child type="titlebar">
Created attachment 318633 [details] [review] Disable the menubar always
Review of attachment 318633 [details] [review]: ::: data/ui/ide-workbench.ui @@ +3,3 @@ <!-- interface-requires gtk+ 3.17 --> <template class="IdeWorkbench" parent="GtkApplicationWindow"> +<property name="show-menubar">false</property> Indentation is incorrect. Use <ctrl><alt>i in Builder (or == in vim mode) to fix the indentation and submit an updated patch.
Created attachment 318660 [details] [review] Disable the menubar always
Review of attachment 318660 [details] [review]: Not sure what happened, but you've added a backup file (indicated by ~).
Created attachment 318661 [details] [review] Disable menubar always
Created attachment 318663 [details] [review] Disable menubar always.
Review of attachment 318661 [details] [review]: LGTM, thanks for the fixes!
Review of attachment 318663 [details] [review]: Ah great, this uses - instead of _, which is my preference.
Comment on attachment 318663 [details] [review] Disable menubar always. Pushed. I want to have someone on Xfce test this though, before we close the bug.
I just confirmed in XFCE that you fixed this in 7411fa9f1c2f7fb80f0251cb2e438aab07426b09 so we should be able to close this bug.
Thanks!