Summary: | MIME type for vCard should be updated to text/vcard | ||
---|---|---|---|
Product: | shared-mime-info | Reporter: | Jong Yoon Lee <jylee> |
Component: | freedesktop.org.xml | Assignee: | Shared Mime Info group <shared_mime_info> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Jong Yoon Lee
2010-04-19 15:12:56 UTC
Do you have a patch for those changes? Sorry I don't have the actual patch. I'm working it around from magic and globs files. The change will involve something along the line of the following, although it might be missing something. This is untested. *** freedesktop.org.xml 2009-02-21 06:08:16.000000000 -0800 --- freedesktop.org.xml.new 2010-09-30 09:57:17.000000000 -0700 *************** *** 16328,16340 **** <glob pattern="*.css"/> <glob pattern="*.CSSL"/> </mime-type> ! <mime-type type="text/directory"> <comment>electronic business card</comment> <comment xml:lang="da">elektronisk visitkort</comment> <comment xml:lang="eo">elektronika vizitkarto</comment> <comment xml:lang="pt">cartão de visita electrónico</comment> <comment xml:lang="sq">kartë elektronike biznesi</comment> <comment xml:lang="zh_CN">电子商务卡</comment> <alias type="text/x-vcard"/> <sub-class-of type="text/plain"/> <magic priority="50"> --- 16328,16341 ---- <glob pattern="*.css"/> <glob pattern="*.CSSL"/> </mime-type> ! <mime-type type="text/vcard"> <comment>electronic business card</comment> <comment xml:lang="da">elektronisk visitkort</comment> <comment xml:lang="eo">elektronika vizitkarto</comment> <comment xml:lang="pt">cartão de visita electrónico</comment> <comment xml:lang="sq">kartë elektronike biznesi</comment> <comment xml:lang="zh_CN">电子商务卡</comment> + <alias type="text/directory"/> <alias type="text/x-vcard"/> <sub-class-of type="text/plain"/> <magic priority="50"> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.