JoseExposito / touchegg

Linux multi-touch gesture recognizer
GNU General Public License v3.0
3.61k stars 167 forks source link

How to delete Touchegg properly on Fedora? #661

Closed Ph15 closed 1 month ago

Ph15 commented 1 month ago

Describe the bug

I have installed Touchegg on Fedora × Gnome, but have figured out only afterwards that it doesn't work on Wayland. At every boot, I get an error message telling me that Touchegg doesn't work, which is a bit annoying.

Expected behaviour

I would expect a clear CLI to delete Touchegg properly or cancel this boot message, but cannot find it. Is there any instruction I could use?

Your environment

JoseExposito commented 1 month ago

To uninstall the GNOME Shell extension, you can visit the page of the extension and press uninstall: https://extensions.gnome.org/extension/4033/x11-gestures/

Or use the "Extensions" app (available in GNOME Sotfware) to manage your extensions.

To uninstall Touchégg, open a terminal and run:

$ sudo dnf remove touchegg
Ph15 commented 1 month ago

Alright, looks like it worked! Thank you! 🙏