KMenu & shell script
Posted
by
allenskd
on Ask Ubuntu
See other posts from Ask Ubuntu
or by allenskd
Published on 2010-12-29T17:12:25Z
Indexed on
2010/12/29
18:00 UTC
Read the original article
Hit count: 550
I'm trying to make a very small shell script with a simple command and add it up to the KMenu.
Well, thing is that once it launches the shell script, it closes it fast and I want to leave it open because the shell script attempts to create run a web application using a framework.
I tried with this first
#!/bin/bash
play run /home/david/Projects/ZS
then I tried with this
#!/bin/bash
konsole -e play run /home/david/Projects/ZSBlackboard
In terminal, it runs perfectly, but in launcher.. not so much
Any solution or suggestion is appreciated, thanks
© Ask Ubuntu or respective owner