[Bug 1264147] Re: icon in xfce in alt-tab dialog is in low resolution

2014-01-04 Thread Martin Geier
I think main problem is in GdkPixbuf *get_gdk_pixbuf(const gchar *name, int size=16); declarated in rgutils.h, this function loads icon from theme with default size 16x16. In rgmainwindow.cc and some other places is called this function as get_gdk_pixbuf( synaptic ); and then use icon in

[Bug 1264147] [NEW] icon in xfce in alt-tab dialog is in low resolution

2013-12-25 Thread Martin Geier
Public bug reported: In alt-tab dialog has Synaptic low resolution logo. This dialog loads an icon from _NET_WM_ICON property, but for this synaptic window it is only 16x16 size. This icons is posible to get by xprop -id $XID _NET_WM_ICON, where XID you get with xwinfo app. I hope you add,