negesti / gnome-shell-extensions-negesti

An gnome-shell extension that makes window movement a lot easier.
GNU General Public License v3.0
287 stars 47 forks source link

Support for Gnome 45 #206

Closed swebb closed 1 month ago

swebb commented 10 months ago

Expected Behavior

It works

Current Behavior

The extension fails to start with the following error:

import declarations may only appear at top level of a module

Possible Solution

I think this is caused by Gnome switching from it's import system to ESM modules.

There could quite likely be other incompatible changes, but that's the most obvious.

Steps to Reproduce (for bugs)

Try to install the extension in Gnome 45 (e.g., Fedora 39).

Your Environment

negesti commented 10 months ago

Yes, looks like v45 comes with multiple breaking changes. As the app configuration does not work (since ~ v41) the extension requires a bigger cleanup/refactoring to work properly with v45

ehud-gordon commented 8 months ago

Thanks for your Extension. Do you know how to achieve this beahvior in v45 / alternative extension that offers this beahvior?

negesti commented 1 month ago

see #208, gnome 45 will not be supported