Skip to content

Remove DBus service start condition for baloo runner

Alexander Lohnau requested to merge work/alex/baloo_runner_startcondition into master

Otherwise we do not start the process, which will cause a timeout in KRunner. The goal of the condition was to prevent the process from starting up unnecessarily, but having a timeout in KRunner in that case is far from ideal.

With plasma-desktop!796 (merged) the runner will get disabled when one disables baloo indexing. Consequently the runner will not get called from DBus.

Merge request reports