Summary: | Can't find Accessibility KCM by searching for "colorblind" | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Tamás Králl <tamaskrall42> |
Component: | kcm_accessibility | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | alexander.lohnau, duha.bugs, nate, nicolas.fella, plasma-bugs-null |
Priority: | NOR | Keywords: | junior-jobs |
Version First Reported In: | 6.1.1 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/fec3e3f9d1880da2e1f3e7847706f3c418939aef | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
Tamás Králl
2024-06-27 17:09:34 UTC
The shake cursor effect search result has been addressed already, see: https://bugs.kde.org/show_bug.cgi?id=488850 Can confirm the issue with searching colorblind though. Can also reproduce. Wanna add the keyword? It needs to go here: https://invent.kde.org/plasma/kwin/-/blob/master/src/kcms/effects/kcm_kwin_effects.json?ref_type=heads#L101 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/6012 Git commit 13b2c43b2b46896b0ff1d2ba5bf659dca40629b0 by Andrew Shark. Committed on 27/06/2024 at 20:57. Pushed by ashark into branch 'master'. Add Colorblindness Correction effect keywords This allows to easily reach this effect when searching in system settings. M +1 -1 src/kcms/effects/kcm_kwin_effects.json https://invent.kde.org/plasma/kwin/-/commit/13b2c43b2b46896b0ff1d2ba5bf659dca40629b0 Looks like on the current Neon Unstable this once again doesn't work. I've searched "colorblind" in System Settings and there's no result. "blind" on its own works, however. I'll reopen this report. Aha, this happened because we moved it to the Accessibility KCM but forgot to migrate the keywords. Will fix. Hmm actually I do see the keywords in there: https://invent.kde.org/plasma/plasma-desktop/-/blob/master/kcms/access/kcm_access.json?ref_type=heads#L153 Yet they aren't showing up in a search. How odd. Could be a subtle internal issue in KRunner itself. I checked the commit you linked and "colorblind" as is (without a space in the middle) is not on the list of keywords. So that might be the problem.. Though "color blindness" is on the list, so if the search system didn't take spaces into account (I'm not familiar with its mechanism), then "colorblind" should've given the result I expected. Can't reproduce today; I think I accidentally fixed it with https://invent.kde.org/plasma/plasma-desktop/-/commit/fec3e3f9d1880da2e1f3e7847706f3c418939aef. |