diff options
author | Yan Pas <yanpas@yandex.ru> | 2015-09-14 18:57:10 +0300 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-09-14 18:27:23 +0200 |
commit | d1022b00c120f477060714d0b5c0cbe6211e4b23 (patch) | |
tree | 954f0182c7108592f1e49cd82ed53e56169c08f6 | |
parent | 067d0b68424524de0ba3403c7e11ee1df3240dd9 (diff) |
Support for vsfx and similar file types
https://bugs.freedesktop.org/show_bug.cgi?id=91987
-rw-r--r-- | freedesktop.org.xml.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 4ea72e8..6296d4f 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -648,6 +648,42 @@ command to generate the output files. <glob pattern="*.potm"/> <sub-class-of type="application/vnd.openxmlformats-officedocument.presentationml.template"/> </mime-type> + <mime-type type="application/vnd.ms-visio.drawing.main+xml"> + <_comment>Office Open XML Visio Drawing (macro-free)</_comment> + <generic-icon name="image-x-generic"/> + <glob pattern="*.vsdx"/> + <sub-class-of type="application/zip"/> + </mime-type> + <mime-type type="application/vnd.ms-visio.template.main+xml"> + <_comment>Office Open XML Visio Template (macro-free)</_comment> + <generic-icon name="image-x-generic"/> + <glob pattern="*.vstx"/> + <sub-class-of type="application/zip"/> + </mime-type> + <mime-type type="application/vnd.ms-visio.stencil.main+xml"> + <_comment>Office Open XML Visio Stencil (macro-free)</_comment> + <generic-icon name="image-x-generic"/> + <glob pattern="*.vssx"/> + <sub-class-of type="application/zip"/> + </mime-type> + <mime-type type="application/vnd.ms-visio.drawing.macroEnabled.main+xml"> + <_comment>Office Open XML Visio Drawing (macro-enabled)</_comment> + <generic-icon name="image-x-generic"/> + <glob pattern="*.vsdm"/> + <sub-class-of type="application/zip"/> + </mime-type> + <mime-type type="application/vnd.ms-visio.template.macroEnabled.main+xml"> + <_comment>Office Open XML Visio Template (macro-enabled)</_comment> + <generic-icon name="image-x-generic"/> + <glob pattern="*.vstm"/> + <sub-class-of type="application/zip"/> + </mime-type> + <mime-type type="application/vnd.ms-visio.stencil.macroEnabled.main+xml"> + <_comment>Office Open XML Visio Stencil (macro-enabled)</_comment> + <generic-icon name="image-x-generic"/> + <glob pattern="*.vssm"/> + <sub-class-of type="application/zip"/> + </mime-type> <mime-type type="application/vnd.ms-word.document.macroEnabled.12"> <_comment>Word macro-enabled document</_comment> <generic-icon name="x-office-document"/> |