You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For some reason when I add a rule and select 'Feature' -> 'THUMB WHEEL' it always saves it as 'None (000)'.
This happens with a a lot of the other feature options as well.
I did also make sure to divert it and make sure that it was coming through as a notification: DEBUG [SolaarListener:hidraw11] logitech_receiver.notifications: <Device(255,B034,MX Master 3S,)>: notification for feature THUMB WHEEL, report 0, data 00000000000000000000000000000000
Ultimately, I am trying to get the thumb wheel to navigate between workspaces but having difficulty figuring out how to make that happen correctly.
I did also install the gnome extension hoping that would give me greater capabilities but I'm not 100% sure yet what that does exactly or how it affects the rule engine.
The text was updated successfully, but these errors were encountered:
This is the result of a bug introduced recently that may be in 1.1.14. Old code removed and added underscores where needed. PR #2802 should have fixed the problem, so download Solaar from this repository and run from there or install using pip.
Information
uname -srmo
):Linux 6.12.11-200.fc41.x86_64 x86_64 GNU/Linux
solaar show
:~/.config/solaar/config.yaml
(or~/.config/solaar/config.json
if~/.config/solaar/config.yaml
not present):Describe the bug
For some reason when I add a rule and select 'Feature' -> 'THUMB WHEEL' it always saves it as 'None (000)'.
This happens with a a lot of the other feature options as well.
I did also make sure to divert it and make sure that it was coming through as a notification:
DEBUG [SolaarListener:hidraw11] logitech_receiver.notifications: <Device(255,B034,MX Master 3S,)>: notification for feature THUMB WHEEL, report 0, data 00000000000000000000000000000000
Ultimately, I am trying to get the thumb wheel to navigate between workspaces but having difficulty figuring out how to make that happen correctly.
I did also install the gnome extension hoping that would give me greater capabilities but I'm not 100% sure yet what that does exactly or how it affects the rule engine.
The text was updated successfully, but these errors were encountered: