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 608997 - Touchpad settings seems to be broken with 1.5.0
Touchpad settings seems to be broken with 1.5.0
Status: RESOLVED FIXED
Product: GPointingDeviceSettings
Classification: Other
Component: Touchpad
git master
Other Linux
: Normal normal
: ---
Assigned To: GPointingDeviceSettings-maint
GPointingDeviceSettings-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-04 15:50 UTC by Michal Čihař
Modified: 2010-02-04 23:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michal Čihař 2010-02-04 15:50:38 UTC
After updating Debian package to version 1.5.0, lot of poeple complain that it has disabled their touchpad.

The difference with gpds and without is following:

$ diff synclient-on.txt synclient-off.txt
25,27c25,27
<     MinSpeed                = 0
<     MaxSpeed                = 0
<     AccelFactor             = 0.01
---
>     MinSpeed                = 0.4
>     MaxSpeed                = 0.7
>     AccelFactor             = 0.00995223  
50,52c50,52
<     ClickFinger1            = -48
<     ClickFinger2            = 0
<     ClickFinger3            = -68
---
>     ClickFinger1            = 1
>     ClickFinger2            = 1
>     ClickFinger3            = 1  

It seems that it zeroes Min/Max speed for some reson and changes click behavior.

More details available in Debian BTS: http://bugs.debian.org/568304
Comment 1 Hiroyuki Ikezoe 2010-02-04 23:29:43 UTC
Thanks reporting.

Click fingers and motion properties had been overwritten default values (in this case, that was 0 or 1) when there is no GConf settings.

I fixed this issue in http://git.gnome.org/browse/gpointing-device-settings/commit/?id=c5cb46692f29f0643f6d64311a76228ee756f5c3