Files
RedBear-OS/local/recipes/wayland
vasilito 6a5f569a27 fix: compositor handles wl_data_device_manager and wl_subcompositor
- get_data_device: stores wl_data_device in client object map
- get_subsurface: stores wl_subsurface in client object map
- data_device/subsurface requests accepted silently (Qt6 needs
  these proxies to exist for initialization even though we don't
  implement clipboard or subsurface compositing yet)

Instrumentation confirmed: setupConnection() completes with valid
registry=0x44f230. Crash is in Qt6 global binding path during
forceRoundTrip(), not in compositor protocol handling.
2026-05-06 13:29:23 +01:00
..