From 2ce163549e5f3bb9f3c735c6edf2d2ee174ff143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 7 Dec 2016 17:11:56 +0100 Subject: desktop: Force X11 backend At least for the time being, desktop icons are not supported on wayland. This may or may not change, but in the meantime we can still meet user expectations by forcing the supported backend instead of failing with an unsupported one. https://bugzilla.gnome.org/show_bug.cgi?id=748347 --- nautilus-desktop/main-desktop.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nautilus-desktop') diff --git a/nautilus-desktop/main-desktop.c b/nautilus-desktop/main-desktop.c index aa9c98d86..57abeae8a 100644 --- a/nautilus-desktop/main-desktop.c +++ b/nautilus-desktop/main-desktop.c @@ -27,6 +27,8 @@ main (int argc, g_set_prgname ("nautilus-desktop"); + gdk_set_allowed_backends ("x11"); + nautilus_register_resource (); application = nautilus_desktop_application_new (); -- cgit v1.2.1