christopher-l / space-bar

GNOME Shell extension that shows workspaces buttons in top panel
178 stars 13 forks source link

GNOME 47 Support #45

Closed tareqimbasher closed 1 month ago

tareqimbasher commented 2 months ago

The extension is not compatible with GNOME 47. This is an extension I use constantly. Would appreciate an update. Thank you for your for this awesome extension!

1337hero commented 2 months ago

All you need to do is go into ~/.local/share/gnome-shell/extensions/

And edit the metadata.json "shell-version": [ "45", "46", "47" ] In my testing and looking at the change log there is no reason for this to not work on 47 and is working for me.

I put in a pull request here: https://github.com/christopher-l/space-bar/pull/46

tareqimbasher commented 2 months ago

Thanks @1337hero! I can confirm that works.

christopher-l commented 2 months ago

Thanks for testing! Merged https://github.com/christopher-l/space-bar/pull/46.