GNOME Bugzilla – Bug 325149
use better size
Last modified: 2011-07-10 02:44:19 UTC
Currently gnome-netstatus has an icon the size of the panel. This is quite suboptimal for me since I'm using a 60px vertical panel, so the netstatus applet occupies around 100px of my panel (see http://www.freedesktop.org/~company/stuff/panel.png ). The attached patch makes the panel always use an image of at max GTK_ICON_SIZE_LARGE_TOOLBAR and tries to fit the signal strength image into space that might be left over. While trying different approaches for this codewise, I also made the code - use GtkImage code for drawing and monitoring theme changes (set_icon_name instead of set_pixbuf) - use gdk-pixbuf code for rotating/scaling - use a per-pixbuf cache instead of a global cache for all images because my intended changes were easier this way.
Created attachment 56470 [details] [review] big patch
gnome-netstatus development has been stalled [1]. Maintainers don't have future development plan so i am closing the bugs as WONTFIX. [1] http://mail.gnome.org/archives/desktop-devel-list/2011-June/msg00073.html