Hopefully this won't necro everything, but...
The issue is that the executable flag isn't set. you can right click the file, go to properties, then permissions, then enable execution
For a more "global" solution that'll work, you can cd into the directory and use chmod u+x <filename> to enable it