Skip to content

Conversation

@vvlad
Copy link

@vvlad vvlad commented Oct 4, 2025

The flags from app.maximize and app.minimize have been removed in gnome 49. set_maximize_flags and set_minimize_flags should be used instead.

This change is doing using the set_*_flags methods in a backward compatible manner, falling back to the old methods for gnome < 49.

The flags from app.maximize and app.minimize have been removed in gnome
49. set_maximize_flags and set_minimize_flags should be used instead.

This change is doing using the set_*_flags methods in a backward
compatible manner, falling back to the old methods for gnome < 49.
@Tythos
Copy link

Tythos commented Nov 1, 2025

Did something similar (https://github.com/Tythos/wintile/tree/gnome-49-compatibility) but I think I like your approach better. Goodness knows it probably helps to know what you're doing.

@GrylledCheez
Copy link
Collaborator

if you add another commit that fixes the lint issues, I'll merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants