summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2020-12-26 18:02:12 +0200
committerVille Skyttä <ville.skytta@iki.fi>2020-12-26 18:36:19 +0200
commitc01eaf59e637dcf825725e7d4d2c83a7b2b17804 (patch)
treecbdbf9f3e3538d609ae1dd2f4ae8c0204698e029
parent27e67372b298a4db69e3f4f4daf15bf66b70a091 (diff)
downloadshared-mime-info-c01eaf59e637dcf825725e7d4d2c83a7b2b17804.tar.gz
application/*: point sub-class-of to main type
-rw-r--r--data/freedesktop.org.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index c2bddc0e..b70912d2 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -1648,7 +1648,7 @@ command to generate the output files.
<mime-type type="application/x-iso9660-appimage">
<comment>AppImage application bundle</comment>
<sub-class-of type="application/x-executable"/>
- <sub-class-of type="application/x-iso9660-image"/>
+ <sub-class-of type="application/x-cd-image"/>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match value="ELF" type="string" offset="1" >
@@ -2653,7 +2653,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-kexiproject-sqlite3">
<comment>Kexi database file</comment>
- <sub-class-of type="application/x-sqlite3"/>
+ <sub-class-of type="application/vnd.sqlite3"/>
<glob pattern="*.kexi"/>
<alias type="application/x-vnd.kde.kexi"/>
<alias type="application/x-kexiproject-sqlite"/>