It seems like Ark swallows the first few characters of folders in RPMs when extracting. The folders are named correctly in the ark window. Similiar RPMs cause the same behaviour. Reproducible: Always Steps to Reproduce: 1. Open the .aarch64.rpm package downloadable via the URL with ark 2. Open /tmp in dolphin 3. Drag and drop the files in boot/ form ark to dolphin Actual Results: The files get extracted to /tmp/ot/ Expected Results: The files get extracted to /tmp/boot/
Hmm, weird. I can reproduce.
Patch up for review: https://phabricator.kde.org/D2895
Git commit 94d8567d46b5529e65805ba8d95611bcc53d8aa2 by Elvis Angelaccio. Committed on 01/10/2016 at 08:17. Pushed by elvisangelaccio into branch 'Applications/16.08'. Fix drag-and-drop with RPM archives RPM paths start with ./ so removing the rootNode substring starting from index 0 is wrong. FIXED-IN: 16.08.2 Differential Revision: D2895 M +11 -0 autotests/kerfuffle/archivetest.cpp A +- -- autotests/kerfuffle/data/firmware-pine64-20160329-6.1.aarch64.rpm M +7 -8 plugins/libarchive/libarchiveplugin.cpp http://commits.kde.org/ark/94d8567d46b5529e65805ba8d95611bcc53d8aa2