> I have a little log analysis perl script that I am trying to run. When starting form 
>a terminal it works fine with the following in an executable script;
> #! /bin/bash
> echo "Mail Stats Log Analysis"
> echo ""
> su - root -c "DISPLAY=$DISPLAY; export DISPLAY; aterm -bg black -fg yellow -e perl 
>/usr/bin/sm.logger"
> When I setup a desktop shortcut and run the same thing with terminal window checked 
>I a quick screen flash of the window and it is gone. How do I keep it around?


When running things through a terminal screen the -e flag tell it to
execute the following
kvt is the kde terminal
EX:
kvt -e telnet my.com

That will bring up a terminal and then have it execute the command telnet
my.com

Regards,
   Gavin ([EMAIL PROTECTED])
********************************************************************
      ENTER.NET - "The Road to the Internet Starts Here!" (tm)
  (610) 437-2221 * http://www.enter.net/ * email:[EMAIL PROTECTED]
********************************************************************

Reply via email to