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
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:
gnome-shell-extension-tool --create-extension
extension.js
, thanks to @kepler_kingsnake