Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from wl_shell to xdg_shell (doesn't work on Wayland compositors other than weston) #25

Closed
HidenoriMatsubayashi opened this issue Mar 12, 2021 · 0 comments
Assignees
Labels
bug Something isn't working wayland Topics of Wayland

Comments

@HidenoriMatsubayashi
Copy link
Contributor

HidenoriMatsubayashi commented 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 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.

Related issues

@HidenoriMatsubayashi HidenoriMatsubayashi added bug Something isn't working wayland Topics of Wayland labels Mar 12, 2021
@HidenoriMatsubayashi HidenoriMatsubayashi self-assigned this Mar 12, 2021
@HidenoriMatsubayashi 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
@HidenoriMatsubayashi HidenoriMatsubayashi added mouse-cursor Topics for mouse cursor and removed mouse-cursor Topics for mouse cursor labels Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wayland Topics of Wayland
Projects
None yet
Development

No branches or pull requests

1 participant