Bug 87755

Summary: Confirm konsole termination if not idle
Product: [Applications] konsole Reporter: Luke Worth <luke_worth>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED NOT A BUG    
Severity: wishlist    
Priority: NOR    
Version: 1.3.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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.