atom / atom.io

🌐 A place for feedback on the atom.io website and package API
161 stars 98 forks source link

atom won't open from command line or from doc #116

Closed justinchristensen66 closed 7 years ago

justinchristensen66 commented 7 years ago

I get this message when I try to open atom from terminal or doc 'LSOpenURLsWithRole() failed for the application /Users/justinchristensen66/Downloads/Atom.app with error -10810.' Everything was fine the other day and now this. In the message that appears in alert prompt: 'Check with the developer to make sure Atom works with this version of macOS. You may need to reinstall the application. Be sure to install any available updates for the application and macOS.' Do I have to reinstall, I was reading there are lots of things to clean up when uninstalling?

50Wliu commented 7 years ago

Looks like a duplicate of https://github.com/atom/atom/issues/3093. Make sure you are not running in tmux.

If you still wish to uninstall, the only thing to remember is that your ~/.atom directory is persisted and you'll need to delete that separately (but if you do, all your settings and installed packages will be gone).

justinchristensen66 commented 7 years ago

im not running in tmux its in Iterm but it also wont open from the doc. I'm on a mac 10.12.4 If i have to uninstall, is the ~/.atom directory the only directory I have to delete? Thanks so much for your help.

On Mon, Apr 17, 2017 at 6:17 PM, Wliu notifications@github.com wrote:

Looks like a duplicate of atom/atom#3093 https://github.com/atom/atom/issues/3093. Make sure you are not running in tmux.

If you still wish to uninstall, the only thing to remember is that your ~/.atom directory is persisted and you'll need to delete that separately.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/atom/atom.io/issues/116#issuecomment-294642661, or mute the thread https://github.com/notifications/unsubscribe-auth/ACmFVpI50R1RhSXMhpAUpTBOXzc6iWLLks5rxA8UgaJpZM4M_v-r .

50Wliu commented 7 years ago

That should be the only directory that you need to remove. I can't think of any others.

justinchristensen66 commented 7 years ago

Is removing it the best course of action?

On Mon, Apr 17, 2017 at 6:38 PM, Wliu notifications@github.com wrote:

That should be the only directory that you need to remove. I can't think of any others.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/atom/atom.io/issues/116#issuecomment-294647158, or mute the thread https://github.com/notifications/unsubscribe-auth/ACmFVm4vkHfSB6xW9EGPkzJpyzWYLEjdks5rxBQpgaJpZM4M_v-r .

50Wliu commented 7 years ago

I would temporarily rename it to ~/.atom-backup. That way, you don't lose everything and have a backup just in case.