After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696320 - Implement input device settings in compositor
Implement input device settings in compositor
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: general
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-21 19:02 UTC by Bastien Nocera
Modified: 2019-03-04 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2013-03-21 19:02:44 UTC
As the Wayland compositor will be handling input devices, input devices settings should be implemented in gnome-shell/mutter.

For example, the basics would be:
- mouse acceleration/accell threshold

Harder would be:
- touchpad tap-to-click
- natural scrolling
- disabling touchpad
- detecting the presence of particular device types (trackball, touchpad, mouse, touchscreen)

We already have code to implement those settings for X11 in gnome-settings-daemon.
It would be good to start moving the X11 code to gnome-shell/mutter so that both the X11 and the wayland codepaths are in the same place.
Comment 1 Florian Müllner 2019-03-04 10:58:35 UTC
This has happened.