supersonic
supersonic copied to clipboard
Wayland Support
Hello. Just found your project and it looks nice!
Do you have any plans on supporting Wayland?
Thanks.
Hi, glad you've found the project to be nice so far! And thanks for opening the issue. The UI toolkit this project it built on (Fyne) is working on Wayland support, and building for Wayland is done by adding -tags wayland
to the go build command. Though there are currently no window borders in the Wayland builds and probably other bugs and kinks to work out. Once Fyne supports Wayland then this project will as well! I'll leave this issue open until then
How is Fyne doing so far?
You can follow Fyne's progress here: https://github.com/fyne-io/fyne/issues/1851. Currently they are aiming for the next non-patch release to have official Wayland support, or at least a much improved Wayland experience such that Supersonic may be able to start offering native Wayland builds.
It would be good to test against fyne develop version with the wayland tag - it all seems to be working for me :)
Unfortunately users testing this out are still seeing multiple issues and increased instability with -tags wayland
compared to X11 builds