negesti / gnome-shell-extensions-negesti

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

moveFocus.js GObject #198

Closed freddyw closed 2 years ago

freddyw commented 2 years ago

gjs 1.71 introduced a check on GObject classes (https://mail.gnome.org/archives/commits-list/2019-September/msg00008.html), which this extension does not pass.

This change should prevent "JS ERROR: Extension putWindow@clemens.lab21.org: TypeError: Object 0x37f601c93028 is not a subclass of GObject_Object, it's a Object".