I just upgraded to latest Mate and im trying to install X-plane 10 by just running the installer file. I own the file and It is set to executable in permissions but Caja gives the error
“There is no application installed for executable files”.
You are right, it should run from a double click in the file manager. But, just as a temporary workaround, have you tried running the executable from inside a terminal? Is it a “.run” file?
I would imagine you would run it with the following command:
Okay, so, weirdly you seem to have two problems occurring simultaneously. Firstly, that you do not have the requisite software to run an executable from the file manager and, secondly, that the permissions on the file and/or your user permissions are not sufficiently elevated to run it from a terminal
I am now at a loss.
Hopefully someone more knowledgeable than me can come on and help.
I guess the next thing I might do, if it were me, would be to get hold of some simple executable that I know works ordinarily and try and run it. I would do this just to satisfy myself that the problem lay with my system and not the executable itself.
I have dropped a copy in my UM 18.04 64 bit VM and it works. This is what I had to do
make the file executable. To do this, right click the file and select “properties”. Once, opened, click on the “permissions” tab and check the “allow executing file as program” checkbox. Then close the “properties” dialog box.
double click the file and the installer will open.
I know this will be of little comfort Henry. But, it seems it is a problem with either (a) your copy of the application or (b) your specific installation setup. It does not appear to be a general problem with UM 18.04 since it executed non-problematically in my UM 18.04 64 bit VM.
Have you tried the following:
Open a terminal where the file is located and copy and paste the following command into the terminal and press Enter (assuming your copy of X-Plane is X-Plane-11 and you have downloaded the Linux installer version):
sudo chmod +x 'X-Plane 11 Installer Linux'
(your copy and paste should include the apostrophes in the above command)
Now copy and paste the following command into the same terminal and press Enter:
./'X-Plane 11 Installer Linux'
(again, copy and paste all of the above, including the apostrophes)
Then come back on here and report precisely what happened, including any terminal output, if necessary.
People like you are a light in the world, Steve. Thank you so much for helping complete strangers. Iam in the process of reinstallation and I’ll report what happens. Fingers crossed.