--- shared-mime-info-0.16/freedesktop.org.xml.in.old 2005-04-27 19:09:44.000000000 +0200 +++ shared-mime-info-0.16/freedesktop.org.xml.in 2005-04-27 19:09:50.000000000 +0200 @@ -2607,4 +2607,9 @@ </magic> <glob pattern="*.display" /> </mime-type> + <mime-type type="application/x-crw"> + <_comment>Canon RAW File</_comment> + <glob pattern="*.CRW" /> + <glob pattern="*.crw" /> + </mime-type> </mime-info>
the .CRW extension isn't necessary since a case unsensitive match is done if a case sensitive match can't be done. It's missing *.cr2 from what I have been told.
I just filed a bug #4117. This is basically the same but for more digital cameras raw files (nikon, minolta, olympus, ...) I also propose to change the naming scheme to "image/x-vendor-ext" which would make "image/x-canon-crw" here.
*** This bug has been marked as a duplicate of 4117 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.