https://bugs.kde.org/show_bug.cgi?id=444350
--- Comment #2 from pveax <pv...@mailforspam.com> --- tagwerk19, the workaround substitution mentioned by you, works for me, but if to proceed to act after your code, the $HOME re-appears from nowhere. Full code: ``` $ balooctl config add includefolders ~/Documents $ balooctl config rm includefolders $HOME $ balooctl config list includeFolders /home/m/Documents/ $ balooctl config rm includefolders ~/Documents $ balooctl config list includeFolders /home/m/ ``` Probably some hard-coded substitution of empty list by injecting the $HOME item into it. Looks like a remnant after some internal tests during developing time. -- You are receiving this mail because: You are watching all bug changes.