-
Notifications
You must be signed in to change notification settings - Fork 102
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
Important information for Cinnamon 5.4 #383
Comments
What happened to the Clutter.Texture() constructor? It's dead in my applet. |
@Drugwash2 it's also not in Clutter 7 https://gjs-docs.gnome.org/clutter7~7_api/ (before 5.4 Clutter 2.6 something was used) |
I don't like where all this is going. |
Clutter 3 deprecated it, it says you should use Clutter.Image instead |
Yeah thanks, just found out about that earlier. It's been working through Mint 20.x however. |
There are a number of changes to be aware for ensuring compatibility with 5.4.
Please see:
Cinnamon 5.4 Transition - API Changes.pdf
Original (Google Docs):
https://docs.google.com/spreadsheets/d/1AHbuhi5bnlN_O0JP0O-rmgbN50IBHqZm74w6A1TL8Nk/edit#gid=0
Doc reference for any non-Cinnamon libraries (the devhelp/muffin ones are no longer valid for clutter, cogl):
https://gjs-docs.gnome.org/
Config file info you can import to enable the correct docs:
Save that string to a file, then click the three dots next to the search box on that site, Preferences, and click Import.
Any questions or confusion (or things we missed that should be in that document) ask here we'll try to answer.
Thanks!
The text was updated successfully, but these errors were encountered: