Created attachment 659859 [details] Patch Description of problem: Something changed in the mime-type database lately, and ark won't recognize src.rpm files anymore. Ark only looks for application/x-rpm but src.rpm files now are application/x-source-rpm. The attached patch adds the corresponding MIME type to ark. Version-Release number of selected component (if applicable): ark-4.9.90-1.fc19.x86_64 (though I guess this applies to any ark in currently maintained fedora releases) How reproducible: Always Steps to Reproduce: 1. Attempt to open a src.rpm with ark 2. Ark will tell you "Ark was unable to determine the archive type of the filename"
Any chance of having this patch included? Sorta annoying having to rebuild ark every time ;) Btw, I've also posted the patch upstream on kde reviewboard [1] (along with a two other simple ark patches [2], [3]), but things seem rather silent concerning kdeutils. Anyone with commit rights here? [1] https://git.reviewboard.kde.org/r/108187/ [2] https://git.reviewboard.kde.org/r/107634/ [3] https://git.reviewboard.kde.org/r/107635/
Thanks for the reminder, I'll review these and help get them integrated
Fwiw, items 1 and 3 seem fairly safe and obvious fixes, i'll commit those asap. 2 should get a little more review and testing, which hopefully i can do soon too.
%changelog * Sat Jan 05 2013 Rex Dieter <rdieter> - 4.9.97-2 - Ark needs to know about application/x-source-rpm (#885316) - Improve subfolder autodetection (kde review 107634) - Don't delete the KPart in the MainWindow destructor (kde review 107635)