After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695838 - clutter: Prefer the X11 backend to the Wayland one
clutter: Prefer the X11 backend to the Wayland one
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-14 11:33 UTC by Bastien Nocera
Modified: 2013-03-14 14:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
clutter: Prefer the X11 backend to the Wayland one (1.66 KB, patch)
2013-03-14 11:33 UTC, Bastien Nocera
none Details | Review
clutter: Prefer the X11 backend to the Wayland one (1.81 KB, patch)
2013-03-14 11:35 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2013-03-14 11:33:23 UTC
.
Comment 1 Bastien Nocera 2013-03-14 11:33:25 UTC
Created attachment 238863 [details] [review]
clutter: Prefer the X11 backend to the Wayland one

If clutter is built with both X11 and Wayland support, prefer the
(more complete for now) X11 backend. This matches GTK+'s current
ordering.

In the future, applications would be able to choose which backend
they prefer and in which order.
Comment 2 Bastien Nocera 2013-03-14 11:35:33 UTC
Created attachment 238864 [details] [review]
clutter: Prefer the X11 backend to the Wayland one

If clutter is built with both X11 and Wayland support, prefer the
(more complete for now) X11 backend. This matches GTK+'s current
ordering.

This allows distributions to ship a clutter version with both backends
built, and using an envvar to switch to the wayland backend and test
applications.

In the future, applications would be able to choose which backend
they prefer and in which order.
Comment 3 Bastien Nocera 2013-03-14 11:40:32 UTC
Matthias, I think this is the patch you want to enable wayland in distro packages.
Comment 4 Emmanuele Bassi (:ebassi) 2013-03-14 14:05:10 UTC
Review of attachment 238864 [details] [review]:

makes sense.
Comment 5 Bastien Nocera 2013-03-14 14:30:47 UTC
Pushed to clutter-1.14 and master

Attachment 238864 [details] pushed as bbb54f1 - clutter: Prefer the X11 backend to the Wayland one