Summary: | Ark does not open/extract a specific RAR file | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Patrick Silva <bugseforuns> |
Component: | plugins | Assignee: | Ragnar Thomsen <rthomsen6> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | elvis.angelaccio |
Priority: | NOR | ||
Version: | 17.11.70 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | debug ark |
Description
Patrick Silva
2017-10-03 13:49:53 UTC
Works fine here. Please start ark from a terminal using: QT_LOGGING_RULES='ark.*.debug=true' ark and attach here the output. Created attachment 108142 [details]
debug ark
Comment on attachment 108142 [details] debug ark >rk.main: Entering application loop >ark.part: Attempting to open archive "/home/stalker/extraction_fails.rar" >ark.kerfuffle: Going to create archive "/home/stalker/extraction_fails.rar" >ark.kerfuffle: Mimetype for filename extension ( "application/x-rar" ) did not match mimetype for content ( "application/pdf" ). Using content-based mimetype. That's the bug. This was fixed in shared-mime-info, but I guess the version in Neon/Ubuntu 16.04 is too old. There is nothing we can do, either try to ask the Neon people to update shared-mime-info, or unpack the archive using unar/unrar from terminal. *** This bug has been marked as a duplicate of bug 357134 *** |