1 Title: What is the most supported MIME type in Debian?
5 <p>The <a href="http://wiki.debian.org/AppStreamDebianProposal">DEP-11
6 proposal to add AppStream information to the Debian archive</a>, is a
7 proposal to make it possible for a Desktop application to propose to
8 the user some package to install to gain support for a given MIME
9 type, font, library etc. that is currently missing. With such
10 mechanism in place, it would be possible for the desktop to
11 automatically propose and install leocad if some LDraw file is
12 downloaded by the browser.</p>
14 <p>To get some idea about the current content of the archive, I decided
15 to write a simple program to extract all .desktop files from the
16 Debian archive and look up the claimed MIME support there. The result
18 <a href="http://ftp.skolelinux.org/pub/AppStreamTest">Skolelinux FTP
19 site</a>. Using the collected information, it become possible to
20 answer the question in the title. Here are the 20 most supported MIME
21 types in Debian stable (Squeeze), testing (Wheezy) and unstable (Sid).
22 The complete list is available from the link above.</p>
24 <p><strong>Debian Stable:</strong></p>
28 ----- -----------------------
51 <p><strong>Debian Testing:</strong></p>
55 ----- -----------------------
78 <p><strong>Debian Unstable:</strong></p>
82 ----- -----------------------
105 <p>I am told that PackageKit can provide an API to access the kind of
106 information mentioned in DEP-11. I have not yet had time to look at
107 it, but hope the PackageKit people in Debian are on top of these
110 <p><strong>Update 2013-01-16 13:35</strong>: Updated numbers after
111 discovering a typo in my script.</p>