GTG

Comment 4 for bug 348843

Revision history for this message
Samuel Buffet (samuel-buffet) wrote :

Same here with Karmic 64bits.

human-theme 0.37
gtk2-engines-murrine 0.90.3-1ubuntu2

the following line (in /usr/share/themes/DarkRoom/gtk-2.0/gtkrc) seems to be the origin of the problem :

 GtkWidget ::visited-link-color = shade (0.2, @fg_color)

If I comment it out => no more warning.

If I replace it by :

 GtkWidget ::visited-link-color = @fg_color

or
 GtkWidget ::visited-link-color = darker(@fg_color)

... no more problem neither.

I'm not a theme expert but I don't see what's wrong with "shade (0.2, @fg_color)" ??

Any idea?
Should I rather file a bug against gtk2-engines-murrine?