GNOME Bugzilla – Bug 393599
Previous and Next menus not active in a folder with *.ico files
Last modified: 2010-07-10 04:06:01 UTC
Eos is able to open *.ico files but it disable the button in the toolbar "Previous" and Next", and the menus related to navigation in the pictures.
Confirmed. Seems to be the same behavior than bug #364426. Probably related.
The problem is a mime type mismatch. Gnome-VFS reports image/x-ico for .ico files. The gdk-pixbuf plugin only supports image/x-icon. That way .ico files don't appear as valid items in the directory crawler (or even the thumbnailer). As the normal loader works independent from the mime types it works if you load the files directly. From a short search in the internet both mime types seem to be used. So I guess the plugin should suppport both. Moving this over to gdk-pixbuf.
Created attachment 83482 [details] [review] trivial patch add image/x-ico to supported mime types
Looks fine, feel free to commit to both branches.
Commited as rev. 17360 (gtk-2-10) and 17361 (trunk).
*** Bug 416230 has been marked as a duplicate of this bug. ***