Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Permanently disable Dock icon bouncing Desktop
Certain applications have a very annoying (to me) feature -- they bounce their Dock icons. I keep my Dock hidden, mainly because I don't use it all that much, and I find the bouncing icons quite annoying. Some programs allow you to control Dock bouncing via their preferences (iChat comes to mind), but for others, control of the bouncing is out of the users' hands.

Thanks to a simple Terminal command, however, you can permanently prevent Dock bouncing by any application. In Terminal, enter these two commands:
$ defaults write com.apple.dock no-bouncing -bool TRUE
$ killall Dock
When the Dock restarts, you won't see any icon bouncing again, ever. An ideal solution would be a per-application setting, because there may be apps for which you want a bouncing Dock icon. Lacking that, though, I'll take the no bouncing solution. To reverse this, just repeat the command, replacing TRUE with FALSE, and then kill the Dock again.

For an easier method of implementing this feature, see this hint.
    •    
  • Currently 3.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (2 votes cast)
 
[8,979 views]  

Permanently disable Dock icon bouncing | 7 comments | Create New Account
Click here to return to the 'Permanently disable Dock icon bouncing' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Permanently disable Dock icon bouncing
Authored by: MurphyM on Mon, Jan 5 2009 at 8:55AM PST
I have a friend who actually sits and works while ignoring the bouncing icon. I can ignore it too - for about three seconds.

Thanks.

[ Reply to This | # ]
Permanently disable Dock icon bouncing
Authored by: circa86 on Mon, Jan 5 2009 at 12:02PM PST
or you can just open up the Dock preferences and disable "Animate opening applications"...

[ Reply to This | # ]
Permanently disable Dock icon bouncing
Authored by: guns on Mon, Jan 5 2009 at 12:39PM PST
No, I think he means disabling all application nags, not just opening animations.

[ Reply to This | # ]
Permanently disable Dock icon bouncing
Authored by: gopes on Mon, Jan 5 2009 at 1:34PM PST
So how do you know when an app wants your attention?

[ Reply to This | # ]
Permanently disable Dock icon bouncing
Authored by: zzxx99rr on Mon, Jan 5 2009 at 5:03PM PST
What I'd really like to have is a limit to xx bounces (like 2 or 3 bounces). Some apps do this and others will bounce for hours until you acknowledge... but maybe there is no way to set this as an override for what the app specs other than zero. I don't mind a couple bounces as an alert but certainly get annoyed when I have to stop something else I'm doing to get the bouncing to stop if will continue indefinitely.

[ Reply to This | # ]
Permanently disable Dock icon bouncing
Authored by: jiclark on Tue, Jan 6 2009 at 8:02PM PST
I agree.

What's interesting is that they've managed to implement this for the Downloads folder. Have you noticed that when something finishes downloading, you get the 'thunk' sound, and the Downloads folder bounces *once*.

Give us that option! ;-}

[ Reply to This | # ]
Permanently disable Dock icon bouncing
Authored by: vincentvw on Tue, Jan 6 2009 at 1:45AM PST
I wanted to enable this through Secrets, ironically I walked away to get my tea and got back to the the dock icon bouncing because the preference pane had downloaded and was ready to install. The 2 seconds it took to deal with this problem outweigh the cost by far, if you ask me.

[ Reply to This | # ]