You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kf5-baloo/baloo_file_shutdown.sh

8 lines
233 B

#!/bin/sh
# workaround for baloo_file processes persisting
# after logout, parent bug:
# https://bugzilla.redhat.com/show_bug.cgi?id=1861700
qdbus-qt5 org.kde.baloo >& /dev/null && \
qdbus-qt5 org.kde.baloo / org.kde.baloo.quit ||: