Somebody recommended that I add the following code to .gtkrc-2.0:
style "tooltips" {
fg[NORMAL] = { 0.0, 0.0, 0.0 }
text[NORMAL] = { 0.0, 0.0, 0.0 }
}
widget "gtk-tooltips*" style "tooltips"
How do I go about this? I am using Ubuntu 10.04 LTS.