Summary: | <search term> and HTML codes when searching | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | riclick |
Component: | Application Launcher (Kickoff) widget | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | alexander.lohnau, duha.bugs, mikel5764, natalie_clarius, nate, noahadvs, oded |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/3705ca0c8638730aa7f16b5376f06ae07eb8ede1 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Kickoff |
Description
riclick
2024-11-06 21:54:55 UTC
Yup, you found the inline help feature! Refiling to Kickoff where the bug happens. Steps to reproduce: Type helpsys or ?systemsettings in Kickoff. Other help runners are also affected. Created attachment 175667 [details]
Kickoff
See Image attached
This is very confusing - if you type something like "helpsystem" (but not "help system"), you get an entry that says: System Settings <search term> Finds system settings modules whose names or descriptions match :q: If you select it - it replaces the search field with the text "<search terms>" - which causes the runner to find a bunch of unrelated stuff (that possibly contains the word "search" or "terms" in it) but isn't actually related to system settings. It looks like some internal configuration that isn't supposed to be visible but is exposed in a broken way, and isn't useful at all. Why is this accessible and what possible use does it have? A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2629 Git commit 3705ca0c8638730aa7f16b5376f06ae07eb8ede1 by Alexander Lohnau. Committed on 24/11/2024 at 06:38. Pushed by alex into branch 'master'. kickoff: Fix display of multiline results M +1 -0 applets/kickoff/package/contents/ui/AbstractKickoffItemDelegate.qml M +3 -2 applets/kickoff/package/contents/ui/KickoffListDelegate.qml M +2 -0 applets/kickoff/package/contents/ui/KickoffSingleton.qml M +1 -0 applets/kickoff/package/contents/ui/PlacesPage.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/3705ca0c8638730aa7f16b5376f06ae07eb8ede1 |