leanflutter / window_manager

This plugin allows Flutter desktop apps to resizing and repositioning the window.
https://pub.dev/packages/window_manager
MIT License
691 stars 188 forks source link

issue: always on top not working on Wayland #488

Open peter-kal opened 1 month ago

peter-kal commented 1 month ago

always on top setting not working on Wayland, but does fine on X11 and when flutter runing with VSCode, I've been searching but I can't find a fix. I am using Ubuntu 24.04 with gnome.

This happens on my app focuzd, you can find the code here https://github.com/peter-kal/focuzd

I have made an issue there as well https://github.com/peter-kal/focuzd/issues/1

peter-kal commented 1 month ago

on Wayland : Screencast from 2024-08-16 13-03-28.webm

on X11: Screencast from 2024-08-16 13-05-21.webm