GNOME Bugzilla – Bug 758692
unknown file type shown for cd iso image
Last modified: 2017-11-03 22:27:22 UTC
Created attachment 316290 [details] iso image type incorrectly shown as unknown Please see the attachment, the first file android-x86-4.4-RC2.iso is shown as "unknown" file type, whereas, mimetype shows application/x-cd-image. expected behavior: should show CD/DVD image.
Created attachment 358314 [details] [review] file: Don't call a file type "Unknown" if it isn't If file type is known but doesn't match any basic type, then it's not unknown. To fix, call it "Other". Note that nautilus_file_get_string_attribute_with_default uses "Unknown" as the default pretty value for NULL.
We are in string freeze already, but I'm leaving this patch here for later.
Review of attachment 358314 [details] [review]: Makes sense to me.
Attachment 358314 [details] pushed as e815318 - file: Don't call a file type "Unknown" if it isn't