https://bugs.kde.org/show_bug.cgi?id=521140
--- Comment #3 from [email protected] --- (In reply to goo from comment #2) > find -not \( -path './snap/firefox/common' -prune \) -not \( -path > './.cache' -prune \) -type f -mmin -1 -printf "%C+ %p\n" | sort -n | tail > -10 So you are skipping the firefox config/cache... Interesting as I don't see Baloo indexing much here, Ah but this is without indexing hidden files/folders. If I index hidden files/folders I see what you mean, I get a stream of files updated under ~/snap/firefox/common/.cache and ~/snap/firefox/common/.mozilla I think that Firefox would be going this anyway, if installed locally. The question is, is there anything under ~/snap that you would want indexing to find? People often turn on hidden files/folders in order to find config files, just like you are doing with your script... At the moment, I say to exclude ~/.mozilla and ~/.thunderbird, it might make sense to mention ~/snap/firefox/common and ~/snap/thunderbird/common ... And then there are flatpaks and ~/.var/app -- You are receiving this mail because: You are watching all bug changes.
