0

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.

htorque
  • 66,086
user11833
  • 359

1 Answers1

0

Press Alt + F2, then type

gedit ~/.gtkrc-2.0

to start the text editor gedit with the file already opened. Then copy and paste the code, save the file, log out and back in again.

htorque
  • 66,086