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

Missing qt6-wayland dependency on Ubuntu for v24.3 after moving to Qt6 (22.04) #1470

Closed
1 task done
CastleStar14654 opened this issue Mar 25, 2024 · 2 comments
Closed
1 task done

Comments

@CastleStar14654
Copy link

As stated by issues #1468 and #1469, after moving to Qt6 (suggested by #1414), miktex would complain that

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

I found that the dependency of wayland is missing, and that installing the package qt6-wayland could solve the problem.

sudo apt install qt6-wayland
@CastleStar14654
Copy link
Author

Some further test indicates that this is only a solution for Ubuntu on WSL(2). Full desktop Ubuntu system still cannot run miktex 24.3 after installing qt6-wayland, reporting:

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

@CastleStar14654
Copy link
Author

It turns out that additional qt6-qpa-plugins need to be installed. (thanks to @chdebernardi in #1469)

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

2 participants