Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Rebuild LaunchServices database (See related posts)

The Launch Services database can get corrupted; e.g. you can't select an external editor in Cyberduck.app even if the editor in question is installed. Also resets all 'Open with Application...' warning dialogs.

/System/Library/Frameworks/ApplicationServices.framework/\
Frameworks/LaunchServices.framework/Support/lsregister \
-kill -r -domain local -domain system -domain user

You need to create an account or log in to post comments to this site.


Related Posts