https://bugs.kde.org/show_bug.cgi?id=397242
--- Comment #9 from Alexander Meshcheryakov <alexander....@gmail.com> --- I use ext4 on LUKS encrypted volume on LVM2. This issue gets weirder and weirder. When it gets successfully reproduced it looks in balooctl monitor like this: ``` Idle Indexing new files Indexing file content Indexing: /home/self/5fe45b3d45_1.txt: Ok Indexing: /home/self/5fe45b3d45_2.txt: Ok Idle ^C ``` There is no reaction to renaming. But several times attempts to reproduce lead to this: ``` Indexing new files Indexing file content Indexing: /home/self/e0f789d783_2.txt: Ok Idle ``` And only second file was present in baloosearch "$CONTENT" output. First one is ignored? Why? So I tried echo "$CONTENT" | tee "${NAME}"_{01..10}.txt And got once in balooctl monitor: ``` Press ctrl+c to stop monitoring File indexer is running Idle Indexing new files Indexing modified files Indexing file content Indexing: /home/self/e0f789d783_02.txt: Ok Indexing: /home/self/e0f789d783_03.txt: Ok Indexing: /home/self/e0f789d783_04.txt: Ok Indexing: /home/self/e0f789d783_05.txt: Ok Indexing: /home/self/e0f789d783_06.txt: Ok Indexing: /home/self/e0f789d783_07.txt: Ok Indexing: /home/self/e0f789d783_08.txt: Ok Indexing: /home/self/e0f789d783_09.txt: Ok Indexing: /home/self/e0f789d783_10.txt: Ok Idle ``` First file is not indexed! Again! -- You are receiving this mail because: You are watching all bug changes.