-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advice is needed. KOHighlights won't run on recent Linux releases. #50
Comments
Hi noembryo, many modern Linux systems are moving away from X11 as protocol to talk to the display server and are using wayland. instead. It looks like your appimage depends on X11. To verify this I tested 2 scenarios:
|
Thank you very much for your information. BTW, I don't suppose there is anything I can do to help here, is there? |
Hi, I am probably not a lot of help here when it comes to the PyInstaller parameters. Appreciating that you do a Linux version at all with your not so favorable experience with Linux, I still would suggest to move on from 18.04 to 23.04, the latest LTS release, with a support time of 5 years again. |
I don't use Linux, but I do try to build the KOHighlights app to be compatible with as many Linux system I can.
The way I do this, is by keep a semi-old (Xubuntu 18) image somewhere, and use it to compile the builds.
The reason I keep this old version, is to have compatibility with all the versions after this, since I read that this is the way Linux builds work. If something is compatible with 18 is also compatible with 20, etc.
And it was, until recently, working like this.
The newer releases of Linux(?) though, or the recent change from Python 2 and PySide to Python 3 and PiSide 6 in the app, changed this somehow (see #40 and #42 and #49), and I don't know how to fix it.
So any dev with Linux knowledge out there, that can help by pitching any ideas is really welcomed.. 🙏
The text was updated successfully, but these errors were encountered: