Bug 439275 - Inappropriate button text in the System Settings “File Search” page.
Summary: Inappropriate button text in the System Settings “File Search” page.
Status: RESOLVED DUPLICATE of bug 436352
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_baloo (show other bugs)
Version: 5.22.2
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-28 20:08 UTC by Laura David Hurka
Modified: 2021-07-02 17:05 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot of “File Search” page. (110.11 KB, image/png)
2021-06-28 20:08 UTC, Laura David Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laura David Hurka 2021-06-28 20:08:30 UTC
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
Comment 1 David Edmundson 2021-06-28 21:09:14 UTC
Sorry for being dense but where is the elided text in your screenshot? it looks fine.
Comment 2 Laura David Hurka 2021-06-28 21:27:27 UTC
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.
Comment 3 David Edmundson 2021-06-28 23:05:20 UTC
>So that is an issue with the Fusion widget style.

Can you report there then please.
Comment 4 Laura David Hurka 2021-06-29 09:54:04 UTC
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)
Comment 5 Laura David Hurka 2021-06-29 10:11:35 UTC
Concerning the apparently incorrect size: https://bugreports.qt.io/browse/QTBUG-94860
Comment 6 Massimiliano L 2021-07-02 12:39:26 UTC
I opened bug 439403 about duplicate immutable entries for $HOME.

Odd behaviour of the pause indexer button is reported in bug 436352.
Comment 7 Laura David Hurka 2021-07-02 17:05:20 UTC
Ah, thanks.

*** This bug has been marked as a duplicate of bug 436352 ***