On Thu, Feb 7, 2019 at 5:54 AM @lbutlr <[email protected]> wrote: > How would I go about fixing “Open With” Showing old versions of BBEdit > that are not installed? > > There is only one BBEdit application on my computer. > > # mdfind -name BBEdit | grep "app$" > /Applications/BBEdit.app > # > > < > https://www.dropbox.com/s/rji8c22inr99l38/Screenshot%202019-02-07%2003.40.32.png?dl=0 > > >
Try this in Terminal: /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user Source: http://www.leancrew.com/all-this/2013/02/getting-rid-of-open-with-duplicates/ Was a big problem a few years ago. I’m assuming the old command still works, which might be a bad assumption. ISTR that you might get notifications after this suggesting that you are opening apps for the first time. Unavoidable side effect of rebuilding the “open with” database, I’m afraid. Unless that has changed, hopefully. TjL > -- -- TJ Luoma TJ @ MacStories <http://www.macstories.net/author/tjluoma/> Personal Website: luo.ma <http://luo.ma/> (aka RhymesWithDiploma.com <http://rhymeswithdiploma.com/>) Twitter: @tjluoma <http://twitter.com/tjluoma> -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
