https://bugs.kde.org/show_bug.cgi?id=405317
--- Comment #16 from dagobert...@mailbox.org --- First of all: Sorry for my late response. I was really busy this week. @NateGraham: I also have Frameworks 5.56 installed. One email told me that you changed that entry back to version 5.55 on March the 17th. I am running KDE Neon User Edition and update regularly. @StefanBrüns: > 1. Does this only affect files with parentheses? No. I can reproduce it with "file1", "file2" and "file3" for example. > 2. Can you run 'balooctl monitor' and then create the file? For me baloo was inactive the whole time. > Can you attach strace to the running baloo_file process ("strace -p <PID>") > and check if you get any output and/or errors when you touch a file? $ ps -e | grep -i baloo 1305 ? 00:00:28 baloo_file 21478 ? 00:00:00 baloorunner I am not really sure, how this actually works but I tried: $ sudo strace -p 1305 strace: Process 1305 attached restart_syscall(<... resuming interrupted poll ...> Then I created some files via Dolphin and after a while got this output: ) = 1 read(3, "\1\0\0\0\0\0\0\0", 16) = 8 poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=11, events=POLLIN}, {fd=12, events=POLLPRI}], 4, -1) = 1 ([{fd=3, revents=POLLIN}]) read(3, "\1\0\0\0\0\0\0\0", 16) = 8 poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=11, events=POLLIN}, {fd=12, events=POLLPRI}], 4, -1^Cstrace: Process 1305 detached <detached ...> Greetings -- You are receiving this mail because: You are watching all bug changes.