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

Qt5 applications not working any more (missing wayland-egl platform plugin) #217

Open
mzanetti opened this issue Oct 29, 2020 · 0 comments

Comments

@mzanetti
Copy link

With the default instructions how to use this, Qt5 applications won't work any more...

By default, they'll bail out saying that they are configured to load the wayland-egl platform plugin which isn't pulled by default. However, even adding "qtwayland" to stage-packages won't fix this. It will find the platform plugin, but then fail to connect to wayland (no surprise there, running a X11 installation - 20.04).

So the only way to fix this for me so far is to add

environment:
  DISABLE_WAYLAND: 1

This seems like a hack but gets me around this for most environments I hope...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant