summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2018-01-28 10:36:22 +0100
committerDavid Faure <faure@kde.org>2018-01-28 10:36:22 +0100
commit009f22a12a5f34269cd925eed4552685997ab6ca (patch)
treea39211b8949fc0562c41fdb96073f93f16633b74
parent363e903f7400037648eaa6f79a22e09815a79bb8 (diff)
downloadshared-mime-info-009f22a12a5f34269cd925eed4552685997ab6ca.tar.gz
Remove *.bin from application/octet-stream
It prevents better detection of the actual mimetype (octet-stream meaning "unknown type of file", really) and (in Qt) leads to a preferred suffix of .bin when saving a file due to this being the only glob (and therefore the preferred glob). https://bugs.freedesktop.org/show_bug.cgi?id=101667
-rw-r--r--freedesktop.org.xml.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index e1571148..72c41d60 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -189,7 +189,6 @@ command to generate the output files.
</mime-type>
<mime-type type="application/octet-stream">
<_comment>unknown</_comment>
- <glob pattern="*.bin"/>
</mime-type>
<mime-type type="application/x-partial-download">
<_comment>Partially downloaded file</_comment>