[Konsole-devel] [konsole] [Bug 361256] New: Close/exit konsole on bash crash/termination
via KDE Bugzilla
bugzilla_noreply at kde.org
Thu Mar 31 22:14:06 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=361256
Bug ID: 361256
Summary: Close/exit konsole on bash crash/termination
Product: konsole
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
Assignee: konsole-devel at kde.org
Reporter: wlt at obsidian-studios.com
There are many times I want to end a bash terminal session without recording my
history. I use kill -9 $BASHPID to exit bash and not save my history. I do that
so often I have an alias for it, bye. Every time I do this on konsole, instead
of konsole closing/exiting, I get a message in red "Warning: Program
'/bin/bash' crashed."
Reproducible: Always
Steps to Reproduce:
1. Open konsole
2. kill -9 $BASHPID
3. manually close the konsole window
Actual Results:
Once bash crashes ( is killed ) and I must manually close the konsole window.
Expected Results:
Konsole would close/exit upon bash crash. That way when I do kill -9 $BASHPID,
it closes the window entirely. Which is what I want to happen in addition to
not saving history. I am done with that terminal window entirely.
There really is no benefit to keeping the window open after bash crashes. Maybe
for scrollback history, but in my case I specifically do not care about the
history. Thus not wanting bash to record it to file. There is nothing more that
can be done in that window. You cannot resume or restart the crashed/killed
bash session.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list