https://bugs.kde.org/show_bug.cgi?id=450863
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/filelight/commit/28c4 | |a2852a7d9f07474ca16e3f6a769 | |b674f106e Status|REPORTED |RESOLVED --- Comment #1 from Harald Sitter <sit...@kde.org> --- Git commit 28c4a2852a7d9f07474ca16e3f6a769b674f106e by Harald Sitter. Committed on 28/02/2022 at 09:28. Pushed by sitter into branch 'master'. do not confuse portable seperator with native ones url.toLocalFile returns C:/ so we incorrectly turned that into C:/\\ i.e. C:// in portable speak. this then resulted in the filtering in locallister not working because it's doing a startsWith check between the ignore (e.g. C:/Windows) and the incoming path (e.g. C:/\\) that would naturally fail. so, to fix this we'll simply want to stop using qdir::separator M +12 -2 src/scan.cpp https://invent.kde.org/utilities/filelight/commit/28c4a2852a7d9f07474ca16e3f6a769b674f106e -- You are receiving this mail because: You are watching all bug changes.