Created attachment 139724 [details] Screenshot of “File Search” page. SUMMARY I found this page by entering “baloo” in krunner. This page does not seem to do anything. It has line that reads “Status: Not Running, 0% complete [ Pause Indexe...? ]”. Apparently the button has an incorrect size constraint set to it. I would expect that Qt Quick buttons are smart enough to calculate an appropriate size, so that wouldn’t be necessary. Clicking the button does not do anything. Only the click animation is shown. I don’t know the text on the button. If it is just “Pause Indexer”, the button shouldn’t be there, because it is “not running.” STEPS TO REPRODUCE 1. Open System Settings -> Workspace -> Search -> File Search SOFTWARE/OS VERSIONS Operating System: KDE neon 5.22 KDE Plasma Version: 5.22.2 KDE Frameworks Version: 5.83.0 Qt Version: 5.15.3
Sorry for being dense but where is the elided text in your screenshot? it looks fine.
I didn’t mean that it is elided, I just used three points to indicate that the button text is cut off. After changing to Breeze widget style, yes, it is not cut off. To my eyes the text was too much pressed inside, which made it seem clear to me that it is cut off. So that is an issue with the Fusion widget style.
>So that is an issue with the Fusion widget style. Can you report there then please.
I tried clicking “Defaults”. All the duplicate immutable entries for $HOME disappeared, and the Status line changed: Status: Indexing file content, ...% complete. [Pause Indexer] Currently indexing: ... (with ... frequently updating.) Apparently the File Search page is now connected to baloo. Clicking on Pause Indexer apparently actually pauses baloo, but the button still reads “Pause Indexer” instead of “Resume Indexer” or similar. After clicking on “Pause Indexer” twice, the status line changes to: Status: Indexing file content, ...% complete. [Pause Indexer] Currently indexing: %1(I18N_ARGUMENT_MISSING)
Concerning the apparently incorrect size: https://bugreports.qt.io/browse/QTBUG-94860
I opened bug 439403 about duplicate immutable entries for $HOME. Odd behaviour of the pause indexer button is reported in bug 436352.
Ah, thanks. *** This bug has been marked as a duplicate of bug 436352 ***