oae / gnome-shell-extensions-sync

Syncs gnome shell keybindings, tweaks settings and extensions with their configuration across all gnome installations

Home Page:https://extensions.gnome.org/extension/1486/extensions-sync/

Repository from Github https://github.comoae/gnome-shell-extensions-syncRepository from Github https://github.comoae/gnome-shell-extensions-sync

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

Screenshot from 2023-05-16 14-32-34

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.

FWIW extensions.gnome.org now allows you to disable version validation, which would probably help this extension just work for most users in Gnome 44. Let's find out!

image

I have released the new version for the 44