Closed luluco250 closed 5 years ago
Could this be the result of it having a space in the name? I will test it out.
Can't reproduce with space in filename.
Could you compile Drill in debug mode? clone the project using
git clone --recurse-submodules -j8 https://github.com/yatima1460/Drill.git
then run
dub run -c x64-GTK
in it's folder. This will give you feedback about which folders are being crawled when you search something. Just type in the name of the file and see if it ever goes over the folder it's in.
The fact that it's only indexed 488 files is a bit suspicious unless you really only have that many files in your home.
After having a long discussion with @luluco250 we found out it's because the thread scanning /home crashes when it encounters a file owned by root with permissions similar to 700 but that is inside his home folder
This should be fixed now
Can not reproduce so looks like it got fixed. Cool.
This got fixed, and I would actually be surprised if this issue reappears
Linux distro Arch Linux
Runtime type AppImage
Describe the bug Drill can't find some files, specially those under the user home folder, whereas other programs can. It can't even find it's own app image under ~/Downloads.
To Reproduce Steps to reproduce the behavior:
Expected behavior Finding the file correctly, as the user has permissions to read it.
Screenshots
Other notes Probably not a problem with the permissions of the home folder, or others, I have tried giving full read permissions to the home folder and it still didn't work. Drill is able to find the file(s) as root (through sudo).