Description of Problem: The gnome-vfs magic file is far too aggressive in identifying html. Version-Release number of selected component (if applicable): latest How Reproducible: Everytime Steps to Reproduce: 1.touch a .SGML file and add content 2. if a <image> or <doctype> tag(both are valid in SGML) in the first 64 bytes, gnome erroneously attaches an HTML mime type 3. Actual Results: SGML is mishandled in the GUI Expected Results: Double click should open in emacs, not Galeon Additional Information: The file in question which needs to be altered is: /etc/gnome-vfs-mime-magic The passages are: 0:64 string \<TITLE text/html 0:64 string \<title text/html 0:64 string \<!DOCTYPE\ HTML text/html 0:64 string \<!doctype\ html text/html J
Upstream as http://bugzilla.gnome.org/show_bug.cgi?id=72721 Closing on Red Hat level.
Upstream bug needs more info and needs reopening when more info is added.