How to set up KUAL GUI launcher extension to launch kterm and run in same kterm?
#!/bin/bash
bin/kterm -e myapp.sh
exit
whilst their are a host of ways of getting kterm to open,
none as yet take -e option and run another script in the same terminal.
afaict using ps ax the myapp.sh runs, but not in the terminal....
How to do this so it works?
#!/bin/bash
bin/kterm -e myapp.sh
exit
whilst their are a host of ways of getting kterm to open,
none as yet take -e option and run another script in the same terminal.
afaict using ps ax the myapp.sh runs, but not in the terminal....
How to do this so it works?