https://bugzilla.gnome.org/show_bug.cgi?id=719819

--- Comment #4 from Jonas Ã…dahl <[email protected]> ---
Created attachment 303512
  --> https://bugzilla.gnome.org/attachment.cgi?id=303512&action=edit
libwayland-server patch shuffling globals order

Attaching a patch that can be applied to the upstream wayland repository. It'll
cause globals to be sent in a random order every time a wl_registry is
retrieved by the client. With these patches GTK+ seems to be able to start
without a problem even with this patch applied.

The question though is what globals should be required for GTK+ to succeed. Now
it'll just continue even if it didn't receive any globals (even wl_shm),
instead probably failing in other places. While wl_compositor,
wl_subcompositor, wl_shm, wl_seat, wl_data_device and xdg_shell are more or
less required, wl_output may not be there during startup due to hot plugging or
other reasons. So, what globals should be required for initialization to
succeed?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to