You are not logged in.
Hi
since some time kde konsole shows by default an ugly annoying "toolbar" controlling window split options.
Where can I disable this? Is this controlled by general KDE Settings or on the konsole settings level?
There is no konsole setting "disable tool bar" as there is one for disabling the menu bar.
I want a clean empty konsole window without ANY menus or stuff or any visual GUI element!
Thanks
Last edited by gen2arch (2021-08-16 17:37:51)
Offline
Does this help?
edit:
~/.local/share/kxmlgui5/konsole/konsoleui.rc
by commenting:
<!--<ToolBar name="mainToolBar">
<text>Main Toolbar</text>
<index>0</index>
<Action name="new-tab"/>
<Action name="split-view-left-right"/>
<Action name="split-view-top-bottom"/>
</ToolBar>-->https://anadoxin.org/blog/removing-unwa … e-toolbar/
Last edited by kokoko3k (2021-08-16 17:05:01)
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
Thanks a lot! That points in the right direction!!
Indeed, editing konsoleui.rc removes the "Main toolbar", but it leaves the "Session toolbar" still visible (with entries for "paste" and "find"); and there is no entry in konsoleui.rc for this session toolbar; any idea how to get rid of this also?
Does this help?
edit:
~/.local/share/kxmlgui5/konsole/konsoleui.rc
by commenting:<!--<ToolBar name="mainToolBar"> <text>Main Toolbar</text> <index>0</index> <Action name="new-tab"/> <Action name="split-view-left-right"/> <Action name="split-view-top-bottom"/> </ToolBar>-->
Offline
I found the solution for the "Session toolbar" too: its in
.local/share/kxmlgui5/konsole/sessionui.rc
Commenting the "sessionToolbar" entry in the way kokoko3k describes, solves the problem!
<!--<ToolBar name="sessionToolbar">
<text>Session Toolbar</text>
<index>1</index>
<Spacer/>
<Action name="edit_copy"/>
<Action name="edit_paste"/>
<Action name="edit_find"/>
</ToolBar>-->Thanks again!
Last edited by gen2arch (2021-08-16 17:46:15)
Offline
A big THANKYOU.
Offline