[Zorin OS 18 - Core Version] - Convertigo installation and usage

Hi, there! How've you been?

I've been using Zorin OS 18, and I'm really satisfied and positively surprised about the environment. It's very easy to migrate from Windows, and I'm still doing my experiences. If everything goes well, my intention is to purchase the Pro version.

However, I've been trying to install Convertigo, a low-code platform to develop software, which is Ubuntu-based, but I'm not being able to run it. I contacted Convertigo, and I'm still waiting for an answer, but in parallel I would like to check if anyone here has ever tried Convertigo on Zorin OS.

Best regards,
Fabrizio Sartori.

Can you make sure prerequisites are installed

sudo apt update && sudo apt install openjdk-11-jdk

After moving the application to /opt, if launching it does not start it, try instructing it to use Java 11

JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 /opt/convertigo/convertigo

I also recommend running it in X11 session. Wayland does not run well with it.

Hi, @Aravisian ! How've you been?

I looked for some more information on the Internet about how to run a X11 session in Zorin OS.

In the login page there is the gear icon on the right (bottom of the screen), and there it's possible to switch to X11 windowing system.

Then I could install the Convertigo platform here.

My idea is to use it on another computer, and in the Pro version, as soon as I finish some more testing here.

Thanks a lot for your help!

Best regards,
Fabrizio.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.