GNOME Bugzilla – Bug 304784
Missing size field for Flat-blue
Last modified: 2005-09-17 23:56:01 UTC
Version details: 2.10.1-1 Distribution/Version: Debian [ forwarded from http://bugs.debian.org/307193 ] I set the "Mist" theme using the theme manager. It looks great, but most gnome/gtk applications show the following warning: Gtk-WARNING **: Theme directory scalable/emblems of theme Flat-Blue has no size field It's nothing serious, the theme works fine, but annoying when starting applications from the console, especially when doing so with & -- messes up the next prompt. -- Indeed you can find this in Flat-blue/index.theme: [scalable/emblems] Size=Scalable Context=Emblems Type=Scaled It should probably look like: [scalable/emblems] Size=<nominal size> Context=Emblems Type=Scalable where <nominal size> is the size for which the icons were drawn.
Created attachment 47533 [details] [review] Proposed patch
Is the "Type" property really unuseful ?
For the record: I cannot reproduce with Gnome 2.12
This was fixed when the patch from bug 169457 was applied.