Summary: | Add MIME type text/directory for .vcf (VCard 3.1) files | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Tristan Miller <psychonaut> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tristan Miller
2005-12-14 00:27:32 UTC
David, any preference? We can't change this in 3.5.x, it would break e.g. kaddressbook from kdepim-3.5.0 which expects text/x-vcard. But I'll make the change in kdelibs-trunk already, one less mimetype to look into when we switch to f.d.o shared mime... SVN commit 488412 by dfaure: The real mimetype for .vcf files is text/directory, as per the IANA. Thanks to Tristan Miller for letting us know. BUG: 118287 A directory.desktop x-vcard.desktop#488256 [TRAILING SPACE] M +2 -1 x-vcard.desktop --- trunk/KDE/kdelibs/mimetypes/text/x-vcard.desktop #488411:488412 @@ -75,7 +75,8 @@ Icon=vcard Type=MimeType MimeType=text/x-vcard -Patterns=*.vct;*.vcf;*.VCT;*.VCF +# This mimetype is just for compatibility with KDE-3.x; the real name is text/directory +X-KDE-IsAlso=text/directory [Property::X-KDE-text] Type=bool |