tuberry / extension-list

Simple GNOME Shell extension manager in the top panel.
GNU General Public License v3.0
57 stars 8 forks source link

Fix error #13

Closed Matr1x-101 closed 2 years ago

Matr1x-101 commented 2 years ago

I'm getting the error GSettings key unpin-button not found in schema org.gnome.shell.extensions.extension-list in Extensions. This is because you removed the key unpin-button. In this pull request I'm adding that key back.

tuberry commented 2 years ago

It has been replaced by pin-button. I think it may be a partial update causing the inconsistency. Have you tried re-login?

Matr1x-101 commented 2 years ago

Yes, I tried that. The error may be because I'm using a PKGBUILD, but it doesn't look bad to me. Maybe it's because i'm compiling the extension?

tuberry commented 2 years ago

That PKGBUILD (paru -S gnome-shell-extension-extension-list-git) works for me. Cannot reproduce.

Matr1x-101 commented 2 years ago

You're right, it was because it was trying to install from the old cache in my AUR helper! So I used a different AUR helper, and that one didn't give an error when I finished installing. Sorry for the hassle.