After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 304784 - Missing size field for Flat-blue
Missing size field for Flat-blue
Status: RESOLVED FIXED
Product: gnome-themes
Classification: Deprecated
Component: theme-mist
2.10.x
Other Linux
: Normal minor
: ---
Assigned To: campd
campd
Depends on:
Blocks:
 
 
Reported: 2005-05-19 17:37 UTC by Josselin Mouette
Modified: 2005-09-17 23:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Proposed patch (313 bytes, patch)
2005-06-10 11:57 UTC, Muktha
none Details | Review

Description Josselin Mouette 2005-05-19 17:37:23 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.
Comment 1 Muktha 2005-06-10 11:57:40 UTC
Created attachment 47533 [details] [review]
Proposed patch
Comment 2 Josselin Mouette 2005-06-10 12:09:48 UTC
Is the "Type" property really unuseful ?
Comment 3 Christian Kirbach 2005-09-17 23:43:36 UTC
For the record: I cannot reproduce with Gnome 2.12
Comment 4 Thomas Wood 2005-09-17 23:56:01 UTC
This was fixed when the patch from bug 169457 was applied.