Mac Net Journal
Take an in-depth look at Mac OS X and its impact for this Mac professional
Contact Us
Articles
One way to make OS X bombproofOS X tricks and tips
Quitting the Dock
MNJ archives
August 2001
July 2001
June 2001
Resources
Apple's OS X
MacFixIt's OSX
MacAddict's OSX
MacNN's OSX
Macintouch OSX
Mac OS X Hints
MacOSX.com
Mac OSX FAQ
EFNet OSX FAQ
VersionTracker OSX
Securemac
Xicons.comRob's other Weblogs
The Equinox Project
White Rabbit Publishing
Rob's Portal page
White Rabbit Publishing
Quitting the Dock Have you ever had your Dock lock up on you under OS X? If you just closed an application and it still shows that it is running in the Dock, then the way to clear up the problem is to quit the Dock. When you quit the Dock, OS X realizes that the Dock isn't running and it restarts it for you, putting you right back in business.
Here is the easiest way to make sure restarting your Dock is as easy as one click, with the help of a simple AppleScript.
First, dig into your Applications folder and open the AppleScript folder, then double click on the Script Editor. What you are going to do here is create a script, save it as an OS X applet and then place an alias to the applet in your Dock so that all you will need to do to restart the Dock is click on the applet icon and watch your Mac do its work.
![]()
With your Script Editor open, type:
quit application "Dock"
Then save the new script, being sure to save it as an OS X applet. Once it is saved, go to the folder where you stored the saved applet and drag it to the Dock to create a shortcut.
Copyright © 2001 White Rabbit Publishing.
All rights reserved.