-
Notifications
You must be signed in to change notification settings - Fork 5
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
Wayland support #8
Comments
I assume we can't run on Wayland yet? I couldn't work out if this issue was for improving Wayland support or initial? I tried building and it didn't work, so I'm assuming initial. |
It is initial implementation, yes. But I would have expected it to build and run, just with bugs around not being able to hide window and global shortcuts not working. Can you share what error do you get? Seeing as there is an interest I will work on this next. |
Server:
UI fails, I'm assuming because no server.
Is there a dependency on LayerShell? |
Thank you, I will look into it.
Not currently, but there will be once it is implemented because without it there is no way to hide and position window in Wayland currently |
This is my problem: |
Wayland support is available on |
Window snaps back after resize for plugin views The window returns the original size after resize on Wayland rust-windowing/winit#3485. Possibly solved by LayerShellwindow is not resized any more, so not relevantThe text was updated successfully, but these errors were encountered: