GNOME Bugzilla – Bug 153781
Icons are misnamed for MS Office files
Last modified: 2006-07-06 19:00:34 UTC
In 2.8 the mime system identifies Word Documents as application/vnd.ms-word, instead of the application/msword that icons exist in the default icon theme (at least in debian). a simple symlink could fix this.
I'd rather rename than symlink, since git should be in sync and not try to be backward compatible with older releases of the mime system.
*** Bug 155048 has been marked as a duplicate of this bug. ***
I'm not sure that's a gnome-icon-theme. According to http://www.iana.org/assignments/media-types/application/msword, application/msword is the right type, so shared-mime-info is probably the one to fix
I've reported the issue here: http://freedesktop.org/bugzilla/show_bug.cgi?id=1606
I think the real issue here is that gnome-vfs doesn't handle aliases for mime-types as defined by the spec, this results in no icon being found if the given mime-type is defined as an alias. As such this should go to the gnome-vfs maintainers.
I'm marking this as fixed. The generic document type icon is symlinked to the application/msword icon in CVS. If there are issues with MIME type detection they should be reported separately in the appropriate places.