You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use wl_shell for the Wayland backend. However, this protocols deprecated and other Wayland compositors such as Sway don't support wl_shell (swaywm/sway#1692). Therefore, the embedder doesn't work on Wayland compositors other than weston.
You would get the following error message.
[ERROR][linuxes_window_wayland.cc(627)] Invalid compositor and shell.
Failed to create view controller.
HidenoriMatsubayashi
changed the title
Switch from wl_shell to xdg_shell
Switch from wl_shell to xdg_shell (doesn't work on Wayland compositors other than weston)
Mar 12, 2021
Currently, we use
wl_shell
for the Wayland backend. However, this protocols deprecated and other Wayland compositors such as Sway don't supportwl_shell
(swaywm/sway#1692). Therefore, the embedder doesn't work on Wayland compositors other thanweston
.You would get the following error message.
Related issues
The text was updated successfully, but these errors were encountered: