houmain / keymapper

A cross-platform context-aware key remapper.
GNU General Public License v3.0
257 stars 21 forks source link

Support for Gnome 45 #76

Closed mfinelli closed 8 months ago

mfinelli commented 9 months ago

With the release of Gnome 45 (now in the official Arch repositories) the gnome-shell extension that makes this work is no-longer compatible.

It seems that Gnome has changed the way that they handle the javascript in extensions: https://blogs.gnome.org/shell-dev/2023/09/02/extensions-in-gnome-45/

The actual error message that I receive when I open the extensions settings is extensionModule.default is not a constructor.

houmain commented 8 months ago

Thanks for reporting with the helpful link! It should work again in version 2.7.2.

mfinelli commented 8 months ago

Yes, with version 2.7.2 this is working again! Thanks!