We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4119

Summary: Wayland backend fails to display a surface when using xdg-shell v6
Product: SDL Reporter: bugs
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2 CC: icculus
Version: HG 2.0   
Hardware: x86_64   
OS: Linux   

Description bugs 2018-04-01 07:42:30 UTC
The new xdg-shell v6 codepath doesn’t wait for the configure event to arrive before it draws and attaches its first buffer, which is a protocol violation, and so SDL2 gets disconnected from the Wayland socket.
Comment 1 Ryan C. Gordon 2018-04-03 01:57:59 UTC
Fixing this shortly.

--ryan.

*** This bug has been marked as a duplicate of bug 4109 ***