Using Alias with Run Application

If you define an alias, it will then run in the "Run Application" window. You can put a bash script in your home folder, make it executable, and use the following command to run it from "Run Application".

xterm -e ./myscript.sh

You can try to research the following to avoid using xterm.
Refer: link

Leave a Reply