Adda0 / Stardrop

Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
GNU General Public License v3.0
0 stars 0 forks source link

[Feature Request] Native Wayland session support #6

Open JustMarkov opened 3 months ago

JustMarkov commented 3 months ago

Currently, Stardrop can only run via X11 session. Forcibly setting socket to Wayland causes a crash at startup. Using --enable-features=UseOzonePlatform --ozone-platform=wayland doesn't seems to do anything at all.

Adda0 commented 3 months ago

That is because the used UI framework, AvaloniaUI, does not support Wayland, but it is in the works. Wayland support is planned for version 11.x. The first step is to update the version of Avalonia in the upstream Stardrop repo (work in progress), then wait for Awalonia to implement Wayland support, then enable Wayland support dowstream here for the Flatpak.

If you do not mind, I will keep this issue open to track the FR for Wayland.