mate-desktop / mate-settings-daemon

MATE settings daemon
https://mate-desktop.org
GNU General Public License v2.0
43 stars 48 forks source link

add libinput support #160

Closed monsta closed 7 years ago

monsta commented 8 years ago

We need to add libinput support since distros already started preferring it to synaptics. But we also need to keep synaptics support intact for distros that rely on it.

I think the best is to use https://github.com/linuxmint/cinnamon-settings-daemon/pull/131 as a reference implementation. Some backporting from gnome is needed before using that code though. We lack some code refactoring and cleanups and some features (like separate motion settings for touchpad).

This issue is split from https://github.com/mate-desktop/mate-control-center/issues/133 to track only m-s-d changes.

monsta commented 7 years ago

Ok, https://github.com/mate-desktop/mate-settings-daemon/pull/166 is merged, so it's done.