[konsole] [Bug 401898] Closing a tab is slow with something written on the prompt
Ahmad Samir
bugzilla_noreply at kde.org
Fri Aug 13 13:57:55 BST 2021
https://bugs.kde.org/show_bug.cgi?id=401898
Ahmad Samir <a.samirh78 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/util
| |ities/konsole/commit/3d967a
| |597472a75b2afbd75afb20d7f44
| |a3881f2
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #17 from Ahmad Samir <a.samirh78 at gmail.com> ---
Git commit 3d967a597472a75b2afbd75afb20d7f44a3881f2 by Ahmad Samir, on behalf
of Christoph Cullmann.
Committed on 13/08/2021 at 12:57.
Pushed by ahmadsamir into branch 'master'.
improve session closing behavior
the new session close behavior is again the old
- first send SIGHUP and wait one second if that works
- then hard kill
before we tried to send an EOF character
this needed workaround to not kill "non shell" programs
unexpected and doesn't work e.g. if
- you have some not finished command input in your shell
- on e.g. FreeBSD in general
When closing the session with some background process still running:
- using Ctrl+D (which sends EOF) will leave that background process running
(which is the expected behaviour with e.g. BASH:
https://lists.gnu.org/archive/html/bug-bash/2009-03/msg00091.html)
- using e.g. the close button on the titlebar will close the session and kill
any background processes
You can also use 'somecommand & disown', if you want to ensure background
processes
aren't killed when you close a konsole window.
Related: bug 185140
M +0 -16 src/Pty.cpp
M +0 -5 src/Pty.h
M +7 -18 src/session/Session.cpp
https://invent.kde.org/utilities/konsole/commit/3d967a597472a75b2afbd75afb20d7f44a3881f2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list