GNOME Bugzilla – Bug 780214
Nautilus "extracts" ooxml files
Last modified: 2017-04-24 08:40:30 UTC
OOXML (docx, xlsx, pptx) files are technically zip files, and they are a subtype of application/zip in shared-mime-info, but nobody wants to unpack them if you double click them in Nautilus! Instead, the default app (usually Libreoffice) should be used to open them.
Created attachment 348396 [details] [review] Revert "mime-types: use g_content_type_is_a for mime support" This reverts commit d7e45a2627d026b86aa518984fad48b5ff76ffb8.
Created attachment 348397 [details] [review] Revert "autoar-mime-types: update supported mime types with shared-mime-info" This reverts commit 4cda32a73314a68ea278fe15107c8d85fc4d1f7c.
Created attachment 348399 [details] [review] Revert "mime-types: use g_content_type_is_a for mime support" This reverts d7e45a2627d026b86aa518984fad48b5ff76ffb8 It gives more problems than it solves. For example docx is a subtype of zip, which makes autoar report it as supported, when it's not. So it's better to use the subtypes that autoar supports directly.
Created attachment 348400 [details] [review] Revert "autoar-mime-types: update supported mime types with shared-mime-info" This reverts commit 4cda32a73314a68ea278fe15107c8d85fc4d1f7c. It gives more problems than it solves. For example docx is a subtype of zip, which makes autoar report it as supported, when it's not. So it's better to use the subtypes that autoar supports directly.
Attachment 348399 [details] pushed as 578aeec - Revert "mime-types: use g_content_type_is_a for mime support" Attachment 348400 [details] pushed as 5c7f955 - Revert "autoar-mime-types: update supported mime types with shared-mime-info"
*** Bug 781648 has been marked as a duplicate of this bug. ***