Bug 50094 - close delay/pause after -e command execution
Summary: close delay/pause after -e command execution
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.1.3
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 04:35 UTC by 623402
Modified: 2002-11-03 10:17 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 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.