elementary / switchboard-plug-mouse-touchpad

Switchboard Mouse & Touchpad Plug
GNU General Public License v3.0
24 stars 13 forks source link

Elementary 6.0: Bluetooth mouse natural scroll #156

Closed Ppamungkas closed 3 years ago

Ppamungkas commented 3 years ago

Bluetooth mouse natural scroll is turned off when booting and while working with the computer.

What Happened

On every boot the natural scroll need to be switch off and on again to have the natural scroll working. While working, the natural scroll suddenly changed, the config in system settings is still on, after turn off and on the natural scroll is back.

Expected Behavior

Natural scroll should be not off by itself.

Steps to Reproduce

  1. Connect a bluetooth mouse and use natural scroll
  2. Reboot Computer.
  3. Natural scroll is loss.

Platform Information

Ppamungkas commented 3 years ago

This link solve my problem.

Maybe hook the setting to the options?

https://askubuntu.com/questions/1282097/20-04-natural-scrolling-not-persisting-between-sessions/1283546#1283546

danirabbit commented 3 years ago

From the discussion on StackExchange it sounds like this is an upstream issue either in GNOME Settings Daemon or in Libinput. Either way the fact that it can be reproduced in GNOME Settings means it's not an issue with our code here

Closing the issue as "Out of Scope" since it can't be resolved in this code base

Please pursue this issue upstream in GNOME Settings Daemon on GitLab