Support for GNOME 44
FlexibleToast opened this issue · comments
Please update to support GNOME 44.
It's working fine, i opened a PR adding the 44 version to metadata
i opened a PR adding the 44 version to metadata
Is it possible to add "any version" to the metadata, for future Gnome releases?
i opened a PR adding the 44 version to metadata
Is it possible to add "any version" to the metadata, for future Gnome releases?
No, it receives an array of numbers, so it have to exactly contain which versions it supports. And sometimes it is not just a matter of inserting the number on it, sometimes the shell changes some APIs and the extension breaks in a new version, so changes are necessary.
I'm glad to hear it works and there is a PR for it. I didn't dig into trying to get it to work. Instead I actually dug into Chezmoi and now I track parts of a dconf dump that do the things I wanted extension sync mostly for and it tracks other configurations. I'll probably end up using both when the PR gets accepted because it's just easier.
I have released the new version for the 44

