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 .
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"/>
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.