| Summary: | Gtk+ apps emit warnings on the console when Oxygen is selected | ||
|---|---|---|---|
| Product: | [Plasma] Oxygen | Reporter: | Shlomi Fish <shlomif> |
| Component: | general | Assignee: | Camilla Boemann <cbo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | rdieter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
confirmed. I'll take a look at fixing this soon, shouldn't be rocket science, :) (*cross fingers*) I'll apply this soonish, in the meantime, for review: --- index.theme.orig 2008-10-14 10:47:44.000000000 -0500 +++ index.theme 2008-10-27 12:02:22.000000000 -0500 @@ -436,6 +436,20 @@ MinSize=32 MaxSize=256 +[scalable/animations/small/16x16] +Size=16 +Context=Animations +Type=Scalable +MinSize=16 +MaxSize=16 + +[scalable/animations/small/22x22] +Size=22 +Context=Animations +Type=Scalable +MinSize=22 +MaxSize=22 + [scalable/apps] Size=128 Context=Applications alternatively, can consider removing scalable/animations/small/16x16 scalable/animations/small/22x22 from index.theme references altogether since oxygen currently doesn't (seem to) include anything in those dirs anyway. (In reply to comment #2) > I'll apply this soonish, in the meantime, for review: > Applying this patch to my index.theme seems to fix this problem. Regards, -- Shlomi Fish > --- index.theme.orig 2008-10-14 10:47:44.000000000 -0500 > +++ index.theme 2008-10-27 12:02:22.000000000 -0500 > @@ -436,6 +436,20 @@ > MinSize=32 > MaxSize=256 > > +[scalable/animations/small/16x16] > +Size=16 > +Context=Animations > +Type=Scalable > +MinSize=16 > +MaxSize=16 > + > +[scalable/animations/small/22x22] > +Size=22 > +Context=Animations > +Type=Scalable > +MinSize=22 > +MaxSize=22 > + > [scalable/apps] > Size=128 > Context=Applications > > > alternatively, can consider removing scalable/animations/small/16x16 > scalable/animations/small/22x22 from index.theme references altogether since > oxygen currently doesn't (seem to) include anything in those dirs anyway. > SVN commit 877147 by rdieter: Fix "Gtk+ apps emit warnings on the console when Oxygen is selected" BUG: 173688 M +14 -0 index.theme WebSVN link: http://websvn.kde.org/?view=rev&revision=877147 |
Version: (using Devel) OS: Linux Installed from: Compiled sources When running gtk+ (2.x) apps from the command-line when the Oxygen theme is selected, once gets the following warnings: {{{{{{{ (gvim:15558): Gtk-WARNING **: Theme directory scalable/animations/small/16x16 of theme oxygen has no size field (gvim:15558): Gtk-WARNING **: Theme directory scalable/animations/small/22x22 of theme oxygen has no size field }}}}}}} This is annoying especially for gvim, etc. which are supposed to be as quiet as possible.