Apricity-OS / apricity-build

ISO build scripts for Apricity OS
https://apricityos.com
364 stars 40 forks source link

Trackpad tap to click? #116

Open MansonEsqueEgo opened 8 years ago

MansonEsqueEgo commented 8 years ago

I just installed the 07/2016 build (cinnamon, on a Toshiba satellite, the feature has worked for me on previous versions of apricity and other distros), and tap to click isn't working, i did enable it in settings, but perhaps I'm missing something obvious, if so my apologies. Thank you for the amazing work!

dealloc commented 8 years ago

There's been more issues like this, it's been answered in #93

MansonEsqueEgo commented 8 years ago

I looked at that first, the thing is unless i messed up in the process, ive already followed that guide, ( uninstalling what was mentioned) and after restarting, i still get that bug

dealloc commented 8 years ago

Can you try my suggestion of running

synclient TapButton1=1 TapButton2=3 TapButton3=2

in your terminal and verify again?

MansonEsqueEgo commented 8 years ago

Thank you so much! Though when my nooby self tries to run it all that comes back is "synclient: command not found"

dealloc commented 8 years ago

My first guess would be to try and install the synclient package :)

EDIT: I was sending this from my phone yesterday and didn't have the means to properly look it up, so here goes:

synclient is a part of the xf86-input-synaptics package (on which more info here)

So you could install it with sudo pacman -S xf86-input-synaptics

MansonEsqueEgo commented 8 years ago

Thank you so very much! That did it, at last! I had that package installed, but for some reason whenever i ran what you sent me, the output (yeah noob language for the win) stated i didn't have the proper drivers, so i reinstalled the package, rebooted and actually took the time to browse through the wiki this time. Sorry about my utter ignorance, but I'm just getting started on linux, I've pretty much just distro hopped thus far...

RubenKelevra commented 8 years ago

Seems a bit off-question but on-topic: I think the tap to click option should be enabled after installation. This is the default option which seems to be expected by the most users.

dealloc commented 8 years ago

I've seen it disabled out of the box on pretty much any distro I've used with Gnome

RubenKelevra commented 8 years ago

Right, a friend created a bugreport on gnome about that, because the usual expectation from $users are more like this is working. But they decided to let it disabled.

Surely this might be a personal choice, but I think the default should be enabled, because everybody expect that.

bitnukl commented 8 years ago

I would also vote for enabled tap to click by default. It's what users from Windows and OSX expect and it makes sense. I also can't see any downside, accidental clicks should be extremely rare. Users bothered by that can deactivate it anytime, disabling touchpad while typing could also help.

RubenKelevra commented 8 years ago

Thanks @bitnukl that is my point.

dealloc commented 8 years ago

Main painpoint for me would be accidently touching the touchpad while typing, especially with my touchpad being placed rather awkardly

RubenKelevra commented 8 years ago

Yeah, some devices got this issue, but still the sane default should be, what all users expect not the edge-cases or workarounds of hardware-issues.