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, b
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
gtk_win