Bug 3169

Summary: Mozilla bookmark MIME type should be a subclass of text/html
Product: shared-mime-info Reporter: Christian - Manny Calavera - Neumair <cneumair>
Component: freedesktop.org.xmlAssignee: Jonathan Blandford <jrb>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://bugzilla.gnome.org/show_bug.cgi?id=167453
Whiteboard:
i915 platform: i915 features:

Description Christian - Manny Calavera - Neumair 2005-05-01 00:07:20 UTC
From GNOME bugzilla:

Distribution/Version: mandrake cooker

Try to open your ~/.mozilla/<profile>/bookmarks.html by double clicking it with
nautilus.

Expected results: bookmarks file opens in some application
Actual results: warning that the contents (Mozilla bookmarks) and the type (HTML
file) don't match.

To work correctly, you need to update to CVS version of shared-mime-info with
MIME sub-class support, then run update-mime-database /usr/share/mime.

Patch is under http://bugzilla.gnome.org/show_bug.cgi?id=167453 .
Comment 1 Christophe Fergeau 2005-05-01 01:58:28 UTC
For the record, the patch:
--- freedesktop.org.xml
+++ freedesktop.org.xml
@@ -4648,2 +4648,3 @@
   </mime-type>
   <mime-type type="application/x-mozilla-bookmarks">
+    <sub-class-of type="text/html"/>
Comment 2 Christian - Manny Calavera - Neumair 2005-12-02 06:04:15 UTC
Committed:
http://cvs.freedesktop.org/mime/shared-mime-info/freedesktop.org.xml.in?r1=1.99&r2=1.100

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.