You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Bug: Tiny Finder window won't go away

This adorable little Finder window won't go away, won't close. Can't move it or interact with it. Not sure where it came from.



User uploaded fileUser uploaded fileUser uploaded file

MacBook Pro (Retina, Mid 2012), OS X Mavericks (10.9)

Posted on Oct 27, 2013 5:59 AM

Reply
17 replies

Jan 14, 2014 9:20 AM in response to Meowcat

Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J. When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder. Select Preferences/com.apple.finder.plist. Move the .plist to your desktop.

Restart and test. If it works okay, delete the plist from the desktop.

If the same, return the .plist to where you got it from, overwriting the newer ones.

Thanks to leonie for some information contained in this.


You might need to redo the View settings after an update.


Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.

Feedback

May 24, 2015 9:52 PM in response to dhjdhj

This isn't a bug with Finder in Yosemite and does not occur on a fresh un-touched installation.


As far as I understand, it's a flag that has been inserted into the core settings of Finder, by another application that was installed.

This code is inserted by certain applications (like TotalFinder or ExtraFinder and others) that caused Finder to not repaint after dragging the window tab.

To repair Finder, do the following:


  1. open /Applications/Utilities/Terminal.app (a command prompt should appear)
  2. copy and paste the following (it is one long single line):

    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
  3. hit ENTER


That should fix it. You may have to load up Finder (if it doesn't automatically start back up). Or further simply restart your computer.

Jan 14, 2014 8:41 AM in response to Meowcat

Same issue here on a Macbook Pro Retina (2012). Finder now has tabs in Mavericks and this issue happens when you pull out a Finder tab. The moment you're moving that finder tab, it's drawn as a mini-me of the Finder window. It seems the ghost of the mini-me remains even when the mini-me grows up.


Relaunching (alt-right clicking the finder icon) helps.

Feb 4, 2014 10:44 AM in response to LibbieLibbie

I'm sorry but this is NOT a solution to fix the problem. This is a workaround to patch a yet PERSISTENT bug.


I do not have these offending applications: TotalFinder or XtraFinder on my computer yet I am still getting it.


Apple! Fix your **** Finder application already. It does not:


- sort or arrange folder properly (I am constantly having to select any sorting arrangement for it to trigger the sorting/arrangeing feature, then it does what its supposed to)

- size columns properly

- consistently keep icon previews properly


This has been going on for YEARS. Please, someone ask me to compile the research that validates this.

Apr 1, 2014 1:52 PM in response to Meowcat

The advice on this page helped me, but there was a step missing.



Click anywhere on Desktop.


On the Menu bar select Go then hold alt key and click Library.


Double-click Preferences and delete "com.apple.finder.plist"


Back to Library then double-click SyncedPreferences and delete "com.apple.finder.plist"


Reboot



After you complete this you will have to re-set your Finder preferences as you had them before.


Thanks to Eric for helping me resolve this problem.

May 27, 2014 9:19 AM in response to Meowcat

Confirmed, this is caused by any app tweaking Finder's AnimateWindowZoom and DisableAllAnimations plist keys (TotalFinder does that).


To fix it for plain Finder, please execute this as a single line in Terminal.app:


osascript -e "tell application \"Finder\" to quit" && defaults write com.apple.finder DisableAllAnimations -bool false && defaults write com.apple.finder AnimateWindowZoom -bool true


To fix it for TotalFinder please follow this post:

http://discuss.binaryage.com/t/weird-finder-ghosting/1526/2


I'm sorry for this glitch.

May 27, 2014 9:43 AM in response to user987435

I'm trying to set the values back to defaults in my uninstall script:

https://github.com/binaryage/totalfinder-i18n/blob/master/uninstaller/uninstall. applescript#L89-L94


Unfortunately it probably failed in your case for some reason.


In general setting plist tweaks while app is running is not 100% safe, Finder/TotalFinder could override the values again during normal operation or during shutdown sequence.


I should double-check it.

Jun 7, 2014 9:18 AM in response to Meowcat

Another way to prevent this is to not drag the tab to make it a stand alone window. Right click (control-click) on the tab and choose "Move Tab to New Window" The mini window won't appear. It's only when dragging the tab. Definite bug and maybe they'll fix it in Yosemeti. Obviously not a high priority for them.

Bug: Tiny Finder window won't go away

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.