1. /View/Menubar 2. Execute xfce4-settings-editor 3. Select "thunar" 3. Check "last-menubar-visible" I think there should be a button with a menu like Midori has when its menu-bar is hidden.
There are F10, Ctrl+M.
When main menu is hidden, F10 displays a context menu with New Tab / Close Tab. Some may accidentally select Menubar Ctrl+M and would not notice that they can restore the main menu by using Ctrl+M.
It would probably be more helpful if pressing the <alt> key would restore the menu temporarily, as it can be done in firefox and other apps.
Changed F10 to Alt_L in http://git.xfce.org/xfce/thunar/commit/?id=9283ed8fd5ff7c7cf7a089a528e26784a3a04eca This seems to be standard in other apps, and it makes more sense because Alt+<key> is usually used for menu mnemonics (which still works). Many users do not know about F10 nor will they remember Ctrl+M, so if they play with hiding the menu bar or trigger it accidentally, then they might not have an idea how to restore it, which is great for support people. I will document this better later on the thunar wiki page.
After some more testing, I found unfortunately there is a problem with the patch and I will need to revert it. When the menubar is hidden, shortcuts with the Alt modifier (like Alt + Left, Alt + Right) will perform their action correctly but toggle the menubar too, and it is not simple to prevent this, ruining the experience for users that like the menubar hidden. Changes in various places would be required to accomplish this, which makes it more complicated. I will think about a proper solution later.
*** Bug 12303 has been marked as a duplicate of this bug. ***
Related, but not a duplicate: Bug 13868
(In reply to alexxcons from comment #7) > Related, but not a duplicate: Bug 13868 well .. actually it is a duplicate *** This bug has been marked as a duplicate of bug 13868 ***