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 747502 - Missing touchpad section
Missing touchpad section
Status: RESOLVED DUPLICATE of bug 747504
Product: gnome-control-center
Classification: Core
Component: Mouse
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Ondrej Holy
Control-Center Maintainers
: 748502 748647 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-04-08 12:04 UTC by Ondrej Holy
Modified: 2015-04-29 14:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ondrej Holy 2015-04-08 12:04:15 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
Comment 1 Ondrej Holy 2015-04-08 12:07:53 UTC
Bug 747504 can fix it...
Comment 2 Ondrej Holy 2015-04-21 11:45:04 UTC
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?
Comment 3 Bastien Nocera 2015-04-21 12:54:42 UTC
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.
Comment 4 Ondrej Holy 2015-04-23 07:19:33 UTC

*** This bug has been marked as a duplicate of bug 747504 ***
Comment 5 Rui Matos 2015-04-27 09:41:11 UTC
*** Bug 748502 has been marked as a duplicate of this bug. ***
Comment 6 Ondrej Holy 2015-04-29 14:25:04 UTC
*** Bug 748647 has been marked as a duplicate of this bug. ***