I know many will think of marking this as duplicate but I have gone through all of the previously answered questions but none are fixing my concern.
I have downloaded some tarball and extracted them using the GUI and when I try to check the Allow executing file as program" on the executable files inside... Properties of the file say -
Type: executable (application/x-executable)
the checkbox gets auomatically unchecked.
Here's a screenshot of File Permissions.
I have given chmod +x on the files too and the drive is ext4 type.
What shall I do to enable the check box?
Thanks in Advance!
chmod +x
, can you run the app from the terminal? – muru Jul 19 '14 at 04:54./blender
or/path/to/blender
– muru Jul 19 '14 at 05:02file <downloaded_file_u_r_trying_2_execute>
?. Apparently its the blender executable. Why dont you justsudo apt install blender
? – Jay Aurabind Jul 19 '14 at 05:03