Hi,
as with every Gnome Version update the Metadata.json needs to be updated:
maybe until #336 is solved just add a few versions ahead?
like 51 52 53 etc?
alternatively as with every gnome update this workaround can be done manually:
edit the Metadata.json file (.local/share/gnome-shell/extensions/) and add "50" under "49",
like this:
"shell-version": [
"49",
"50"
],
this does not update the extension of course. but it makes the old version be accepted by the extension manager again (:
Hi,
as with every Gnome Version update the
Metadata.jsonneeds to be updated:maybe until #336 is solved just add a few versions ahead?
like 51 52 53 etc?
alternatively as with every gnome update this workaround can be done manually:
edit the
Metadata.jsonfile (.local/share/gnome-shell/extensions/) and add "50" under "49",like this:
this does not update the extension of course. but it makes the old version be accepted by the extension manager again (: