diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2024-04-18 20:42:00 -0600 |
---|---|---|
committer | Alex Henrie <alexhenrie24@gmail.com> | 2024-04-18 20:42:00 -0600 |
commit | 1cbcc79d7156f3797fc23790c5042159e3624474 (patch) | |
tree | d3fb91c79297dd562f33957169e5ed715ef98356 /data | |
parent | 2c638f913a6ff559c2f610f10e92338cd0a11cd7 (diff) |
Add application/vnd.stardivision.impress-packed
Since this is a legacy format, default to application/sdp when matching
by file name.
https://www.openoffice.org/framework/documentation/mimetypes/mimetypes.html
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index cb8f402..05d52a3 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -997,7 +997,6 @@ command to generate the output files. </match> </magic> <glob pattern="*.sdd" weight="40"/> - <glob pattern="*.sdp" weight="40"/> </mime-type> <mime-type type="application/x-starmail"> <comment>StarMail 4 email</comment> @@ -1086,7 +1085,14 @@ command to generate the output files. </match> </magic> <glob pattern="*.sdd"/> - <glob pattern="*.sdp"/> + </mime-type> + <mime-type type="application/vnd.stardivision.impress-packed"> + <comment>StarImpress packed presentation</comment> + <generic-icon name="x-office-presentation"/> + <magic> + <match type="string" value="PIZS" offset="0"/> + </magic> + <glob pattern="*.sdp" weight="10"/> </mime-type> <mime-type type="application/vnd.stardivision.mail"> <comment>StarMail 5 email</comment> |