Skip to content
Commit c8f45f29 authored by Carlos Soriano Sánchez's avatar Carlos Soriano Sánchez
Browse files

nautilus-application: don't create desktop on Wayland

We were doing some calls to the x11 backend, which are not supported on Wayland
(or another backend diferent than X11) and the application were crashing when
creating the desktop on Wayland.

To workaround it, simply don't create the desktop if we are on
a different backend than X11.

Future work will be to split the main application and the desktop part.

https://bugzilla.gnome.org/show_bug.cgi?id=746286
parent f826a582
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment