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.
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.