GNOME Bugzilla – Bug 594632
ext branch: doesn't find photos on PTP camera
Last modified: 2009-09-10 18:07:17 UTC
Trying to import from my USB PTP Fuji F200EXR no longer crashes, but it doesn't find any photos either. Many of these errors are reported to the console: [mjc@xena gthumb]$ gthumb ** (gthumb:8147): CRITICAL **: _g_mime_type_is_image: assertion `mime_type != NULL' failed ** (gthumb:8147): CRITICAL **: _g_mime_type_is_video: assertion `mime_type != NULL' failed ** (gthumb:8147): CRITICAL **: _g_mime_type_is_audio: assertion `mime_type != NULL' failed - Mike
+ Trace 217449
Anyway, trunk did some manual checks (guess by file extension, etc) if the gfile-reported content type was null. I would suggest that here too. I think something is not-quite-right in the gphoto backend content reporting. - Mike
now the standard::fast-content-type attribute is always read, this should make the mime type always available
No, it doesn't work yet.
Works now.