I built my application but when I try to run it on ubuntu the screen says there is no application installed for executables.
am i missing something else i need for linux deployment?
Linux Build Running Issue
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Linux Build Running Issue
Deving on WinVista Home Prem. SP2 32 bit. Using LiveCode 4.6.1 Pro Build 1392
Re: Linux Build Running Issue
Hi,
Maybe you need to chmod it:
There's also a properties window for files in Ubuntu, which contains some useful settings for executables (such as setting to run instead of open as file).
Best,
Mark
Maybe you need to chmod it:
Code: Select all
chmod 755 /path/to/standalone
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Linux Build Running Issue
Yes, you need to set its executable bit. That's done in the Properties dialog. This is a very common operation in Linux, a lot of apps you download need to be set -- including, often, LiveCode itself.jesse wrote:I built my application but when I try to run it on ubuntu the screen says there is no application installed for executables.
am i missing something else i need for linux deployment?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Linux Build Running Issue
Thanks that helped me very much! It works now! 

Deving on WinVista Home Prem. SP2 32 bit. Using LiveCode 4.6.1 Pro Build 1392