Skip to content
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

AppImage build fails to start with QT_QPA_PLATFORM=wayland-egl #33

Open
jplatte opened this issue Oct 11, 2023 · 2 comments
Open

AppImage build fails to start with QT_QPA_PLATFORM=wayland-egl #33

jplatte opened this issue Oct 11, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@jplatte
Copy link

jplatte commented Oct 11, 2023

… while other QT apps run just fine. Full error message:

This application failed to start because it could not find or load the Qt platform plugin "wayland-egl"
in "".

Available platform plugins are: xcb.

Reinstalling the application may fix this problem.
[1]    103632 IOT instruction (core dumped)  mcpelauncher
@ChristopherHX
Copy link
Member

The AppImage is an x11 app based on ubuntu 16.04, it's expected to be used in x11/xwayland.

Forcing it to wayland is not supported and will never work without starting from scratch.

@ChristopherHX
Copy link
Member

The flatpak is an wayland and x11 app, it's not feasible for a single developer to support all configuration without help.

The flatpak only works on pure wayland, because it doesn't support touch input and is compiled with glfw

@ChristopherHX ChristopherHX added the help wanted Extra attention is needed label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants