Summary: | plasma-nm applet spamming log with "Accessible must be attached to an Item" messages | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Erik Quaeghebeur <bugs.kde.org> |
Component: | Networks widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate, qydwhotmail |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-nm/commit/b0642d4a1aed6945c0d63384f61d9852856c424b | Version Fixed In: | 5.27 |
Sentry Crash Report: |
Description
Erik Quaeghebeur
2022-12-13 13:45:09 UTC
Thank you for the bug report! Please note that Plasma 5.25.5 is not supported for much longer by KDE; supported versions are 5.24, and 5.26 or newer. If at all possible please upgrade to a supported version and verify that the bug is still happening there. If you're unsure how to do this, contact your distributor about it. It's mostly noise and most have been fixed now. "Accessible must be attached to an Item" is still present though. Let me see if I can fix it. Git commit b0642d4a1aed6945c0d63384f61d9852856c424b by Nate Graham. Committed on 11/01/2023 at 22:09. Pushed by ngraham into branch 'master'. Remove Accessible.description set on Action the Accessible property only works for objects that inherit from Item. Action inherits from QtObject, so setting Accessible.description on it unfortunately does not work and instead just generates log error messages. PlasmaExtras.ExpandableListItem only allows you to set an action to customize the default button, and doesn't expose the button object itself, which is where accessibility properties would need to be set. So this will require some refactoring to work properly. CCMAIL: qydwhotmail@gmail.com FIXED-IN: 5.27 M +0 -2 applet/contents/ui/ConnectionItem.qml https://invent.kde.org/plasma/plasma-nm/commit/b0642d4a1aed6945c0d63384f61d9852856c424b Bulk transfer as requested in T17796 |