Dear Maintainer, I am attempting to start Blender on Wayland. It immediately stops with the error GHOST: failed to initialize display for back-end(s): ['X11'] However, the same version of Blender starts without issue when downloaded from blender.org . In fact, Wayland is officially supported since 3.4x onward. See https://code.blender.org/2022/10/wayland-support-on-linux/ Perhaps it should be built with the flag WITH_GHOST_WAYLAND if possible? Best regards, Michael
What's the blocker on enabling Wayland support?
Dear maintainers, Could you please consider the Wayland support in the Debian package? As reported 2 years ago, Wayland is officially supported by Blender since 3.4x. Regarding the last build log - 4.3.2+dfsg-2 - it seems that some build dependencies are missing which disable WITH_GHOST_WAYLAND - it is ON by default: [...] -- Checking for module 'wayland-protocols>=1.31' -- Package 'wayland-protocols', required by 'virtual:world', not found -- wayland-protocols not found, disabling WITH_GHOST_WAYLAND [...] Thanks in advance! Cheers, Jérôme
Seems to build with Wayland just fine if wayland-protocols is installed. Runs almost successfully.
I've filed https://salsa.debian.org/multimedia-team/blender/-/merge_requests/13 on Salsa, which hopefully will result in this bug being closed. Best, Gard