SUMMARY This version of Konsole seems to have lost the menu entries to allow us to hide the Main and Session toolbars. STEPS TO REPRODUCE 1. Click on the Settings menu OBSERVED RESULT There is no long a sub menu which allows us to hide the toolbars. EXPECTED RESULT We should be able to hide toolbars. SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.22.2 KDE Frameworks Version: 5.83.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Note: I can right click the menu bar in Konsole and I can use a pop menu that appears to hide the toolbars however this option only works if I have the "Remember window size" configuration option enabled. Here is a copy of my ~/.config/konsolerc [Desktop Entry] DefaultProfile=openSUSE.profile [FileLocation] scrollbackUseCacheLocation=true scrollbackUseSystemLocation=false [KonsoleWindow] SaveGeometryOnExit=false ShowWindowTitleOnTitleBar=true [MainWindow] State=AAAA/wAAAAD9AAAAAAAABQIAAALNAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAIAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgAAAAAA/////wAAAAAAAAAAAAAAHABzAGUAcwBzAGkAbwBuAFQAbwBvAGwAYgBhAHIAAAABxf////8AAAAAAAAAAA== StatusBar=Disabled ToolBarsMovable=Disabled [TabBar] NewTabBehavior=PutNewTabAfterCurrentTab TabBarPosition=Top
Caused by https://invent.kde.org/utilities/konsole/-/commit/b43548b22c4844db95c628a508199518bd3f4350
According to: https://api.kde.org/frameworks/kxmlgui/html/classKXmlGuiWindow.html#ae5ac6ec22a61a4d854600c0f5a41e8d4 >Warning > If you are calling createGUI yourself, remember to remove the Create flag from the options parameter. Also, call setupGUI always after you call createGUI. If there is a work around I can apply to the config file for the time being, please let me know.
*** This bug has been marked as a duplicate of bug 430036 ***