Re: High Quality Icon For GtkWindow



i find that gnome automatically set icon for known application for example eog!

if you rename the eog binary file you see that the icon manually set with gtk_window_set_default_icon_name and the result is the icon quality decrease i notice again that
i use gtk_window_set_default_icon_name ("eog");
to test some other icon and the result is the eog icon quality decrease too!

you can see it in http://up98.org/upload/server1/02/a/y2v05wuq758mebtl1y8d.jpg

in my theme i have all size so gtk have some fault!

i also check some other big project like gnome-power-setting and i realize that icon of that project set automatically too and if you rename the binary file you could see the icon quality decrease

now what sould i do?



On Sat, Feb 18, 2012 at 5:05 AM, David Rawson Couzelis <drcouzelis gmail com> wrote:
> I’m trying to set icon for my GtkWindow but why the quality decrease

> when it show in Dash(overview in gnome shell) ?
> i use gtk_window_set_icon and use gdk_pixbuf_new_from_file for loading
> my icon and my icon size is 128x128 and the type is png also i resize it to
> 64x64 but it didn't have any influence


Does it look correct if you supply a list of all sizes of icons? (16x16,
32x32, 48x48, 64x64, 128x128)

Maybe it ends up looking fuzzy because the icon is too large and ends up
being downscaled...
_______________________________________________
gtk-list mailing list
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list



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