cf5a17ed96
xf86-input-synaptics is unmaintained, and touchegg doesn't work with the latest synaptics driver or libinput. Ideally DEs would implement this themselves, but at least KDE/Plasma doesn't (yet) 0002-paths.patch was contributed by @peterhoeg.
14 lines
415 B
Diff
14 lines
415 B
Diff
diff --git a/libinput-gestures b/libinput-gestures
|
|
index f337ba3..fe56d66 100755
|
|
--- a/libinput-gestures
|
|
+++ b/libinput-gestures
|
|
@@ -6,7 +6,7 @@ from collections import OrderedDict
|
|
from pathlib import Path
|
|
from distutils.version import LooseVersion as Version
|
|
|
|
-PROG = Path(sys.argv[0]).stem
|
|
+PROG = "libinput-gestures"
|
|
|
|
# Conf file containing gesture commands.
|
|
# Search first for user file then system file.
|