JoseExposito / gnome-shell-extension-x11gestures

Enable GNOME Shell multi-touch gestures on X11 with this extension
GNU General Public License v2.0
344 stars 13 forks source link

Fix unhook function if obj._toucheggTracker is undefined #60

Open kyrillzorin opened 7 months ago

kyrillzorin commented 7 months ago

This fixes the "obj._toucheggTracker is undefined" error. This can happen if the extension is run under Wayland as obj._toucheggTracker is not initialized when the extension is enabled however it still tries to unhook it when disabling the extension.

May fix issue #57