Bug 419989 - After database to be purged, baloo only re-indexes files after relogin
Summary: After database to be purged, baloo only re-indexes files after relogin
Status: RESOLVED DUPLICATE of bug 419708
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.69.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Stefan Brüns
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-12 13:40 UTC by Patrick Silva
Modified: 2020-04-13 15:31 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***