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!


Click here to return to the '10.5: Add a 'recent things' stack to the Dock' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Add a 'recent things' stack to the Dock
Authored by: diskostu on Fri, Nov 16 2007 at 11:11AM PST
I used a similar command:

defaults write com.apple.dock persistent-others -array-add '{ "fan-data" = { "list-type" = 1; }; "fan-type" = "recents-tile"; }'

So I replaced "tile" by "fan". After "killall Dock", my Dock was gone, even after a clean reboot. Any idea? Any help is greatly appreciated.

[ Reply to This | # ]
10.5: Add a 'recent things' stack to the Dock
Authored by: diskostu on Fri, Nov 16 2007 at 11:14AM PST
Ah, I figured it out by myself. In case anyone has the same problem, just type

defaults delete com.apple.dock persistent-others

and the Dock should appear again.

[ Reply to This | # ]
10.5: Add a 'recent things' stack to the Dock
Authored by: soulbarn on Fri, Nov 16 2007 at 3:06PM PST
Ack! My dock (and cmd-tab) vanished after trying out the tip. and the solution posted (defaults delete com.apple.dock persistent-others) doesn't work! What to do?

[ Reply to This | # ]
10.5: Add a 'recent things' stack to the Dock
Authored by: soulbarn on Fri, Nov 16 2007 at 3:33PM PST
A restart brought the dock back. But not with the recent items stack. I'm going to try again...

[ Reply to This | # ]
10.5: Add a 'recent things' stack to the Dock
Authored by: antiorario on Sat, Nov 17 2007 at 2:46AM PST
So I replaced "tile" by "fan". After "killall Dock", my Dock was gone, even after a clean reboot. Any idea? Any help is greatly appreciated.
My suggestion would be to either reset the dock by erasing ~/Library/Preferences/com.apple.Dock.plist or pick an older version of it using Time Machine, then doing a killall Dock in Terminal.

[ Reply to This | # ]