| Summary: | "Close Session" behaving as "Close Terminal" when session is split into several terminals. | ||
|---|---|---|---|
| Product: | [Applications] yakuake | Reporter: | silentz0r <d.misdanitis> |
| Component: | general | Assignee: | Eike Hein <hein> |
| Status: | REPORTED --- | ||
| Severity: | minor | CC: | shgr11111 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
silentz0r
2014-12-15 13:31:12 UTC
This is not fixable because that context menu is provided by the Konsole KPart component which Yakuake embeds. The naming "Close Session" there is accidental and unrelated to Yakuake's idea of sessions. (You'll notice the "Close Session" on Yakuake's own tab context menu works correctly, as will the keyboard shortcut named like that.) I see. I'm on Arch, Konsole 2.14.2 and yakuake 2.9.9, and the behaviour is different. Performing CTRL+D (or close session) on yakuake closes the current terminal, leaving the session open, while on Konsole it closes the entire session (and is actually named "close tab"), so it doesn't seem like the exact same context. That's not the relevant shortcut. Ctrl+D is a bash shortcut that terminates the shell, which is the process running in the terminal emulator (the KPart) which then decides to destroy itself, causing Yakuake to close the split. Yakuake's own "Close Session" shortcut is Ctrl+Shift+W by default (the same as "Close Tab" in Konsole); see the "Configure Shortcuts" dialog in the main menu. I see. Do you reckon I should report this as a Konsole bug then? It's nothing major, but ideally it should be renamed and both functions should be present. Yeah, probably. From Konsole's POV the bug is this: In the KPart, the context menu action should just be called "Close" instead of talking about "Session". From Yakuake's POV, it would be nice if the context menu was modifyable or at least extensible. This issue is still present after 6 years. Konsole's `Close tab` works correctly and doesn't quit the program. Yakuake quites although there are other opened tabs. |