diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2023-10-02 23:57:54 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2023-10-28 13:06:05 +0000 |
commit | e2cabe8b3e4e54b2cd4788bb50c65181552107cf (patch) | |
tree | a97d7700ed5a931a38848273627ef498f98697bb /data | |
parent | a24694cad5c52a484aa6e51d1ad69d775e7dfcb7 (diff) |
Add application/vnd.cups-ppd
https://www.iana.org/assignments/media-types/application/vnd.cups-ppd
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 5638d88..71f2b87 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -616,6 +616,14 @@ command to generate the output files. <generic-icon name="image-x-generic"/> <glob pattern="*.pcl"/> </mime-type> + <mime-type type="application/vnd.cups-ppd"> + <comment>PostScript printer description</comment> + <sub-class-of type="text/plain"/> + <magic> + <match type="string" value="*PPD-Adobe:" offset="0"/> + </magic> + <glob pattern="*.ppd"/> + </mime-type> <mime-type type="application/vnd.lotus-1-2-3"> <comment>Lotus 1-2-3 spreadsheet</comment> <generic-icon name="x-office-spreadsheet"/> |