By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2471

Summary: Closing a konsole window requires selecting 'quit' even if there are other windows open
Product: TDE Reporter: Bob Freeman <bobfreeman>
Component: tdeutilsAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: normal CC: bugwatch, michele.calgaro
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2968    

Description Bob Freeman 2015-07-05 08:40:39 CDT
If you click the close icon on a konsole window with 2 or more tabs it gives a warning, as it should. However to close the window you have to select 'Quit' to make it happen, which is scary because you may have other windows you want to keep. The option should be labeled 'Close window'.

If you do select 'Quit', the application does not quit, it just closes that window. So it is just a mislabeling of the button in the dialog.
Comment 1 Michele Calgaro 2015-07-07 05:17:34 CDT
> If you do select 'Quit', the application does not quit, 
> it just closes that window.

No, not really. Without "detached sessions" the application *does* quit. You may have multiple konsole windows open, each using a different process, so when you quit, a process gets terminated.

It is a different case when there are "detached sessions": in this case the window and the sessions on the current window are closed, while the detached ones remains open. The process does not terminate until the last detached session is closed.

IMO, the "Quit" button should say something like "Exit Konsole" and the dialog window should be customized so that if there are detached sessions, a checkbox is displayed and gives the user the choice to close only the current window or all the detached sessions that originated from the current konsole process.