https://bugzilla.redhat.com/show_bug.cgi?id=709328 --- Comment #91 from Raphael Groner <projects.rg@xxxxxxxx> --- Bug Report: https://github.com/psi-plus/plugins/blob/c5a6119f13e6182ba5564a1f2adb007cc1b83de5/generic/contentdownloaderplugin/form.cpp#L259 QFile fd(fullFileName); if(!fd.open(QIODevice::WriteOnly) || fd.write(reply->readAll()) == -1) { qDebug() << "Content Downloader Plugin:" << fd.errorString() << fullFileName; } You should change WriteOnly to (hopefully) ReadWrite, because my Qt doesn't seem to open a file as WriteOnly by default. I don't know what's the logic behind. -- You are receiving this mail because: You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review