GNOME Bugzilla – Bug 544375
Leaves out PNG files
Last modified: 2008-08-07 18:00:36 UTC
Currently, the thumbnail rendering code uses temporary files. Not only this is completely useless, but it forgets to remove them, leaving PNG files in /tmp.
Created attachment 115098 [details] [review] Do not use temporary files This simple patch removes the need for temporary files. It would probably be better to do the rendering directly with cairo, but it requires changes to the ListStore and all the code that uses it.
Committed on trunk in rev 7810. The fix will be in the 2.23.90 release. Thanks Josselin!