https://bugs.kde.org/show_bug.cgi?id=488178

skierpage <i...@skierpage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i...@skierpage.com

--- Comment #3 from skierpage <i...@skierpage.com> ---
(In reply to David Edmundson from comment #0)
> Baloo is started manually in the following places with
> QProcess::startDetached
>  - balooctl
>  - qml monitor bindings
>  - kcm (plasma-desktop)
> 
> This is problematic as it skips all features systemctl --user
> kde-baloo.service provides.

I think the workaround is
  # Make sure baloo thinks it should be running.
  % balooctl6 enable
   # Stop the baloo systemd unit.
  % systemctl --user stop kde-baloo
  # Make sure baloo's processes (baloo_file and baloo_file_extractor) are
actually killed.
  % pkill --echo baloo_file
  # Restart the baloo systemd.unit
  % systemctl --user start kde-baloo

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to