https://bugs.kde.org/show_bug.cgi?id=472525
--- Comment #1 from tagwer...@innerjoin.org --- (In reply to tagwerk19 from comment #0) > ... the handling of filenames with embedded spaces to work as it ought to ... This is better: baloosearch txt OR doc OR jpg OR jpeg OR png OR mp3 | sort -u | while read i; do if [ ! -e "$i" ] then echo "$i" | sed -e 's/ /\\ /g' fi done | sed -e 'N;s/\n/ /' | sed -e 'N;s/\n/ /' | sed -e 'N;s/\n/ /' | sed -e 'N;s/\n/ /' | sed -e 'N;s/\n/ /' | sed -e 'N;s/\n/ /' | sed -e 'N;s/\n/ /' | xargs -r balooctl clear -- You are receiving this mail because: You are watching all bug changes.