https://bugs.kde.org/show_bug.cgi?id=477274
Stefan Brüns <stefan.bru...@rwth-aachen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |7ecf315258b4e171ab76d7929ce | |7b8db5cfc3011 Status|ASSIGNED |RESOLVED --- Comment #12 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- Git commit 7ecf315258b4e171ab76d7929ce7b8db5cfc3011 by Stefan Brüns. Committed on 19/12/2023 at 14:08. Pushed by bruns into branch 'master'. Fix hiding of filename label when indexer is idle This fixes a regression caused by commit 6ea58c0f0ac6 ("kcms/baloo: make "current indexing" label a full path again"). Prior to this commit, the condition included the boolean "monitor.currentlyIndexing" property. Using the filePath.length and completionPercentage is insufficient, as the filepath value is only valid when the state is *not* idle, and may show e.g. a placeholder value during idle state. M +1 -1 kcms/baloo/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/7ecf315258b4e171ab76d7929ce7b8db5cfc3011 -- You are receiving this mail because: You are watching all bug changes.