OttoAllmendinger / gnome-shell-screenshot

Gnome Shell extension for making and uploading screenshots
MIT License
268 stars 54 forks source link

Gnome 44 support #198

Closed pacho2 closed 1 year ago

pacho2 commented 1 year ago

Gnome 44 was released some days ago and it seems the extension needs to add support for it

Thanks a lot!

pacho2 commented 1 year ago

Simply updating the metadata works (just tested locally)

a4orce84 commented 1 year ago

Can you go through the steps on what's involved to update the metadata? I just updated to Gnome 44.1 on Manjaro Gnome and this extension is now broken.

Any help would be greatly appreciated.

demizer commented 1 year ago

Can you go through the steps on what's involved to update the metadata? I just updated to Gnome 44.1 on Manjaro Gnome and this extension is now broken.

Any help would be greatly appreciated.

  1. Clone git repo
  2. Run make update_dependencies from project root
  3. Edit metadata json to change 43 to 44
  4. Run make install from project root
a4orce84 commented 1 year ago

Thanks!

Is there a way to modify the metadata if I already have the extension installed, it's just not 'starting' in the Gnome Extensions Manager? I had it installed pre-Gnome 44.1 upgrade, so just looking to 'hack' the existing metadata if possible.

pacho2 commented 1 year ago

Modifying ~/.local/share/gnome-shell/extensions/gnome-shell-screenshot@ttll.de/metadata.json should be enough

a4orce84 commented 1 year ago

Awesome, thank you @pacho2, that fixed it!