You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Mairon1206
changed the title
[Linux/Wayland] setMinimumSize() / setMaximumSize() / setAlwaysOnTop()
[Linux/Wayland] setMinimumSize() / setMaximumSize() / setAlwaysOnTop() not working
Mar 27, 2025
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:
( I haven't tested this in other Desktop Environment like GNOME, but it seems irrelavant with that.
The text was updated successfully, but these errors were encountered: