https://bugs.kde.org/show_bug.cgi?id=355540
Rob Walker <r...@ladle.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r...@ladle.net --- Comment #42 from Rob Walker <r...@ladle.net> --- I tested this today (Inkscape wasn't honoring the changes in my KDE settings) by modifying ~/.config/gtkrc-2.0 There are a few interesting lines: # style "ToolTip" # { # bg[NORMAL] = { 0.937, 0.941, 0.945 } # base[NORMAL] = { 0.988, 0.988, 0.988 } # text[NORMAL] = { 0.192, 0.212, 0.231 } # fg[NORMAL] = { 0.192, 0.212, 0.231 } # } widget "gtk-tooltip" style "ToolTip" widget "gtk-tooltips" style "ToolTip" If I comment out the first call to "gtk-tooltip", all is well. If I comment out the style, all is well. I am moving forward with the solution I have pasted here. Thanks, Rob -- You are receiving this mail because: You are watching all bug changes.