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

--- Comment #4 from tagwer...@innerjoin.org ---
(In reply to Patrick Silva from comment #3)
> ... and the behavior mentioned
> in comment 1 occurs when I try to delete tags while baloo is enabled but
> indexing is not in progress ...
Hmmm. So maybe there's a file "stuck somewhere" that still has the tag or that
baloo has a "stuck record" of the tag on a file that no longer exists.

If you are indexing your $HOME, try searching through all the extended
attributes. Something like:

    getfattr -Rd ~ | grep -B1 test

(not sure, you were using "test" and "teste" tags?).

For the "stuck record", see what baloosearch returns:

    baloosearch 'tags:/test$'
    baloosearch 'tags:/teste$'

There's a chance you've tagged a file and moved it to the wastebasket... I
think it's worth a look...

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

Reply via email to