-
Notifications
You must be signed in to change notification settings - Fork 93
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
Update todaysFactsWidget.js for Gnome Shell 46 compatibility #368
Conversation
Additional change for Gnome 46
OK, I just tested the current |
Works fine here. |
This change can't be applied, it breaks GNOME 45. |
Please try this patch. |
Which version of GNOME 46 and clutter are you guys using? |
Well, the result is somewhat surprising:
Well, no clutter is installed at all. |
Can't test right now, but will let you know the results soon. I guess it will work though. |
Same here, sorry. There's just "libclutter" and "libclutter-gst". I confess I don't know how these dependencies work. |
Upstream has also suggested that we use the shell version check. If it works for you, I'll push it, even though I wanted to avoid this kind of thing at least for the first shell version bump after the largish changes for 45 :-/ |
I do have these two on Fedora 39 (Gnome 45), but on Fedora 40 with Gnome 46, even these are not installed by default anymore. BTW, I don't know either :)
Sure, I'm now on another system with Gnome 45. I'll test it under Gnome 46 and let you know. Yeah, we didn't expect another compatibility break so soon :D |
@piio perhaps you could test with #362 (comment)? Like @hedayat, I am pretty sure it will work. But I'd like to have a confirmation because the current version works for me, while it doesn't for you, it would be good to have this confirmed. |
OK, I tested and it works fine under Gnome 46. |
Thanks. Pushed e3a4cb1 to |
e3a4cb1 works correctly for me, thank you! |
Additional change for Gnome 46