[konsole] [Bug 185140] Konsole should send EOF before closing tabs
Ahmad Samir
bugzilla_noreply at kde.org
Sun Aug 1 15:08:58 BST 2021
https://bugs.kde.org/show_bug.cgi?id=185140
--- Comment #15 from Ahmad Samir <a.samirh78 at gmail.com> ---
So far it looks like:
- it would be better to not send EOF manually, if the user sends an EOF when
closing, then that's a the "nice" way of closing a shell (bash specifically,
since that's what the links in this report were talking about) and a background
process would stay running
- otherwise we send SIGHUP, and a background process (if any) is killed
The user can always use `foo & disown`, if the requirement is to always leave a
background process running, regardless of how the terminal emulator window is
closed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list