-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial support for Mutter 41 #1228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with Mutter 41 Beta (latest main branch code) and it compiles.
I think we should wait until the final release is available and merge as we did with 40.
Well ... that will make it very hard for me to test this on Fedora. GNOME 41 will only be released shortly before the Fedora 35 release. Fedora 35 and rawhide already ship GNOME 41 alpha and beta versions, and I'd rather not switch my gala build from building against mutter 3.38 to mutter 41 so late in the development cycle, if you decide to only merge this once GNOME 41 is official. |
@decathorpe that's a fair point. Also, if Mutter changes its API before the releas we can always quickly solve it. @tintou I had to modify a bit the meson.build file to build it against 41.alpha. It seems like it was picking 40, most likely because of the alpha suffix. |
@JoseExposito I only tried with 41.beta from fedora rawhide and had no issue detecting it there |
Cool. As this doesn't affect other Mutter versions, merging so it can be tested. Thanks!!! |
Awesome! I'll set up my nightly gala builds to build against mutter 41, so I should notice pretty quickly if / when mutter adds more incompatible API changes. |
Seems to be working on Fedora 35 without major issues. Now only greeter and wingpanel need this treatment as well 😉 |
No description provided.