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
FYI, a couple things that could be worked upon to complete Wayland experience:
Implement xdg_toplevel_icon_manager_v1 to set the Minecraft icon instead of Wayland icon. For now there's no compositors supporting it, earliest will be KDE 6.3 so that will take a while.
Allow overriding xdg app id via env in GLFW; this could be used for launcher-less GLFW games or in case of no xdg_toplevel_icon_manager_v1 linking the game window to the launcher as it's better than nothing
F11 always moves the window to primary display instead of the display where the window was; this works correctly on Xwayland...
Cursor theme doesn't match system and it's sizing is invalid because scale is not multiplied by fractional-scale-v1; libdecor has code that pulls these from xdg-portal but idk if glfw even uses this code or has it's own
Correct me if I am wrong, this seems like something related directly to the launcher and not the flatpak. For easier tracking it would be appreciated if you could copy the issue to our main repo https://github.com/PrismLauncher/PrismLauncher/issues, thanks!
FYI, a couple things that could be worked upon to complete Wayland experience:
The text was updated successfully, but these errors were encountered: