Hello everyone.
I have created and compiled a test application with Xojo Desktop on a Linux Mint system.
The compiled application runs normally on Linux Mint.
The application does not run on Kubuntu. I get the error : xojo.core.plattformnotsupportedexception
Does a Xojo desktop application have to be compiled on every target distribution? Or does it depend on the respective window system (Gnome, KDE etc.)?
Xojo apps do require some dependencies, notably libunwind. Not all distros have them out of the box.
Your error, though, looks different. I would expect this one if, for example, you built a 32-bit app and tried to run it on a 64-bit system. In this example, it could be that your Mint has the necessary 32-bit libraries, but your Kubuntu does not (but, again, they could be installed.)
I’m presuming, per my example, that the app build is also 64-bit. Worth a double-check. Anyway, that’s all I can think of offhand. I test against numerous Linux targets, but not Kubuntu.
Kubuntu and Ubuntu use the Snap universal packages now for a lot of things. Linux Mint banned snaps. I’ve used Xojo on older (like last version or two) Kubuntu Desktops. My guess is KDE isn’t the problem, snaps are.