For both, I did chmod +x nowire
when I click in ubuntu, the shell script runs
when I click in redhat, the file opens in a wordprocessor, not matter
what I do.
ubuntu has gnome and the redhat has kde, which may be the problem (?)
but i want the script to run in redhat. what am I missing?
rK
Just a WAG, have you tried right clicking the shortcut, properties and
playing with the run in terminal or some such items?
i don't know why it works on ubuntu
rK
Could be the difference between running the script with the userid's
default shell rather than a specific shell (bash).
How about:
chmod a+x ./nowire
Try going to the command line and typing the complete path -
/home/rabbit/nowire and see what happens. If it doesn't work try
either "sudo" or switch users to root.
Check, are the permissions correct? If they are then certainly one of
these methods should run the program or give an informative error
message.
Another thing (I don't use KDE) is bash the shell program in KDE?
Cheers,
John B.
(johnbslocombatgmaildotcom)