Bug#283120:
Stewart Jeacocke
Stewart Jeacocke <stewart@jeacocke.org.uk>, 283120@bugs.debian.org
Tue, 03 May 2005 00:40:00 +0100
--=-mPcQz+hwYaguIwa3qlk5
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
reassign 283120 shared-mime-info
tags 283120 + patch
thanks
The mime type comment is what nautilus shows in the "Type" field when
displaying a list of files. If this description is missing then the
"Type" field is filled in with the mime type instead. In my opinion this
is a non-ideal situation so it is fine for nautilus to whinge about it.
Furthermore most mime types in the fd.org file have a comment. I'm
reassigning this bug to shared-mime-info and have attached a patch that
adds a description
--=-mPcQz+hwYaguIwa3qlk5
Content-Disposition: attachment; filename=017_gdbm-comment.patch
Content-Type: text/x-patch; name=017_gdbm-comment.patch; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
--- shared-mime-info-0.16/freedesktop.org.xml.in 2005-03-22 19:22:59.000000000 +0000
+++ shared-mime-info-0.16.new/freedesktop.org.xml.in 2005-05-03 00:31:19.228287304 +0100
@@ -765,6 +765,7 @@
<glob pattern="*.gb"/>
</mime-type>
<mime-type type="application/x-gdbm">
+ <_comment>GNU dbm database</_comment>
<magic priority="50">
<match type="big32" value="0x13579ace" offset="0"/>
<match type="little32" value="0x13579ace" offset="0"/>
--=-mPcQz+hwYaguIwa3qlk5--