Output of the 42-logitech-unify-permission.rules udev rule in etc/udev/rules.d:
# This rule was added by Solaar.
#
# Allows non-root users to have raw access to Logitech devices.
# Allowing users to write to the device is potentially dangerous
# because they could perform firmware updates.
ACTION != "add", GOTO="solaar_end"
SUBSYSTEM != "hidraw", GOTO="solaar_end"
# USB-connected Logitech receivers and devices
ATTRS{idVendor}=="046d", GOTO="solaar_apply"
# Lenovo nano receiver
ATTRS{idVendor}=="17ef", ATTRS{idProduct}=="6042", GOTO="solaar_apply"
# Bluetooth-connected Logitech devices
KERNELS == "0005:046D:*", GOTO="solaar_apply"
GOTO="solaar_end"
LABEL="solaar_apply"
# Allow any seated user to access the receiver.
# uaccess: modern ACL-enabled udev
# udev-acl: for Ubuntu 12.10 and older
TAG+="uaccess", TAG+="udev-acl"
# Grant members of the "plugdev" group access to receiver (useful for SSH users)
#MODE="0660", GROUP="plugdev"
LABEL="solaar_end"
# vim: ft=udevrules
Describe the bug
Solaar, in versions 1.1.3 & 1.1.2, was working perfectly in PopOS 21.10 & 22.04.
After I performed a clean install of PopOS 22.04, the rules editor stopped having any effect completely. Version 1.1.1 still works.
All other settings can however successfully be changed, e.g. sensitivity, ratchet and so on. Assigning "diverted" status also removes the standard function.
This happens on all versions of Solaar, running from the downloaded directory or installed.
The configs.yaml & rules.yaml update when I save the rules in Solaar and all buttons are diverted.
I tried reinstalling Solaar after removing all its components. Whatever rules I save, they have no effect on my mouse/keyboard. The exact same rules used to work before.
The udev rule is installed along with all listed dependencies from the manual installation page.
I tried uninstalling, unpairing, removing all Solaar components manually.
To Reproduce
Steps to reproduce the behavior:
Save rules using Solaar's Rules Editor.
Watch the entered mouse or keyboard shortcuts have no effects at all.
Information
Output of
solaar -ddd
when pressing a mouse button:Output of
solaar show
:Output of
config.yaml
:Output of the
42-logitech-unify-permission.rules
udev rule inetc/udev/rules.d
:Describe the bug
Solaar, in versions 1.1.3 & 1.1.2, was working perfectly in PopOS 21.10 & 22.04.
After I performed a clean install of PopOS 22.04, the rules editor stopped having any effect completely. Version 1.1.1 still works.
All other settings can however successfully be changed, e.g. sensitivity, ratchet and so on. Assigning "diverted" status also removes the standard function.
This happens on all versions of Solaar, running from the downloaded directory or installed.
The configs.yaml & rules.yaml update when I save the rules in Solaar and all buttons are diverted.
I tried reinstalling Solaar after removing all its components. Whatever rules I save, they have no effect on my mouse/keyboard. The exact same rules used to work before.
The udev rule is installed along with all listed dependencies from the manual installation page.
I tried uninstalling, unpairing, removing all Solaar components manually.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Solaar rules editor
rules.yaml
Thank you so much for the fantastic software :)