You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Currently as it stands citra-qt does not support Wayland natively as it gives an error:
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
Why would this feature be useful?
It allows for better preformance when ran through Wayland directly instead of Xwayland
The text was updated successfully, but these errors were encountered:
inkstray
changed the title
Add native wayland support
Add native Wayland support
Mar 17, 2024
inkstray
changed the title
Add native Wayland support
Add native Wayland support for Linux
Mar 17, 2024
inkstray
changed the title
Add native Wayland support for Linux
Add native Wayland support for citra-qt on Linux
Mar 17, 2024
Those patches are not needed for wayland to work as far as i know. I have made a fork of the flathub package and tested it, and enabling wayland was just a matter of enabling access to the wayland socket.
The problem is that linuxdeploy-qt doesn't bundle the Qt Wayland plugins by default, and needs to be added manually to the build process. On flatpak, qt6 is provided by the runtime and didn't suffer from that issue.
Is there an existing issue for this?
What feature are you suggesting?
Currently as it stands citra-qt does not support Wayland natively as it gives an error:
Why would this feature be useful?
It allows for better preformance when ran through Wayland directly instead of Xwayland
The text was updated successfully, but these errors were encountered: