Try executing the file from the command line and see what feedback you get.
Perhaps you still have to make the file executable?
For example, if your executable file is called uterror.sh , you could go to the directory in a console/command line interface, and type this:
chmod +x uterror.sh
Or locate the file in Konqueror, right-click, go to 'Permissions' and make sure execute (x) permissions are allowed.
Tip: In Konqueror, there is a useful option in the menus on the top called "Tools -> Open (in) Terminal", which will open a terminal and take you straight to the directory which is displayed in Konqueror.
|