Bug 87755 - Confirm konsole termination if not idle
Summary: Confirm konsole termination if not idle
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.3.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-22 16:04 UTC by Luke Worth
Modified: 2004-08-22 18:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Worth 2004-08-22 16:04:54 UTC
Version:           1.3.2 (using KDE 3.2.3, Gentoo)
Compiler:          gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6)
OS:                Linux (i686) release 2.6.7-love5

There's a feature which monitors for activity, i think that if there is activity and you click the X button, or close the konsole, it should ask for confirmation. It's REALLY annoying when you have been compiling something for 2 hours then accidentally click the X button and kills the compile. So if there has been activity in the last few seconds, ask for close confirmation, otherwise don't.
Comment 1 Kurt Hindenburg 2004-08-22 18:48:50 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.