Bug 422656

Summary: kcm label misleading "Full content indexing"
Product: [Applications] systemsettings Reporter: Sebastien Renard <renard>
Component: kcm_balooAssignee: Nate Graham <nate>
Status: RESOLVED FIXED    
Severity: minor CC: benjamin.port, nate, plasma-bugs
Priority: NOR    
Version: 5.19.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sebastien Renard 2020-06-09 08:15:43 UTC
SUMMARY

Baloo KCM label for each directory is misleading : "Full Content indexing". Whether to index just file names or content is managed by a global check box for all directories ("Also index file content").

STEPS TO REPRODUCE
1. open kcm baloo
2. look at directory setting droplist

OBSERVED RESULT

Choose between "Not Indexed" and "Full Content Indexing"


EXPECTED RESULT

Choose between "Not Indexed" and "Indexing"


SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15
Comment 1 Nate Graham 2020-06-10 20:18:22 UTC
Yeah the idea here was that there would eventually be multiple indexing states in the combobox: "Full content indexing", "Metadata-only indexing" and so on. However that hasn't gotten added yet, so I suppose it makes sense to change the string to something less precise until that happens. Will fix.
Comment 2 Nate Graham 2020-06-10 20:22:43 UTC
Git commit 6761408084d8b3f9f7b933d18c515c0ae176ea27 by Nate Graham.
Committed on 10/06/2020 at 20:21.
Pushed by ngraham into branch 'master'.

[kcms/baloo] Make indexing combobox state text clearer

M  +1    -1    kcms/baloo/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/commit/6761408084d8b3f9f7b933d18c515c0ae176ea27
Comment 3 Sebastien Renard 2020-06-11 10:09:03 UTC
Thanks
Comment 4 Nate Graham 2020-06-11 13:02:24 UTC
You're welcome!