GNOME Bugzilla – Bug 355107
Do not add borders before saving thumbnails
Last modified: 2007-04-13 10:05:54 UTC
Please describe the problem: Some Nautilus thumbnails have a border around them while others don't. It seems like apps which create their own thumbnails for their image data (GIMP for XCF for example) save the raw thumbnail, where as Nautilus adds the border for thumbnails it creates. The end result is an inconsistent look on the Desktop and folder windows. A better approach would be to store thumbnails as-is and add the border before drawing it to the screen (would take slightly longer to display). Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Hey, on further checking I think I'm wrong on this one. The thumbnails do not have borders. But I still have an inconsistent Desktop display with some thumbnails having a border and others not. What's causing it?
There is logic in the function load_icon_file of nautilus-icon-factory.c Basically it depends on the size of the image and if the image has a transparency layer (in that case it's probably an icon and a frame would look bad)
*** Bug 425745 has been marked as a duplicate of this bug. ***