I wrote the following
#!/bin/bash
cd ~/bin/red5-1.0.0
gnome-terminal --working-directory=. -x red5.sh
red5.sh is the script to run (this is java written media server).
My script above opens new terminal but with error message
There was an error creating the child process for this terminal
Failed to execute child process "red5.sh" (No such file or directory)
What can be the cause? I am at Ubuntu 11.10
