-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Adapt to the latest Mutter API #377
Conversation
2c84215
to
d15adff
Compare
Ok now I can confirm this works great since May 8, when I dropped the first patch (#120 (comment)). This would be great to have some review here as everything seems to work as expected. |
Thanks @Tireg, also thanks for tracking down all the issues so carefully in gala. |
@tintou I did notice that the background with mutter 3.34 never got drawn... |
Will quote that
I believe there's something going on there. |
b073510
to
5011b53
Compare
@worldofpeace I just pushed a fix to this, It was because |
Thanks ✨ |
Thank you :) |
I'm not sure if elementary/gala#518 will also be present in the greeter. But if any fix makes its way there it probably should be ported here too. |
I've tested that it builds with mutter 3.34.1 and 3.28.4.
What I've done in
SystemBackground.vala
is probably totally incorrect. A suggestion is welcome on what we actually should be doing.What I've done is adapted the changes in elementary/gala#566, as it's literally the code copy pasted mostly, to be used here.
Fixes #120.
It would be fabulous ✌️ if we could have everything adapted to latest mutter before the end of the year.