How to disable edge touchpanel gestures in gnome 3.14

2.4k Views Asked by At

I am writing Qt app, and I want to make left screen edge gestures, but it is conflicting with gnome touch screen gestures. I have tried all posible gnome extensions, tweak tools... I need to disable it, anyone knows how to disable these gestures? PC: Fedora 21, Gnome 3.14.2

1

There are 1 best solutions below

0
On BEST ANSWER

I've built this extension based on another question that does what you need.

If you'd like to know exactly how I did it:

  1. Created a new Gnome Extension using gnome-shell-extension-tool --create-extension
  2. Used the code from the top answer in #36896556 on extension.js, thanks to @kepler_kingsnake
  3. Zipped it and uploaded it to Gnome Extensions
  4. Realised there was a bunch of unnecessary code from the extension tool and removed it :)