https://bugs.kde.org/show_bug.cgi?id=407530
--- Comment #5 from tagwer...@innerjoin.org --- I'm able to replicate this with files that have been moved to the wastebasket. There may also be a second issue lurking here but I'm having trouble pinning it down. Configure baloo indexing to include hidden files Create testfile.txt Assign a tag to it; "mytag" Confirm, with "getfattr -d testfile.txt", that the tag has been added. Make sure, with "getfattr -Rd ~ | grep -B1 mytag", that it's not been used elsewhere. Confirm, with "baloosearch tags:/mytag/", that it has been indexed. Soft delete the file in Dolphin. Check, with "baloosearch tags:/mytag/", that it has been moved to .local/share/Trash Move to the "All Tags" list of tags in Dolphin and delete the "mytag" folder. Refresh the Dolphin display with an F5, the "mytag" folder reappears. Clear the Wastebasket - "baloosearch tags:/mytag/" still sees the files and an F5 on dolphin shows the tag folders It's possible to manually clear the entry in the baloo index with: balooctl clear ~/.local/share/Trash/files/testfile.txt -- You are receiving this mail because: You are watching all bug changes.