GNOME Bugzilla – Bug 707704
Prefer Wayland to X11
Last modified: 2013-09-16 13:12:09 UTC
.
Created attachment 254368 [details] [review] gdk: Still prefer X11 to Wayland Clutter and clutter-gtk's WIP code both prefer X11 to wayland, so not specifying any backends, we'd get Wayland backend from GTK+ and X11 from Clutter, making applications that use both simply crash.
Emmanuele, whats your thought on this ? Should we revert to preferring X11 in gdk, or change clutter to prefer wayland ?
I think that, if GDK is now preferring Wayland, Clutter should do the same. I'll fix up the backend discovery code.
Meaning that you want every app that wants to run on X11 to force X11 to start up? There's no fallback from a failing backend...
I honestly have no idea what behaviour is preferred, to be honest. if we want Wayland to be the preferred backend in GDK 3.10, then Clutter should follow suit. the main issue that that Clutter does not have fallible backends, so we cannot just test for Wayland and fall back to X11. if Wayland in 3.10 is a tech preview, then exposing CLUTTER_BACKEND=wayland in the session seems fine to me; then we can revisit this for 3.12, and make wayland the default.
ok, back to gtk then