| title: | Re Launch bash script using desktop icon |
|
Hi,
I tried what you suggested and now a terminal window is opened but is
close at the same time so is not possible to visualize anything...
Mi shell script launches a java GUI, when I double click in the icon now
I see that if I make a top the java process is launched in the
background (even though I cant see anything but the terminal window
that opens and closes) and after a few seconds the process die...
Well, if someone had the same problem could provide me a solution?
Thanks,
e*
El mar, 24-02-2004 a las 18:15, Andrei Yurkevich escribió:
On 24 Feb 2004 18:02:33 +0100
Esther Parrilla Endrino <esther.parrilla@xxxxxxxxxxxxxxxx wrote:
I have created a desktop icon in my $HOME/.gnome-desktop folder that
launches a bash shell script, the code inside the *.desktop file is
something like:
[Desktop Entry]
Name=dummy
Comment=dummy Script
Exec=/home/foo/script.sh
Type=Application
You should run it in terminal. Change dommand to "gnome-terminal -e
/home/foo/script.sh"
Cheers,
Andrei
_______________________________________________
gnome-list mailing list
gnome-list@xxxxxxxxx
mail.gnome.org/mailman/listinfo/gnome-list mail.gnome.org/mailman/listinfo/gnome-list
--
~ Code matters more than comercials ~
--
_______________________________________________
gnome-list mailing list
gnome-list@xxxxxxxxx
mail.gnome.org/mailman/listinfo/gnome-list mail.gnome.org/mailman/listinfo/gnome-list
|