diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2023-08-30 08:12:02 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2023-08-31 15:12:01 +0000 |
commit | 2dfa86fe1e3b063b2985c3f134dc0a43e8431659 (patch) | |
tree | 9a195e553c061033fbbce2b7ad096907a8d7c46b | |
parent | 24e0b9bf6e6c02cfa2bac7951315d790c959802d (diff) |
Give application/x-raw-floppy-disk-image the floppy media icon
-rw-r--r-- | data/freedesktop.org.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index c52e1e4..780fa10 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -22,7 +22,7 @@ <!-- a generic icon name as per the Icon Naming Specification, only required if computing it from the mime-type would not work, See "generic-icon" in the Shared Mime Specification --> <!ELEMENT generic-icon EMPTY> - <!ATTLIST generic-icon name (application-x-executable|audio-x-generic|folder|font-x-generic|image-x-generic|media-optical|package-x-generic|text-html|text-x-generic|text-x-generic-template|text-x-script|video-x-generic|x-office-address-book|x-office-calendar|x-office-document|x-office-presentation|x-office-spreadsheet) #REQUIRED> + <!ATTLIST generic-icon name (application-x-executable|audio-x-generic|folder|font-x-generic|image-x-generic|media-floppy|media-optical|package-x-generic|text-html|text-x-generic|text-x-generic-template|text-x-script|video-x-generic|x-office-address-book|x-office-calendar|x-office-document|x-office-presentation|x-office-spreadsheet) #REQUIRED> <!ELEMENT glob EMPTY> <!ATTLIST glob pattern CDATA #REQUIRED> @@ -1683,6 +1683,7 @@ command to generate the output files. <mime-type type="application/x-raw-floppy-disk-image"> <comment>Floppy disk image</comment> <sub-class-of type="application/vnd.efi.img"/> + <generic-icon name="media-floppy"/> <alias type="application/x-fd-file"/> <glob pattern="*.fd"/> <glob pattern="*.qd"/> |