summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/libinput-gestures/0001-hardcode-name.patch
blob: 4655879149d23ee04a9cd964de78c62e61eea5f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libinput-gestures b/libinput-gestures
index 66479b6..aca94ac 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.