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!

10.5: Fix Transparent Dock and invisible Stack problems System 10.5
If your Dock sometimes becomes transparent, and Stacks only show as label backgrounds -- often iTunes' Cover Flow mode stops working, too -- as illustrated here, you can use this Terminal command to recover:
sudo killall -HUP WindowServer
Warning:The above command will log you out and quit all open programs without warning -- so ideally, you should close any open programs before running the command. It does, however, prevent you from having to reboot, which is the only way I'd found to otherwise solve this problem. You can read more about this command in this hint; it's basically a way to restart the GUI without restarting the entire machine.

[robg adds: There are a few threads (1, 2, 3) about this problem on the Apple Discussions site; it appears to be somewhat common, but not really widespread. I haven't seen it myself across the collection of machines here in the Mac OS X Hints labs. Note that the above solution isn't really a permanent fix despite my titling of the hint. As I understand it, the problem may well recur after restarting the GUI.]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[9,906 views]  

10.5: Fix Transparent Dock and invisible Stack problems | 4 comments | Create New Account
Click here to return to the '10.5: Fix Transparent Dock and invisible Stack problems' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Fix Transparent Dock and invisible Stack problems
Authored by: ppavel on Thu, Apr 3 2008 at 9:41AM PDT
Transparent Dock problem can be cured by the following command:

killall Dock

This will kill the Dock and it will instantly restart. This will not cause logout

[ Reply to This | # ]
10.5: Fix Transparent Dock and invisible Stack problems
Authored by: rogov on Fri, Apr 4 2008 at 6:37PM PDT
Unfortunately, killing/restarting the Dock doesn't address the transparency/invisibility problem.



[ Reply to This | # ]
10.5: Fix Transparent Dock and invisible Stack problems
Authored by: stevelup on Sun, Apr 27 2008 at 10:29AM PDT
I concur. I get this problem about once a week and killing the dock does not resolve it.

Logging out and back in again cures it for me.

[ Reply to This | # ]
10.5: Fix Transparent Dock and invisible Stack problems
Authored by: Derivatize on Thu, Apr 3 2008 at 11:58AM PDT
Furthermore, WindowServer is supposed to terminate and relaunch when the last GUI user logs out before giving the login screen again. One should try that graceful approach first before killing the process.

[ Reply to This | # ]