Bug 3169 - Mozilla bookmark MIME type should be a subclass of text/html
Summary: Mozilla bookmark MIME type should be a subclass of text/html
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: All All
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-01 00:07 UTC by Christian - Manny Calavera - Neumair
Modified: 2005-12-01 11:04 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.