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 762445 - Always use X11 gdk backend
Always use X11 gdk backend
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2016-02-22 12:30 UTC by Matthias Clasen
Modified: 2016-02-22 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2016-02-22 12:30:55 UTC
I was recently starting metacity in a wayland session to manage a Xephyr display, and it tried to load the gdk wayland backend, which doesn't make any sense for an X11 window manager.

You should call gdk_set_allowed_backends ("x11") - this is exactly what it was invented for.