https://bugs.kde.org/show_bug.cgi?id=496324
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |b47f1d60a2a3bb26b214b10586f | |77fbcc79c1744 Version Fixed In| |6.4.0 Status|ASSIGNED |RESOLVED --- Comment #2 from cwo <cwo....@posteo.net> --- Git commit b47f1d60a2a3bb26b214b10586f77fbcc79c1744 by Christoph Wolk. Committed on 05/06/2025 at 09:38. Pushed by cwo into branch 'master'. applets/kickoff: fix error when accessing context action Kicker actions return whether the launcher should be closed after the action or not. Kickoff fails at its attempt to use the the information though, as the plasmoiditem is not accessible by id from the singleton nested menu component. It's already passed in as a property, but just not used here. The attempt to access by id fails with an error. This has no major negative consequences beside the error, but does make the interaction feel less responsive as kickoff will stick around until the app launches a window, which may take a while. Instead, use the property as intended. We also add a check to avoid automatically closing it when pinned; this seems like an oversight in the original logic. FIXED-IN: 6.4.0 M +3 -2 applets/kickoff/package/contents/ui/ActionMenu.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/b47f1d60a2a3bb26b214b10586f77fbcc79c1744 -- You are receiving this mail because: You are watching all bug changes.