| Summary: | Confirm konsole termination if not idle | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Luke Worth <luke_worth> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Luke Worth
2004-08-22 16:04:54 UTC
There is already 2 ways konsole will ask you if you want to actually close the session/window. 1. If you have more than 1 session open and you try to close them all. %grep Quit $KDEHOME/share/config/konsolerc WarnQuit=true 2. If you close a session grep ConfirmClose $KDEHOME/share/config/konsolerc ConfirmCloseSession=true With these there should be no 'accidently' closing of sessions. #2 may only be kde3.3. |