Conversation
|
This AppImage contains binaries built on 24.04, and it does not work on Ubuntu 20.04, as its GLIBC version is too old. It should work on 22.04 though. I also tried building another AppImage, this time with binaries built on 20.04, and then obviously it does work on 20.04, but unfortunately then it doesn't work on the latest 24.04, because Wayland introduced some breaking change, which is not backwards compatible, so it crashes with a "can't find endpoint" error. The only realistic way for me to make it work is by saying that 20.04 is not supported by this AppImage, unfortunately. |
|
Does not run on the oldest still-supported Ubuntu LTS. libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found Please build on a system no newer than the oldest still-supported Ubuntu LTS. |
I have a build for 20.04, it doesn't work on 24.04 due to breaking changes in Wayland. Would it be better if I submit that? |
|
If you can build a pure X11 version without Wayland, that would be best. It will also run under Wayland thanks to Xwayland. Thanks! |
|
The build is done by PyInstaller on a CI agent without either Wayland or X installed, and those dynamic linker errors are thrown by Qt libraries, so it will likely take me days or even weeks to figure out how to build an X11-only version. I guess I'll just wait till May and then resubmit. It's not urgent. Thanks! |
No description provided.