https://bugs.kde.org/show_bug.cgi?id=381028
--- Comment #2 from as...@openmailbox.org --- I just build the current master from source f83358667ac611f8c8a2cd41097442dce1d5c711 And still able to produce the bug. I don't see any related commit which could have fixed it nether. I believe it's due to https://cgit.kde.org/filelight.git/tree/src/localLister.cpp?id=f83358667ac611f8c8a2cd41097442dce1d5c711#n215 Where `cwd->append(folder, new_dirname);` should instead be `cwd->append(folder, new_dirname + '/');` like the line below. Changing it as such fixed the bug for me. -- You are receiving this mail because: You are watching all bug changes.