linuxmint / mint21.1-beta

BETA Bug Squash Rush
7 stars 0 forks source link

cinnamon: Endpoint labels missing for 'Speed' slider in touchpad settings #16

Closed kalevsr closed 1 year ago

kalevsr commented 1 year ago

The 'Speed' slider in touchpad settings has both endpoints labelled 'None'. It should be 'Slower' and 'Faster' instead.

If I'm not mistaken, the culprit is line 131 in this file: https://github.com/linuxmint/cinnamon/blob/master/files/usr/share/cinnamon/cinnamon-settings/modules/cs_mouse.py

clefebvre commented 1 year ago

Thanks. Fixed by https://github.com/linuxmint/cinnamon/commit/b92a48873a8e5be8309418037cbadbbe85ce6cf3.

PS: You can click on the line number in github and it gives you a link which highlights the line (https://github.com/linuxmint/cinnamon/blob/master/files/usr/share/cinnamon/cinnamon-settings/modules/cs_mouse.py#L131).