Create a gist now

Instantly share code, notes, and snippets.

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

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