[Bug 268810] games/veloren: provide Wayland workaround after ports 9ac8221ce428
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jan 2023 12:19:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268810 Bug ID: 268810 Summary: games/veloren: provide Wayland workaround after ports 9ac8221ce428 Product: Ports & Packages Version: Latest Hardware: Any URL: https://gitlab.com/veloren/veloren/-/issues/1567 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: jbeich@FreeBSD.org Reporter: throwaway_vthgwq4@protonmail.com CC: jbeich@FreeBSD.org Assignee: jbeich@FreeBSD.org Flags: maintainer-feedback?(jbeich@FreeBSD.org) CC: jbeich@FreeBSD.org Flags: maintainer-feedback?(jbeich@FreeBSD.org), merge-quarterly? ports 9ac8221ce428 documented broken Wayland support after ports 1c4b6bc295c6. "# pkg install veloren" does not output a post-install message. "$ veloren-voxygen" crashes under a wlroots based compositor session with WAYLAND_DISPLAY in environment and with related socket. One can workaround with either: $ env -u WAYLAND_DISPLAY veloren-voxygen $ WINIT_UNIX_BACKEND=x11 veloren-voxygen To avoid confusing users, follow up ports 9ac8221ce428 with either: * documenting a workaround via a post-install message * providing "veloren-voxygen" via a shell wrapper with a workaround. The latter maybe not needed for x11-wm/plasma5-kwin Wayland. (I didn't test.) -- You are receiving this mail because: You are the assignee for the bug.