Bug 419989

Summary: After database to be purged, baloo only re-indexes files after relogin
Product: [Frameworks and Libraries] frameworks-baloo Reporter: Patrick Silva <bugseforuns>
Component: generalAssignee: Stefan BrĂ¼ns <stefan.bruens>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tagwerk19
Priority: NOR    
Version: 5.69.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Patrick Silva 2020-04-12 13:40:37 UTC
STEPS TO REPRODUCE
1. disable baloo:
$balooctl disable
2. purge current database:
$balooctl purge
3. re-enable baloo:
$balooctl enable
4. run "balooctl monitor".
output says "Waiting for file indexer to start"
5. run "balooctl status".
output says "Baloo Index could not be opened".
Therefore, baloo is indexing nothing.
6. restart Plasma session and run "balooctl status":
now you can see the files being currently indexed by baloo.

EXPECTED RESULT
after database to be purged and baloo reenabled,
baloo should re-index the files without to require relogin.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.2
Comment 1 tagwerk19 2020-04-12 16:31:15 UTC
Try running "balooctl enable" twice - see Bug 419708
Comment 2 Patrick Silva 2020-04-13 15:31:58 UTC
(In reply to tagwerk19 from comment #1)
> Try running "balooctl enable" twice - see Bug 419708

it works, thanks.

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