Summary: | wishlist: konsole --hide-toolbar commandline option | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Duncan <1i5t5.duncan> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | nate, vkrevs |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Duncan
2020-12-05 07:31:54 UTC
(In reply to Duncan from comment #0) > What does affect me is again a different bug (which I plan on filing but I'm > doing this one first), that konsole has repeatedly lost its no-toolbar > setting. Now filed as bug #430036 Why not just turn off the toolbar if you don't like it? I don't really understand the use case for any of these --hide-[thing] args. (In reply to Nate Graham from comment #2) > Why not just turn off the toolbar if you don't like it? I don't really > understand the use case for any of these --hide-[thing] args. Keep in mind we're talking about a terminal here, which may often be called by scripts. I believe the intended use-case for --hide is scripts that want to present effectively a popup message, possibly with some limited interactivity, but where menubars/tabbars/toolbars/scrollbars don't make sense as the window isn't intended to be on screen long enough for them to be actually needed. Which makes the extra bars, etc, just more visual clutter. In some cases these aren't per-profile options so without the commandline --hide-X options they'd have to be toggled globally, and the user may not want that globally. Where they are per-profile, a single monolithic script file with a few extra characters on the konsole call line explicitly toggling off the <whatever> is a *lot* more convenient than having to worry about an entire additional custom profile file, located in an entirely different directory from the script, as well. (And that's assuming the profiles are contained in a single per-profile file, which I'm not entirely sure of without having to verify, but which I believe to be the case.) Certainly that's why I make use of such options here, even if it's just for my own use on a single computer. |