https://bugs.kde.org/show_bug.cgi?id=428850
--- Comment #5 from WiseLord <wiselord1...@gmail.com> --- (In reply to Davide Gianforte from comment #4) > Thanks for the help Meven! I followed the code in Krusader, it starts from > DefaultFileSystem::refreshInternal, and in FileSystem::createFileItemFromKIO > we use KFileItem in > https://invent.kde.org/utilities/krusader/-/blob/master/krusader/FileSystem/ > filesystem.cpp#L289 (as you said) to retrieve the filename with ::text(), > which returns UDS_DISPLAY_NAME while ::name() returns UDS_NAME. I think the > change will be limited to this line. You seem to be right, Davide. I replaced "name()" with "text()" and the problem has gone. -- You are receiving this mail because: You are watching all bug changes.