https://bugs.kde.org/show_bug.cgi?id=395736
--- Comment #4 from Toni Asensi Esteve <[email protected]> --- If I go to the /boot/ file and I use F3 to view all the vmlinuz* files, everything works as it's expected. Maybe the problem is in panelfunc.cpp, in if (!fileitem->isReadable()) { KMessageBox::sorry(0, i18n("No permissions to view this file.")); return; } // call KViewer. KrViewer::view(files()->getUrl(fileName)); // nothing more to it! because the user can't read /vmlinuz (nor vmlinuz.old) but `fileitem->isReadable()` says that it is readable (because it's only inspecting the symlink file)? -- You are receiving this mail because: You are watching all bug changes.
