Bug 363632 - Can't open Mozilla Thimble project.zip
Summary: Can't open Mozilla Thimble project.zip
Status: RESOLVED UPSTREAM
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: 15.12.3
Platform: Kubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Elvis Angelaccio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-28 16:51 UTC by lehmax
Modified: 2016-05-29 10:44 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Zip file that ark can't open (5.80 KB, application/zip)
2016-05-29 10:17 UTC, lehmax
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehmax 2016-05-28 16:51:18 UTC
I downloaded my projects from Mozilla Thimble but can't open the zip file using ark. I can extract them using unzip.

The terminal gives me the following error:
ark.kerfuffle: Mimetype for filename extension ( "application/zip" ) did not match mimetype for content ( "text/html" ). Using content-based mimetype.
ark.kerfuffle: Could not find a plugin to handle "/home/max/Desktop/project.zip"


Reproducible: Always
Comment 1 Elvis Angelaccio 2016-05-28 17:00:40 UTC
(In reply to lehmax from comment #0)
> ark.kerfuffle: Mimetype for filename extension ( "application/zip" ) did not
> match mimetype for content ( "text/html" ). Using content-based mimetype.

This should not happen and looks like a bug in shared-mime-info. Can you share one of those zip archives? If they contain sensitive data, you can truncate the archive with:

"head -c 2000 foo.zip > foo2.zip"

and attach here foo2.zip
Comment 2 lehmax 2016-05-29 10:17:38 UTC
Created attachment 99239 [details]
Zip file that ark can't open
Comment 3 Elvis Angelaccio 2016-05-29 10:44:38 UTC
Thanks for the test archive, I reported this issue to upstream shared-mime-info: https://bugs.freedesktop.org/show_bug.cgi?id=96266

Let's track it there.