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 699375 - two-finger scrolling is broken and checkbox is selected, but insensitive (so can't be disabled).
two-finger scrolling is broken and checkbox is selected, but insensitive (so ...
Status: RESOLVED DUPLICATE of bug 702858
Product: gnome-control-center
Classification: Core
Component: Mouse
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Ondrej Holy
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-01 12:27 UTC by darkxst
Modified: 2013-06-25 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description darkxst 2013-05-01 12:27:13 UTC
Apparently my laptop does not support two-finger scrolling. However the checkbox setting in gnome-control-center is on and disabled, so I can no turn it off, short of manually changing the setting with gsettings.
Comment 1 Volker Sobek (weld) 2013-05-01 13:01:39 UTC
In addition, if your touchpad doesn't support two finger scrolling, you don't get edge scrolling until you manually set the scroll method:

gsettings set org.gnome.settings-daemon.peripherals.touchpad scroll-method edge-scrolling
Comment 2 darkxst 2013-05-01 13:22:21 UTC
so I think in this case, we should actually change the gsetting value, rather than just make the checkbox insensitive!

gnome-mouse-properties.c:306

/* Disable two finger scrolling unless the hardware supports
                         * double touch */
                        if (!(data[3]))
                                gtk_widget_set_sensitive (WID ("two_finger_scroll_toggle"), FALSE);
Comment 3 Ondrej Holy 2013-05-02 14:21:21 UTC
(In reply to comment #2)
> so I think in this case, we should actually change the gsetting value, rather
> than just make the checkbox insensitive!
> 
> gnome-mouse-properties.c:306
> 
> /* Disable two finger scrolling unless the hardware supports
>                          * double touch */
>                         if (!(data[3]))
>                                 gtk_widget_set_sensitive (WID
> ("two_finger_scroll_toggle"), FALSE);

Thank you for bug report. 

Changing gsettings value in gnome-mouse-properties is possible, however we should probably change this directly in g-s-d instead or do not enable two finger scrolling by default.
Comment 4 Ondrej Holy 2013-06-25 14:27:32 UTC

*** This bug has been marked as a duplicate of bug 702858 ***