Created
May 27, 2014 15:56
-
-
Save darwin/d74ddce510f4a0b40b29 to your computer and use it in GitHub Desktop.
How to fix TotalFinder / Finder ghost window icons on Desktop (when dragging/tearing Finder's tab off)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
osascript -e "tell application \"Finder\" to quit" && defaults write com.apple.finder DisableAllAnimations -bool false && defaults write com.apple.finder AnimateWindowZoom -bool true && defaults write com.apple.finder TotalFinderDontFixInstallerDefaults -bool true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haha! This works perfectly! Thanks for fixing this. I guess I should update my mac entry .. I was super mad about apple :-) Oh well .. oops!