https://bugs.kde.org/show_bug.cgi?id=428850
--- Comment #7 from WiseLord <wiselord1...@gmail.com> --- Yes, I've mistaken. This patch works for me: wiselord@home ~ $ cat /etc/portage/patches/kde-misc/krusader-2.7.2/fix-tar-arhives.patch diff --git a/krusader/FileSystem/filesystem.cpp b/krusader/FileSystem/filesystem.cpp index 6aafb837..e302eea1 100644 --- a/krusader/FileSystem/filesystem.cpp +++ b/krusader/FileSystem/filesystem.cpp @@ -286,7 +286,7 @@ FileItem *FileSystem::createFileItemFromKIO(const KIO::UDSEntry &entry, const QU { const KFileItem kfi(entry, directory, true, true); - const QString name = kfi.text(); + const QString name = kfi.name(); // ignore un-needed entries if (name.isEmpty() || name == "." || name == "..") { return nullptr; (In reply to Méven Car from comment #6) > (In reply to WiseLord from comment #5) > > (In reply to Davide Gianforte from comment #4) -- You are receiving this mail because: You are watching all bug changes.