-
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
Default install not working on Kubuntu Bionic LTS #48
Comments
After some workaround with xdotool, and reading the libinput doc, it seems it has to do with the detection of my "intended" gestures... libinput-debug-events doesn't seem to show any GESTURE_SWIPE_XXX of any kind, but rather POINTER_AXIS which I have been able to provoke. Maybe something to do with my touchpad only able to recognize so many fingers ? |
@sylvainsab unfortunately, the tests are not exhaustive... they only make sure the regex will work with what Does your touchpad support multiple gestures? What driver are you using? Please print output of
and
|
|
You're using a Mac? You might need to install additional drivers to make it work. Try checking this |
A Mac ? No, but it's interesting you raise the question. What would make you think that ? I actually use a laptop assembled by a company that used to sell computers with no OS or with Linux. Alusa - now defunct. I'm going to try the patch. |
Sorry, i was misled by your output that said mac_hid. I used to see that usually on MacBook touchpads. In terms of your other comments, as I would point out, POINTER_AXIS is an indicator of two finger gesture (ie. Scrolling), so if you can't see GESTURE_SWIPE_XXX, then your touchpad either isn't updated or doesn't support gestures with at least 3 fingers. |
You can also check out the answers from issue #23 and see if any of them work :) Here's a summary of some of the solutions:
Output should look something like this:
After this, please run
Replace It should show something like this:
If you see
to edit your configurations. Make sure you use those supported by xdotool (see |
OK, I read the thread and tried what you recommend : #23 (comment) (for some reason this won't be displayed correctly...) The configuration file is also good. I think the problem might come from my touchpad which would not support 3-fingers swipes, indeed there is no |
Ok, closing this issue since the problem is hardware-related. |
I am very enticed by this project. Unfortunately it seems not to work on my Kubuntu 18.04, despite running the install exactly as outlined, only a couple hours ago.
I also ran the tests, which are all PASSED : https://pastebin.com/XgevMQDk
I'm not sure what's wrong. I use all the same keyboard shortcuts as set by default, and I have tried various "threshold" values, to no avail...
How can I help you make this work under my OS ?
The text was updated successfully, but these errors were encountered: