Bugzilla Automation <[email protected]> has asked freebsd-kde (Team) <[email protected]> for maintainer-feedback: Bug 259614: x11-wm/plasma5-kwin: broken Xwayland support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259614
--- Description --- Probably regressed by https://invent.kde.org/plasma/kwin/-/commit/9f0f4527029a On FreeBSD abstract sockets aren't supported. See also files/patch-no-abstract from bug 258042. https://man.freebsd.org/unix/4 https://www.man7.org/linux/man-pages/man7/unix.7.html $ pkg install plasma5-kwin vulkan-tools $ if [ -z "$WAYLAND_DISPLAY" ]; then export XDG_RUNTIME_DIR=$(mktemp -dt run); fi $ kwin_wayland --xwayland --exit-with-session "vkcube-xcb --c 300" [...] kwin_xwl: Failed to find free X11 connection socket Failed to establish X11 socket
