Bug 50094

Summary: close delay/pause after -e command execution
Product: [Applications] konsole Reporter: 623402
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.1.3   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description 623402 2002-11-03 04:35:07 UTC
Version:           1.1.3 (using KDE 3.0.3)
Installed from:    SuSE
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

I am using konsole/xterm to run a console command using the -e option.
I want the window to stay open when the command has finished in one of the following ways
-for a specified number of seconds, then close automatically,
-as above, but stays open if you click on it.
-until the user presses any key or closes the window
-running until the user closes the window or types "exit", ie so the user can do more commands if the want.

I also would like an option that disables the startup tip display. This should probably be a general KDE option for all applications.
Comment 1 Stephan Binner 2002-11-03 10:17:05 UTC
Konsole 1.2 in KDE 3.1 has a parameter:     
    --noclose                 Do not close Konsole when command exits    
    
And you can disable the tip display by unchecking its "Show tips on startup" 
option.