GNOME Bugzilla – Bug 747502
Missing touchpad section
Last modified: 2015-04-29 14:25:04 UTC
Whole touchpad section disappears in g-c-c if touchpad is disabled and consequently it isn't possible to enable the touchpad from UI. It occurs probably only if xorg-x11-drv-synaptics is used. It was caused by the port to GsdDeviceManager recently: https://git.gnome.org/browse/gnome-control-center/commit/?id=0ae0f4abe40b65e6536b6f2895d86d6ecad54623
Bug 747504 can fix it...
GsdDeviceManager doesn't list the disabled devices, respectively GdkDeviceManager doesn't list them. Isn't this rather gdk bug? Shouldn't be disabled devices also listed? We can use touchpad_is_present() conditionally for x11, and have_device_type() for wayland to fix this issue... do you like it?
This isn't an x11 vs. wayland problem, it's a synaptics vs. libinput X11 driver problem. If we don't set the "Device Enabled" property, then the device doesn't disappear from the list, and there's nothing else to be done.
*** This bug has been marked as a duplicate of bug 747504 ***
*** Bug 748502 has been marked as a duplicate of this bug. ***
*** Bug 748647 has been marked as a duplicate of this bug. ***