SUMMARY When I try to find files such as ".~lock" for the LibreOffice files, search doesn't return anything. Running `find` in the terminal works, though. STEPS TO REPRODUCE 1. Search a hidden file, such as ".~lock" 2. Turn on the visibility of hidden files OBSERVED RESULT No results are found. EXPECTED RESULT the hidden files to show SOFTWARE/OS VERSIONS Operating System: Kubuntu 18.10 KDE Plasma Version: 5.15.1 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.1 Kernel Version: 4.18.0-15-generic OS Type: 64-bit Processors: 4 × Intel® Core™ i7-4510U CPU @ 2.00GHz Memory: 15.6 GiB of RAM ADDITIONAL INFORMATION
Baloo doesn't index or search for hidden files, by design. It's intended to find user data, not system files. The idea is that if you have a very specific technical need such as finding ".~lock" files, you can use command-line tools to do so, e.g. `find . | grep ".~lock"`