https://bugs.kde.org/show_bug.cgi?id=361131
--- Comment #5 from Laurent Montel <mon...@kde.org> --- + QFileInfo file(mSignatureConfigurator->filePath()); + if (!file.isReadable()) { KMessageBox::error(this, i18n("The signature file is not valid")); return; } indeed. I couldn't adapt api in 5.1.x so I changed to 5.2 -- You are receiving this mail because: You are watching all bug changes.