-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operation not permitted on start, but only for one event #23
Comments
Thanks! For the readme instruction, $ meant the following line is terminal input, which is pretty standard. For your problem, I think you just need to reboot your computer and you're ready to go. Otherwise if it is still not working, maybe your touchpad doesn't support multi-touch? If it helps, can you tell me what touchpad driver you are using (e.g. Synaptic) |
Hi and thank you for the quick response! I restarsted the computer and still have the operation not permitted issue. Here is the touchpad driver I'm using on my laptop:
|
That's weird, I'm also using Elantech driver (but in Ubuntu 16.04LTS). My guess is that it has something to do with a kernel in 17.04. I'm not sure if it will fix the issue, but it might be best to upgrade to 17.10, if you're okay with that? |
Hello there, I am attaching my touchpad driver details too I am using ubuntu 16.04 LTS .Also i have checked on the decsription page of my acer laptop that the trackpad supports "multitouch". |
Confirming this bug since it affects multiple users. I think this problem lies with libinput, specifically when you run Some things that can be of help, I saw a similar issue from another project (libinput-gestures). Please see if any of these solutions work:
Is it reading properly, or still permission denied? |
Thanks for your quick Response. I tried all the 3 points that you mentioned.
2.Running `suposh@eclipse:~$ sudo libinput-debug-events and Output of ` ` 3.Output of `
|
Hi! On my side, running
When I type
In my case, the touchpad is event7 and this is my log when I specifically choose this device, no error at all:
I think I'm getting closer, because I don't see any Also, here is the output of my touchpad device:
|
@jbprat, based on your output, indeed the problem lies with comfortable swipe. I'm still trying to replicate it, so please wait for further updates. EDIT: since you see GESTURE_SWIPE_XXX, comfortable swipe should work even with the error message. However, I cannot do anything about it since I (currently) have no way to know which event the touchpad is installed. I may provide a PR in the future. @suposh, Does something similar to |
I'll try to fix the bug with the input having an install script with the removed |
Hello and thank you for your work! I cannot wait to test it.
I am using Ubuntu 17.04 and followed your readme, when coming to the instruction to update permission, I had to modify it a beat to get it working by removing the
$
in front of(
.I also tried adding
$USER
to all theinput
successfully.Problem is I still have an
operation not permitted
error when trying tostart
comfortable-swipe.Can you help me through it?
The text was updated successfully, but these errors were encountered: