On Tue, 4 Jun 2002 18:49:00 +1200
Michael Adams <[EMAIL PROTECTED]> wrote:

> How does one get a terminal (Konsole window) to open AND start running
> a script in one action from an icon?
> 
> I can run a script from an icon or i can open a Konsole window from an
> icon. But i can't get the window to load and run the script from the
> icon. Heres my sample script.
> 
> -------
> #!/bin/bash
> 
> #Start the client as a background task
> /usr/games/civclient &
> sleep 1
> 
> #Start the server
> /usr/games/civserver --file m.sav.gz
> -------
> 
> This server needs to be run in an interactive terminal to start it. Of
> course it's for work you understand ;-)
> 
> -- 
> Michael

In xfce you can click the 'run command' button and there's an option to
open it in a terminal. Maybe there's a similar option in kde. I know
this isn't exactly as you want, but it's a start.

Bill

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to