linux standalone not recognized in ubuntu

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
mattmaier
Posts: 109
Joined: Fri Apr 19, 2013 2:49 am

linux standalone not recognized in ubuntu

Post by mattmaier » Sun Dec 15, 2013 12:35 am

I made a simple text editor and saved it as a standalone in windows and linux.
The windows version runs just fine.
When I try to open the linux version in ubuntu it gives me an error message:
Could not display
The file is of an unknown type

Interestingly, ubuntu recognizes the windows version as an application and tries to run it. Fails, but at least it knows what to do.

There don't seem to be a lot of options/resources on this particular subject. The settings are literally just a few checkboxes. Every tutorial just says "also linux." The user guide devotes less than one line to it.

I'm not even sure what could be wrong at this point. It seems like it's supposed to just work.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: linux standalone not recognized in ubuntu

Post by FourthWorld » Sun Dec 15, 2013 1:28 am

Did you build on Windows or Linux? If you build on another platform and transfer to Linux, the Linux execution permissions won't be there since other OSes have no concept of that.

To run an executable copied from another platform, right-click on it to bring up the Properties window, where you'll find a checkbox to set the executable bit.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply