daniellandau / switcher

Gnome Shell extension to switch windows quickly by typing
GNU General Public License v3.0
347 stars 43 forks source link

Debian 10 Gnome 3.30.2 - Extension failed to load #130

Closed krawetko closed 3 years ago

krawetko commented 3 years ago

The extension fails to load on current debian, the error from the gnome-shell gnome-shell[8196]: Extension "switcher@landau.fi" had error: TypeError: GObject.registerClass() used with invalid base class (is NotificationPolicy) Anybody has an idea how to get it working?

daniellandau commented 3 years ago

That's strange. Which version of the extension do you have? You can check with

cat ~/.local/share/gnome-shell/extensions/switcher@landau.fi/metadata.json

The latest supported on 3.30 is version 28.

krawetko commented 3 years ago

i was using the latest version. But in the meantime I have migrated to debian testing which upgraded my gnome to 3.38 and with this version it is working without issues

daniellandau commented 3 years ago

Gnome Shell does breaking changes every now and then. You should always use the version of Switcher that declares compatibility with your version of the shell.

I might from time to time try to port the newest version of Switcher to older Gnome Shell versions, but I'm myself usually on latest Gnome so that's where the most recent version of Switcher exists too.