|
Ripes has a cli mode to enable using it without a GUI. However, Qt still complains about the lack of a display. Usually I give "-platform offscreen" to Qt applications that I want to run without a display, but this platform plugin is not available in the Ripes AppImage. Is there something I have missed, or should the AppImage release be rebuilt to include the Qt offscreen plugin? |
Answered by
djupdal
Feb 23, 2024
Replies: 1 comment 2 replies
|
I'll close this discussion now as I have solved it by recompiling and creating a new AppImage myself. I created the appimage with linuxdeployqt giving the option "-extra-plugins=platforms/libqoffscreen.so". |
2 replies
Answer selected by
djupdal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll close this discussion now as I have solved it by recompiling and creating a new AppImage myself. I created the appimage with linuxdeployqt giving the option "-extra-plugins=platforms/libqoffscreen.so".