Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WaylandBackend: Fix hotkeys failing to bind properly with Wayland bac…
…kend Per Wayland protocol specsheet regarding keymapping: "From version 7 onwards, the fd must be mapped with MAP_PRIVATE by the recipient, as MAP_SHARED may fail." This matches up exactly with what we're seeing with this error: [gamescope] [Error] xdg_backend: Failed to map keymap fd. Changing MAP_SHARED to MAP_PRIVATE per the spec addresses this error. Fixes: ValveSoftware#1658 (hopefully) fixes: ValveSoftware#1637
- Loading branch information