Skip to content

Instantly share code, notes, and snippets.

@darwin
Created May 27, 2014 15:56
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darwin/d74ddce510f4a0b40b29 to your computer and use it in GitHub Desktop.
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)
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
@mkormendy
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment