Closed eypsume closed 3 years ago
When raising an issue, please always provide the output of libinput-gestures -l
. That will allow me to see what system you are running.
Both -P
and -p
options are valid but different. It must be the case that older versions of systemctl
did not have the -P
option so I will make a new release now using only -p
with a little more logic. Note that simply replacing -P
with '-p' will not work.
Fixed by commit 115dd640b381a919369e804a31d29ed52538604f and release 2.60.
Cause invalid systemctl option 'P' error when libinput-gestures-setup service Anyway I replace uppercase -P to lowcase -p at line 288~289 in the libinput-gestures-setup and works perfect!