Bug 257089

Summary: Another "bug" about the "Show menubar" option
Product: [Applications] dolphin Reporter: Matteo Varalta <matteovaralta91>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 4.6.0
Attachments: Example image

Description Matteo Varalta 2010-11-16 19:49:40 UTC
Version:           unspecified (using KDE 4.5.3) 
OS:                Linux

"Show menubar" in dolphin is the first voice of the menu

Reproducible: Always

Steps to Reproduce:
Open dolphin
If there is the menu bar, press CTRL+M to hide it
Click on a white part of the window: it's the first voice



Here, https://bugs.kde.org/show_bug.cgi?id=257065 , the voice "Show menubar" will  be not visible when I click on a file or a folder, but when I click on a white part of the window the voice "Show menubar" is the first... This is not comfortable!
Usually users when click with the right button on a part of the window want to create a new file o directory... And this must be the first voice! I think "Show menubar" must be the previous one of the last ("Proprieties") or "Resource"...

Maybe it is better if the tick at the left of the "Show menubar" voice will be delete: it is useless because the voice isn't showed when there is the menubar
Comment 1 Matteo Varalta 2010-11-16 19:52:20 UTC
Created attachment 53472 [details]
Example image
Comment 2 Peter Penz 2010-11-17 20:09:54 UTC
SVN commit 1198181 by ppenz:

Move the "Show Menubar" entry from the top to the bottom. For users that have hidden the menubar on purpose having this as first item makes no sense.

BUG: 257089
FIXED-IN: 4.6.0


 M  +6 -5      dolphincontextmenu.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1198181
Comment 3 Peter Penz 2010-11-17 20:13:14 UTC
I've moved it to the bottom now :-) I left the tick at left currently, as removing it would only be possible by some minor hacks in Dolphin (internally the same action as in the menu is used, which usually makes sense -> it is also shown the same way).
Comment 4 Matteo Varalta 2010-11-17 20:33:49 UTC
Thanks! :)