diff -Nru xf86-input-wacom-0.36.1/debian/changelog xf86-input-wacom-0.36.1/debian/changelog --- xf86-input-wacom-0.36.1/debian/changelog 2018-04-03 15:39:31.000000000 +0800 +++ xf86-input-wacom-0.36.1/debian/changelog 2019-11-14 16:39:23.000000000 +0800 @@ -1,3 +1,10 @@ +xf86-input-wacom (1:0.36.1-0ubuntu2) bionic; urgency=medium + + * disable-gesture.diff: Prevent the Wacom driver from providing its own + gestures for touchscreen devices. + + -- Cyrus Lien Thu, 14 Nov 2019 16:39:23 +0800 + xf86-input-wacom (1:0.36.1-0ubuntu1) bionic; urgency=medium * New upstream release. diff -Nru xf86-input-wacom-0.36.1/debian/patches/disable-gesture.diff xf86-input-wacom-0.36.1/debian/patches/disable-gesture.diff --- xf86-input-wacom-0.36.1/debian/patches/disable-gesture.diff 1970-01-01 08:00:00.000000000 +0800 +++ xf86-input-wacom-0.36.1/debian/patches/disable-gesture.diff 2019-11-14 16:38:43.000000000 +0800 @@ -0,0 +1,19 @@ +Index: xf86-input-wacom-0.36.1/conf/70-wacom.conf +=================================================================== +--- xf86-input-wacom-0.36.1.orig/conf/70-wacom.conf ++++ xf86-input-wacom-0.36.1/conf/70-wacom.conf +@@ -110,3 +110,14 @@ Section "InputClass" + MatchIsTouchscreen "true" + Driver "wacom" + EndSection ++ ++# Prevent the Wacom driver from providing its own gestures for ++# touchscreen devices. ++# ++ ++Section "InputClass" ++ Identifier "Wacom touchscreen gestures" ++ MatchDriver "wacom" ++ MatchIsTouchscreen "true" ++ Option "Gesture" "off" ++EndSection diff -Nru xf86-input-wacom-0.36.1/debian/patches/series xf86-input-wacom-0.36.1/debian/patches/series --- xf86-input-wacom-0.36.1/debian/patches/series 2018-04-03 15:25:42.000000000 +0800 +++ xf86-input-wacom-0.36.1/debian/patches/series 2019-11-14 16:36:57.000000000 +0800 @@ -1 +1,2 @@ #placeholder +disable-gesture.diff