Skip to content

xwayland: Don't use abstract socket on non-Linux systems

Abstract socket is a Linux-only feature. On operating systems other than Linux, we can only use the normal UNIX socket.

This patch allows mutter to run as a nested Wayland compositor under Xorg on FreeBSD.

Merge request reports