| Summary: | Kiosk mode (fullscreen, single window, single tab terminal) to support userspace VT features | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Neal Gompa <ngompa> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | ASSIGNED --- | ||
| Severity: | wishlist | CC: | dipesh, kdedev, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 25.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| See Also: | https://invent.kde.org/utilities/konsole/-/issues/48 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Neal Gompa
2025-10-10 21:55:57 UTC
It might make more sense to start with a minimal application around konsolepart. That way we don't have any toolbars etc to remove in the first place A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1158 (In reply to Bug Janitor Service from comment #2) > A possibly relevant merge request was started @ > https://invent.kde.org/utilities/konsole/-/merge_requests/1158 With that MR merged it will be possible to just use something like: ``` konsole --hide-toolbars --hide-tabbar --hide-menubar --fullscreen ``` |