| Summary: | [patch] Wayland: SDL applications start in XWayland by default | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Andrey Alexeyev <akari> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | akari, david, icculus |
| Version: | 2.0.10 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Bug Depends on: | 4845 | ||
| Bug Blocks: | |||
| Attachments: | prefer-wayland-over-x11.patch | ||
|
Description
Andrey Alexeyev
2017-11-07 21:42:34 UTC
I believe this patch [1] solves this issue. It's took from new linux Librem 5 phone gitlab [2]. Since two years passed and Wayland became preferred solution in Linux world, would make sense to prefer it over X11 backend? [1] https://source.puri.sm/Librem5/libsdl2/raw/997f974c1d0a3acb869cee956c06ba33480f5e58/debian/patches/prefer-wayland-over-x11.patch [2] https://source.puri.sm/Librem5/libsdl2/commit/997f974c1d0a3acb869cee956c06ba33480f5e58 Created attachment 4017 [details]
prefer-wayland-over-x11.patch
(In reply to David Heidelberg (okias) from comment #1) > Since two years passed and Wayland became preferred solution in Linux world, > would make sense to prefer it over X11 backend? SDL's wayland target needs client-side decorations in some form, at a minimum, before it can be favored over X11. This is definitely not going to happen for 2.0.12. --ryan. |