Version: 1.3 Beta (using KDE 3.1.94 (CVS >= 20031206), compiled sources) Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice) OS: Linux (i686) release 2.6.0-gentoo For right-click on console context menu, since there is an option to Show Menubar when hidden, why not Hide Menubar when shown for consistency? Cheers
hiding the menubar alters the RMB menu much more and the task is to have a clean RMB menu not a crowded one
I think there should be a Hide/Show menubar text. It is easy with the new setCheckedState in kdelibs CVS. I don't understand what Stephan means in comment #1. When the menubar is visible, the menu text is "Hide Menubar". When the menubar is hidden, the RMB has "Show Menubar". Makes sense to me.... --- konsole.cpp.orig 2004-02-10 01:46:34.252558584 -0500 +++ konsole.cpp 2004-02-10 01:51:01.448938560 -0500 @@ -419,6 +419,7 @@ { showMenubar->plug ( m_rightButton, index ); m_rightButton->insertSeparator( index+1 ); + showMenubar->setCheckedState( KGuiItem( "Hide &Menubar", "showmenu", QString::null, QString::null ) ); } index = 2; m_rightButton->setItemVisible(POPUP_NEW_SESSION_ID,true);
O.K. I see that the original question was wanting to have a "Hide Menubar" in the RMB.