Bug 3179 - MS Access Mime types
Summary: MS Access Mime types
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: All All
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 10:08 UTC by jstaniek
Modified: 2005-10-29 08:18 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description jstaniek 2005-05-02 10:08:06 UTC
In the wild more MS Access mime types can be encountered:


Index: freedesktop.org.xml.in
===================================================================
RCS file: /cvs/mime/shared-mime-info/freedesktop.org.xml.in,v
retrieving revision 1.63
diff -u -p -r1.63 freedesktop.org.xml.in
--- freedesktop.org.xml.in	16 Apr 2005 23:55:24 -0000	1.63
+++ freedesktop.org.xml.in	2 May 2005 16:56:01 -0000
@@ -200,7 +200,13 @@ command to generate the output files.
       <match offset="0" type="string" value="\x00\x01\x00\x00Standard Jet DB" />
     </magic>
     <glob pattern="*.mdb" />
- </mime-type>
+    <alias type="application/x-msaccess"/>
+    <alias type="application/msaccess"/>
+    <alias type="application/vnd.msaccess"/>
+    <alias type="application/x-msaccess"/>
+    <alias type="application/mdb"/>
+    <alias type="application/x-mdb"/>
+  </mime-type>
  <mime-type type="application/vnd.ms-excel">
     <_comment>Microsoft Excel spreadsheet</_comment>
     <magic priority="50">
Comment 1 Christian - Manny Calavera - Neumair 2005-10-30 01:18:43 UTC
Thanks, fixed.


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.