Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dave12345

macrumors regular
Original poster
Oct 19, 2008
216
0
does anyone know how to disable these annoying tips that pop up all over the place in snow leopard ? I've found a few terminal hacks but none of them seem to do the trick.


thanks for any help...
 

Attachments

  • tooltips.png
    tooltips.png
    39.4 KB · Views: 122
Damned Tooltips

I hate those annoying yellow boxes and I also tryed those Terminal commands which did not work!

Like you, I wish that someone would explain how to get rid of them!


does anyone know how to disable these annoying tips that pop up all over the place in snow leopard ? I've found a few terminal hacks but none of them seem to do the trick.


thanks for any help...
 
I hate those annoying yellow boxes and I also tryed those Terminal commands which did not work!

Like you, I wish that someone would explain how to get rid of them!

You can enter the following in Terminal:

Code:
defaults write -g NSInitialToolTipDelay -int 60000

This delays the appearance of the tooltip box for 60000 milliseconds = 60 seconds.

The catch is that it doesn't work for all apps. It does for Safari, but not iTunes, for example. Some apps must have the delay "hard-coded" into them.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.