summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-11-14 18:41:56 +0100
committerDavid Faure <faure@kde.org>2011-11-14 18:42:20 +0100
commitffe5a6da06ac6bf3893b7197d6b2bbb5cc3b390d (patch)
tree085b60baf020e2c0478c7f7a8292e3cb54824825
parent9ed7a2a7f5cb12dbeb258a47902bff7b71f66e06 (diff)
downloadshared-mime-info-ffe5a6da06ac6bf3893b7197d6b2bbb5cc3b390d.tar.gz
Add application/vnd.visio mimetype.
https://bugs.freedesktop.org/show_bug.cgi?id=2359
-rw-r--r--freedesktop.org.xml.in9
-rw-r--r--tests/list2
-rw-r--r--tests/test.vsdbin0 -> 10240 bytes
3 files changed, 11 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index b69ef056..6af2c45e 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -642,6 +642,15 @@ command to generate the output files.
<glob pattern="*.wks"/>
<glob pattern="*.wps"/>
</mime-type>
+ <mime-type type="application/vnd.visio">
+ <_comment>Microsoft Visio document</_comment>
+ <sub-class-of type="application/x-ole-storage"/>
+ <generic-icon name="x-office-document"/>
+ <glob pattern="*.vsd"/>
+ <glob pattern="*.vst"/>
+ <glob pattern="*.vsw"/>
+ <glob pattern="*.vss"/>
+ </mime-type>
<mime-type type="application/msword">
<_comment>Word document</_comment>
<sub-class-of type="application/x-ole-storage"/>
diff --git a/tests/list b/tests/list
index aaf027dc..11c02816 100644
--- a/tests/list
+++ b/tests/list
@@ -163,6 +163,8 @@ test.flac audio/flac
live-streaming.m3u application/vnd.apple.mpegurl x
# Copied from http://qthttp.apple.com.edgesuite.net/1006ad9g4hjk/all_w.m3u8
all_w.m3u8 application/vnd.apple.mpegurl x
+# Copied from http://bugs.freedesktop.org/show_bug.cgi?id=42922
+test.vsd application/vnd.visio ox
# text
text-iso8859-15.txt text/plain
diff --git a/tests/test.vsd b/tests/test.vsd
new file mode 100644
index 00000000..68f6d521
--- /dev/null
+++ b/tests/test.vsd
Binary files differ