Lisplog

Blogging in Lisp

Search

Fixed: Slow Macintosh File Dialogs

Submitted by Bill St. Clair on Tue, 07 Feb 2017 11:05:34 GMT

I have been plagued for quite a while now with a two or three second wait every time I invoke the open or save file dialog on my Macintosh (running El Sierra). I finally did a Google search and found a solution. Less than a second now! Yay!

http://osxdaily.com/2015/04/17/fix-slow-folder-populating-cloudkit-macosx/

In a shell:

cd ~/Library/Caches/CloudKit
rm CloudKitMetadata
rm CloudKitMetadata-shm
rm CloudKitMetadata-wal
killall cloudd

Add comment   Edit post   Add post

Previous Posts:

Kokuro Dojo for Android
Android Version Hell
Kakuro Dojo iOS App Ships!
Elm Tutorial on Commands, Subscriptions, and Ports
Kakuro-Dojo Is Good Enough to Play
SVG Rocks!
What Are You Listening To?
Wake 2011 iMac from Sleep
End the War on Freedom Returns!
Elm Converts Tail Calls to Loops!