Close ad

Sometimes after updating to a newer version of the application in the menu Open in app the same item appears twice. The problem affects programs downloaded from any source and even those distributed through the Mac App Store. I myself experienced a similar inconvenience recently when updating the popular image editor Pixelmator.

How to remove unwanted duplicates? Quite simply. Open Terminal and enter the following command:

cd /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support

Command cd (change directory) only changed the current directory. Now enter another command, this time eliminating duplicates:

./lsregister -kill -domain local -domain system -domain user

Wait a few seconds for the cleanup to complete. Then you can see for yourself that each application is in the context menu Open in app an orphan. If you were expecting a longer tutorial, we have to disappoint you. This cosmetic change is (thankfully) a matter of just two commands.

[do action="sponsor-counseling"/]

.