[Gambas-user] tracking down toolkit erors

bb adamnt42 at gmail.com
Wed Aug 4 01:32:50 CEST 2021


On Tue, 2021-08-03 at 19:28 +0100, Bruce Steers wrote:
> I have this program i'm developing that was starting and stopping
> cleanly
> then i recently added some controls and did various other things and
> now it
> says this when it starts...
> 
> (Desktop-ish:12906): Gtk-WARNING **: 16:29:25.336: Theme parsing
> error:
> <data>:1:15: Expected a valid selector
> 
> (Desktop-ish:12906): Gtk-WARNING **: 16:29:25.343: Theme parsing
> error:
> <data>:1:19: Expected a valid selector
> 
> (Desktop-ish:12906): Gtk-WARNING **: 16:29:25.346: Theme parsing
> error:
> <data>:1:17: Expected a valid selector
> 
> (Desktop-ish:12906): Gtk-WARNING **: 16:29:25.354: Theme parsing
> error:
> <data>:1:12: Expected a valid selector
> 
> (Desktop-ish:12906): Gtk-WARNING **: 16:29:25.365: Theme parsing
> error:
> <data>:1:13: Expected a valid selector
> 
> 
> Is there a way to track down what's causing it?
> 
> thanks
> BruceS
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
Given that goggling that warning text yields about 18.6 gazillion
results I'd say it is a gtk catch-all warning for any failure to parse
your desktop theme,so
1) try changing desktop theme, if it goes away then I think you have no
option bar learning gnome theming and try and find the issue in your
current theme (YUK!)

good luck
bruce



More information about the User mailing list