https://bugs.kde.org/show_bug.cgi?id=375370
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |junior-jobs Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #10 from Nate Graham <n...@kde.org> --- Yep, can reproduce. Dunno what I was smoking before. $ cat ~/.config/baloorc [Basic Settings] Indexing-Enabled=true [General] exclude folders[$e]=$HOME/test1,$HOME/test1-test,$HOME/test2,$HOME/test1-test/foo first run=true folders[$e]=$HOME,$HOME/test1-test/foo $ balooctl config list excludeFolders /home/dev/test1 /home/dev/test1-test /home/dev/test2 $ balooctl config remove excludeFolders '/home/dev/test1' Path does not exist $ balooctl config remove excludeFolders '$HOME/test1' Path does not exist $ balooctl config remove excludeFolders \$HOME/test1 Path does not exist I'm guessing this is a simple logic error that will be easy to fix. -- You are receiving this mail because: You are watching all bug changes.