[Differential] [Request, 3 lines] D614: Fix opening of archives whose mimetype cannot be detected-by-content

elvisangelaccio (Elvis Angelaccio) noreply at phabricator.kde.org
Sat Nov 28 17:14:08 UTC 2015


elvisangelaccio created this revision.
elvisangelaccio added a reviewer: rthomsen.
elvisangelaccio set the repository for this revision to rARK Ark.
elvisangelaccio added a project: Ark.
Herald added a subscriber: kde-utils-devel.

REVISION SUMMARY
  It looks like shared-mime-info, and thus QMimeDatabase, cannot detect-by-content tar archives created with the --format=v7 flag.
  Instead of adding another exception (like we did for ISO files), let's just use the mime detected from the extension if the one from content could not be determined.
  
  BUG: 355955
  FIXED-IN: 15.12.0

TEST PLAN
  Opening uncompressed tar v7 archives now works. Opening ISO files still works.

REPOSITORY
  rARK Ark

BRANCH
  bug/355955

REVISION DETAIL
  https://phabricator.kde.org/D614

AFFECTED FILES
  kerfuffle/archive_kerfuffle.cpp

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: elvisangelaccio, rthomsen
Cc: kde-utils-devel


More information about the Kde-utils-devel mailing list