https://bugs.kde.org/show_bug.cgi?id=377421
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |16.12.2 --- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> --- Sorry, forgot to set the version field, version is 16.12.2. For me it also happens with other APKs I did not create myself. Running ark with logging enabled: ark.main: Trying to open QUrl("file:///home/foo/test.apk") ark.part: Attempting to open archive "/home/foo/test.apk" ark.kerfuffle: Going to create archive "/home/foo/test.apk" ark.kerfuffle: Mimetype for filename extension ( "application/vnd.android.package-archive" ) did not match mimetype for content ( "application/zip" ). Using content-based mimetype. ark.kerfuffle: Checking plugin "kerfuffle_cli7z" ark.kerfuffle: Created read-only interface for "/home/foo/test.apk" ark.kerfuffle: Mimetype for filename extension ( "application/vnd.android.package-archive" ) did not match mimetype for content ( "application/zip" ). Using content-based mimetype. ark.kerfuffle: Created read-write interface for "/home/foo/test.apk" ark.cli7z: Loaded cli_7z plugin ark.cli7z: Setting up parameters... ark.kerfuffle: Successfully loaded plugin "kerfuffle_cli7z" ark.kerfuffle: Created archive instance ark.kerfuffle: LoadJob created ark.main: Entering application loop ark.kerfuffle: Executing "/usr/bin/7z" ("l", "-slt", "/home/foo/test.apk") within directory "/home/broulik/Projekte/kf5/plasma-workspace/build" ark.cli7z: p7zip version "9.20" detected ark.cli7z: Archive name: "/home/foo/test.apk" ark.cli7z: Archive type: "zip" ark.part: Showing columns: (0, 1, 2, 3, 7, 8, 10) ark.kerfuffle: Process finished, exitcode: 0 exitstatus: QProcess::ExitStatus(NormalExit) ark.kerfuffle: Job finished, result: true , time: 1393 ms ark.kerfuffle: Mimetype for filename extension ( "application/vnd.android.package-archive" ) did not match mimetype for content ( "application/zip" ). Using content-based mimetype. *** Chose to delete a file *** ark.kerfuffle: Going to delete 1 entries ark.kerfuffle: Executing "/usr/bin/7z" ("d", "/home/foo/test.apk", "AndroidManifest.xml") within directory "/home/broulik/Projekte/kf5/plasma-workspace/build" ark.kerfuffle: Process finished, exitcode: 2 exitstatus: QProcess::ExitStatus(NormalExit) ark.kerfuffle: Job finished, result: true , time: 22 ms File is still there. When I run the command manually I get "Error: /home/foo/test.apk is not supported archive" and an exit code of 2. -- You are receiving this mail because: You are watching all bug changes.