GNOME Bugzilla – Bug 394455
tracker-thumbnailer fails if ~/.thumbnails/normal does not exist
Last modified: 2007-01-11 00:20:09 UTC
If the ~/.thumbnails/normal directory does not exist, a call to tracker-thumbailer fails: # tracker-thumbnailer test.jpg image/jpeg normal ** ERROR **: file tracker-thumbnailer.c: line 164 (main): assertion failed: ((fp = g_fopen (thumbnail_filename, "r"))) aborting... tracker-thumbnailer should create the directory if not yet existent.
Able to reproduce this with tracker-0.5.3
Created attachment 79908 [details] [review] tracker-0.5.3-thumbnailer-create-dir.patch Please test this patch (it should apply against svn r373 and the 0.5.3 release).
Created attachment 79919 [details] [review] tracker-0.5.3-thumbnailer-create-dir.patch Fixed a minor typo (somehow, a . ended up in the patch)
Fixed in svn