https://bugs.kde.org/show_bug.cgi?id=516178
Bug ID: 516178
Summary: Baloo suspend doesn't seem to work
Classification: I don't know
Product: kde
Version First unspecified
Reported In:
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Suspending the baloo indexer with `balooctl6 suspend` seemingly does not
suspend the indexer despite command output suggesting otherwise.
```
$> balooctl6 status
Baloo File Indexer is running
Indexer state: Idle
Total files indexed: 353,598
Files waiting for content indexing: 305,350
Files failed to index: 0
Current size of index is 489.07 MiB
$> balooctl6 suspend
File Indexer suspended
$> balooctl6 status
Baloo File Indexer is running
Indexer state: Idle
Total files indexed: 353,598
Files waiting for content indexing: 305,350
Files failed to index: 0
Current size of index is 489.07 MiB
```
STEPS TO REPRODUCE
1. Run `balooctl6 status` to ensure the indexer is running
2. Run `balooctl6 suspend` to suspend the indexer
3. Again run `balooctl6 status` and the service has not been suspended
OBSERVED RESULT
Indexer not suspended despite command output stating it has.
EXPECTED RESULT
The indexer should be suspended when the `balooctl6 suspend` command is given
and its output indicates the indexer has been suspended.
SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 6.5.5
KDE Frameworks Version: 6.22.0
Qt Version: 6.10.1
Kernel Version: 6.18.8-1-MANJARO (64-bit)
Graphics Platform: Wayland
ADDITIONAL INFORMATION
I stumbled across this issue when troubleshooting why the system wouldn't
suspend/sleep. baloo_file_extr was failing to freeze and therefore prevented
sleep/suspend. This is potentially another bug or configuration issue with the
Manjaro distro. Adding a script in `/usr/lib/systemd/system-sleep/` to
enable/disable baloo pre and post sleep seems to resolve the issue. Should
this be reported as a bug here?
--
You are receiving this mail because:
You are watching all bug changes.