You are not logged in.

#1 2021-08-16 16:48:48

gen2arch
Member
Registered: 2013-05-16
Posts: 207

SOLVED: How to unconditionally disable kde konsole toolbar?

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

#2 2021-08-16 17:01:29

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,469

Re: SOLVED: How to unconditionally disable kde konsole toolbar?

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

#3 2021-08-16 17:30:24

gen2arch
Member
Registered: 2013-05-16
Posts: 207

Re: SOLVED: How to unconditionally disable kde konsole toolbar?

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?


kokoko3k wrote:

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/

Offline

#4 2021-08-16 17:37:27

gen2arch
Member
Registered: 2013-05-16
Posts: 207

Re: SOLVED: How to unconditionally disable kde konsole toolbar?

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

#5 2021-08-16 18:12:43

NoSavvy
Member
From: Dorchester, Dorset, UK
Registered: 2013-01-23
Posts: 127

Re: SOLVED: How to unconditionally disable kde konsole toolbar?

A big THANKYOU.

Offline

Board footer

Powered by FluxBB