On 03/29/2010 01:48 PM, Jim wrote: > FC12-KDE-4 > > Shell files (/bin/bash) won't execute when Left clicking on them, single > or double click. > > They won't even execute if I tell them "Open With" Konsole, Konsole will > open , but file won't execute. > > If I do a bash "filename" then it will execute in konsole. > Typically, if the script executes correctly with "bash" in front of it, it means that you don't have the execute bits set on the file. Check the rwx settings on the file and see that they have "x" in there. If not then "chmod +x" the file and then try to run it. Kevin -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines