I've accidentally screwed up my gnome's config, as a result, all tooltips in my gnome desktop appear as meaningless black blocks. After some playing round & trial & error, i fixed the problem by replacing the following lines in
~/.gconf/desktop/gnome/interface/%gconf.xml:
1 2
| tooltip_fg_color:#000000000000 tooltip_bg_color:#000000000000
|
With the more meaningful:
1 2
| tooltip_fg_color:#000000000000 tooltip_bg_color:#ffffffffffff
|
That's all !!
No comments:
Post a Comment