Bug 448523

Summary: Add "accessibility" tag for searching
Product: [Applications] systemsettings Reporter: Jack Hill <jackhill3103>
Component: kcm_kwineffectsAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: nate, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.23.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jack Hill 2022-01-15 12:45:43 UTC
SUMMARY
The first heading under Desktop Effects is "Accessibility", but Desktop Effects does not appear when searching "accessibility".

STEPS TO REPRODUCE
1. Open system settings
2. Search for accessibility
3. Look at the filtered settings

OBSERVED RESULT
The Desktop Effects KCM is not highlighted

EXPECTED RESULT
The Desktop Effects KCM should be highlighted

SOFTWARE/OS VERSIONS
Linux: openSUSE Tumbleweed 20220113
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2022-01-21 01:48:31 UTC
Good idea! Wanna do it yourself? This kind of thing is really easy to do. Here's where you would add it:

https://invent.kde.org/plasma/kwin/-/blob/master/src/kcmkwin/kwineffects/kcm_kwin_effects.desktop#L102

The relevant documentation can be found at https://community.kde.org/Infrastructure/GitLab, and I can help if the process of changing code and submitting merge requests is unfamiliar to you.
Comment 2 Jack Hill 2022-03-14 20:55:56 UTC
Fixed in !2122 of kwin https://invent.kde.org/plasma/kwin/-/merge_requests/2122