Summary: | a zip of mp3's from dropbox are corrupted when unzipped by ark | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Gus Gustafson <efelthauser> |
Component: | general | Assignee: | Raphael Kubo da Costa <rakuco> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | g11072813, jeremy9856, kde, rthomsen6 |
Priority: | NOR | ||
Version: | 2.19 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Zip from Dropbox |
Description
Gus Gustafson
2015-06-09 23:34:44 UTC
Can you upload a Zip file that this happens for here? Yes, that would be really helpful, especially since you mention this has happened for a long time. My guess is that it doesn't even have to be MP3s, but anything else you have stored on Dropbox that can be zipped. Created attachment 93198 [details]
Zip from Dropbox
This is a Zip created by Dropbox that contain 2 wallpapers (.jpg)
If you extract it with Ark the wallpapers are corrupted. With file-roller there is no problem.
I can't reproduce this. I suspect this is caused by Kubuntu using the libarchive plugin for zip archives. Can you try modifying the file: /usr/share/kde4/services/kerfuffle_clizip.desktop Change the line: MimeType=application/x-java-archive; to MimeType=application/x-java-archive;application/zip; Then run (from a terminal): kbuildsycoca4 --noincremental and try extracting the file again. That works ! About the use of libarchive plugin, kubuntu use it because of these problems : https://bugs.kde.org/show_bug.cgi?id=319712 https://bugs.kde.org/show_bug.cgi?id=35371 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723963 A bug report is opened on launchpad to avoid the use of libarchive plugin (https://bugs.launchpad.net/ubuntu/+source/ark/+bug/1404239) but maybe the proper solution is to "fix" these problems in ark directly ? The use of Ark on kubuntu is "dangerous" because that can lead to data loss (zip from dropbox corrupted if extracted with ark, dummy file extracted if the archive is password protected, etc...). To avoid this I use file-roller until these problems are fixed. *** This bug has been marked as a duplicate of bug 348357 *** Comment #5 works in Mint 17 KDE (= Kubuntu 14.04). |