XOJO not Starting

Good Day. I just installed your product in Linux Ubuntu 14.10 Workstation.
I can see it in the list of software installed but when I click the icon to launch the EDI, nothing happens. Something I am missing here ?

Daniel

If your Ubuntu install is 64 bit you need to make sure the 32 bit libraries are installed.

Thai I didn’t know. In deed it is a 64 bits OS. Therefore I assume that I vahe to unstall XOJO and d/l the 32 bits ?

What come below is what I did:

On 64-bit Linux distributions, you will need to ensure the appropriate 32-bit compatibility libraries are installed in order to run Xojo or applications built with Xojo. Note that glib 2.0 might not be included in 32-bit library packages, so be sure to check or install it manually.

One of these commands usually works for Ubuntu:

sudo apt-get install ia32-libs
sudo apt-get install ia32-libs-multiarch

Newer versions of Ubuntu may require additional steps as well:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs-multiarch

and red/l XOJO Debian for Ubuntu 14.10

Now it launch a couple of time refering to a file not installed but now it won’t launch at all.

Daniel

You will want to install libicu as well.

Thans for the tips Mr Coleman but when I look at all those files, having a laptop based on x86_64 which one do I need and should downloaded ?

Regards Sir.

from https://forum.xojo.com/21745-libicu-not-found-in-ubuntu-12-04

sudo apt-get install libicu48:i386

Thank You !!! Heading there and will report later.