this post was submitted on 19 Dec 2023
13 points (100.0% liked)

KDE

5238 readers
71 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

When we go to Konsole main menu » Settings » Toolbars Shown and check or uncheck any option, where does it get stored?

I checked ~/.config/konsolerc and it was not stored there.

I actually toggled them and checked all files in my system that were changed at the same time I toggled them and I still could not find.

My ~/.local/share/kxmlgui5/konsole/ has no files in it, both on Arch and Void Linux. I also tried creating a partui.rc file as well as konsoleui.rc to see if it would get populated when changing which toolbars are shown and which aren't but it did not work. My KDE Version is 5.27.10 on both distros.

you are viewing a single comment's thread
view the rest of the comments
[–] 2xsaiko@discuss.tchncs.de 2 points 10 months ago* (last edited 10 months ago) (4 children)

I'm pretty sure it's part of State under [MainWindow] in konsolerc.

[–] void_matrix@lemmy.kde.social 3 points 10 months ago* (last edited 10 months ago) (1 children)

That could be it as I don't understand those bunch of characters on the ~~status~~ state value, but if I copy the whole konsolerc file and on a fresh install paste it back the toolbars keep visible even if I had set them to be hidden before backing the file up.

[–] 2xsaiko@discuss.tchncs.de 2 points 10 months ago (1 children)

Not for me. I don't have a fresh install here right now, but if I move konsolerc and start Konsole, it comes up with the toolbars along with other default settings, if I move it back, the toolbars are gone again.

Here's my konsolerc (trimmed out some settings):

[General]
ConfigVersion=1

[KonsoleWindow]
RememberWindowSize=false
ShowMenuBarByDefault=false
ShowWindowTitleOnTitleBar=true

[MainWindow]
MenuBar=Disabled
State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAvsAAAAcAFMAUwBIAE0AYQBuAGEAZwBlAHIARABvAGMAawAAAAAA/////wAAAQABAAAD+wAAACIAUQB1AGkAYwBrAEMAbwBtAG0AYQBuAGQAcwBEAG8AYwBrAAAAAAD/////AAABbgEAAAMAAAQ+AAAC1AAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIAAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAAAAAAD/////AAAAAAAAAAA=
StatusBar=Disabled
ToolBarsMovable=Disabled
[–] void_matrix@lemmy.kde.social 2 points 10 months ago (1 children)

Oh my! Yours worked. Thank you very much, this was driving me crazy for days.

load more comments (2 replies)