diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 32385469..5f9b7a8d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,12 +8,20 @@ assignees: '' --- **Information** - - - + + + + + + - Solaar version (`solaar --version` or `git describe --tags` if cloned from this repository): - Distribution: -- Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE` +- Kernel version (ex. `uname -srmo`): - Output of `solaar show`:
@@ -34,11 +42,11 @@ CONTENTS HERE - Errors or warrnings from Solaar: - +run Solaar as `solaar -ddd`, after killing any running Solaar processes to +have Solaar log debug, informational, warning, and error messages to stdout. --> **Describe the bug** diff --git a/lib/logitech_receiver/notifications.py b/lib/logitech_receiver/notifications.py index 5ce5b4c1..976d50d5 100644 --- a/lib/logitech_receiver/notifications.py +++ b/lib/logitech_receiver/notifications.py @@ -280,7 +280,7 @@ def _process_feature_notification(device: Device, notification: HIDPPNotificatio result = hidpp20.decipher_adc_measurement(notification.data) if result: # if good data and the device was not present then a push is needed device.set_battery_info(result[1]) - device.changed(active=True, alert=Alert.ALL, reason=_("ADC measurement notification"), push=not old_present) + device.changed(active=True, alert=Alert.NONE, reason=_("ADC measurement notification"), push=not old_present) else: # this feature is also used to signal device becoming inactive device.present = False # exception to device presence device.changed(active=False) diff --git a/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml b/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml index aafee362..a3277e07 100644 --- a/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml +++ b/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml @@ -48,7 +48,7 @@ - +