Comment 61 for bug 489830

Revision history for this message
Piers Titus van der Torren (ptt) wrote :

Half a year ago I submitted some patches for this bug in another bug report: https://bugs.launchpad.net/ubuntu/+source/gpointing-device-settings/+bug/697415
Probably that wasn't the right place, since nothing happened with it. So here it is again, can someone with package maintenance rights apply those patches?

attached is a patch which corrects the following:
* circular scrolling start point saved in gconf, was not saved at all
* scrolling speed saved as int, was saved as bool

Reading properties worked correctly, so adding on or more of the following in gconf in /desktop/gnome/peripherals/SynPS... works as a temporary fix:
circular_scrolling_trigger = 3
vertical_scrolling_distance = 255
horizontal_scrolling_distance = 255

This is a copy of a comment on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615092