Skip to content

fix: add GNOME Shell 47-49 to supported versions#2

Open
danielbanariba wants to merge 1 commit intoAltairInglorious:mainfrom
danielbanariba:fix/shell-version-compatibility
Open

fix: add GNOME Shell 47-49 to supported versions#2
danielbanariba wants to merge 1 commit intoAltairInglorious:mainfrom
danielbanariba:fix/shell-version-compatibility

Conversation

@danielbanariba
Copy link
Copy Markdown

Summary

  • Add GNOME Shell versions 47, 48, and 49 to shell-version in extension/metadata.json
  • Update README badge and prerequisites to reflect supported range (45-49)

Problem

On GNOME Shell 47+, the extension is silently ignored after installation. Running gnome-extensions enable brainusage@altairinglorious returns "Extension does not exist" even though the files are correctly installed in ~/.local/share/gnome-shell/extensions/.

Root cause: metadata.json only declared ["45", "46"] in shell-version, and GNOME Shell skips extensions that don't include the running version.

Closes #1

Test plan

  • Tested on GNOME Shell 49.5 (Wayland, CachyOS) — extension loads and activates correctly
  • Verify no regressions on GNOME Shell 45/46

metadata.json only declared shell-version 45 and 46, causing GNOME Shell
47+ to silently ignore the extension. Users on newer versions see
"Extension does not exist" when trying to enable.

Closes AltairInglorious#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extension not detected on GNOME Shell 47-49

1 participant