| Summary: | 6 hardcoded runners are always added to the set of systemwide runners when "Extra runners" setting is in use, even if some of those are disabled systemwide | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | m2741 |
| Component: | Application Menu (Kicker) widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
m2741
2025-03-07 18:24:50 UTC
I'll add that despite displaying the results of the System Settings search plugin, the plugin still remains disabled within settings Can reproduce. The code is a little wonky here: https://invent.kde.org/plasma/plasma-desktop/-/blob/master/applets/kicker/package/contents/ui/main.qml?ref_type=heads#L149 It always starts with the same set of 6 hardcoded runners, and then you can optionally configure it to add more from a second hardcoded list, but not permanently subtract any. I'd say we should remove all this stuff and just have it always use the set of runners configured systemwide. I'm terribly sorry, I don't know anything about programming and have no idea how to make the changes you suggested. I just thought I should let someone know as it was something that I'd noticed for a while now No worries, you aren't expected to. :) Hopefully someone will be able to get to this eventually. |