| Summary: | Support for Canon RAW files | ||
|---|---|---|---|
| Product: | shared-mime-info | Reporter: | J.H.M. Dassen (Ray) <jdassen> |
| Component: | freedesktop.org.xml | Assignee: | Jonathan Blandford <jrb> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | high | ||
| Version: | unspecified | ||
| Hardware: | x86 (IA32) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
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. |
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.
--- 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>