Re: Patch for bug 82780 - Thumbnails are flat



Sort of related question to this.

If nautilus switches to the thumbnail standard will the method of adding
shadows to thumbnails need to change? Seems to be that right now the shadow is
actually added to the thumbnail? Is this correct? Would doing this violate the
thumbnail standard? Curious....

dave

Damon Chaplin <damon ximian com> said:

> 
> Hi, I've added a patch to:
> 
>    http://bugzilla.gnome.org/show_bug.cgi?id=82780
> 
> 
> load_icon_from_path() was checking for the wrong path:
> 
> -	if (strstr (path, "/.thumbnails/") != NULL) {
> +	if (strstr (path, "/.nautilus/thumbnails/") != NULL) {
> 
> 
> 
> However, small images (<16K or something similar) are used as-is,
> and so won't be in the thumbnails directory. So they won't have the
> border added. Was nautilus 1.4 like that?
> 
> I don't know if there is a more reliable way to check if it should have
> a border.
> 
> Damon
> 
> 
> -- 
> nautilus-list mailing list
> nautilus-list gnome org
> http://mail.gnome.org/mailman/listinfo/nautilus-list
> 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]