[Wayland-bugs] [Bug 719819] Wayland backend depends on ordering of globals in the display server
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Mon May 18 02:02:09 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=719819
--- Comment #4 from Jonas Ã…dahl <jadahl at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20150518/126b3bac/attachment.html>
More information about the wayland-bugs
mailing list