window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

[Linux/Wayland] `setMinimumSize()` / `setMaximumSize()` / `setAlwaysOnTop()` not working

Open Mairon1206 opened this issue 11 months ago • 0 comments

The setMinimumSize(), setMaximumSize(), and setAlwaysOnTop() methods from window_manager appear to have no effect when running under KDE Plasma with Wayland. However, the same functionality works correctly when implementing equivalent GTK logic directly in native C++ code in linux/runner/my_application.cc.

Environment:

  • OS: Arch Linux
  • Desktop Environment: KDE Plasma
  • Display Server: Wayland
  • Flutter Version: 3.29.2

( I haven't tested this in other Desktop Environment like GNOME, but it seems irrelavant with that.

Mairon1206 avatar Mar 27 '25 09:03 Mairon1206