-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: Atom Silently Quits when Packages, Command Palette, Toggle, Application:Install Update is clicked #392
Comments
Update:
That line
actually seems to do nothing but simply quit the editor.
calls
where
Indeed, that's not very elegant to simply quit because auto updates do not seem to be supported on Linux
but that's the way it's actually implemented :( Would be a lot better to simply |
Here's a patch that exactly achieves this. Instead of simply quitting
|
Hello all,
Atom just quits without an error message after the following steps:
install
as a search termApplication: Install Update
And no, this does not appear to be specific to Arch Linux as it happens with the binary package downloadable from Azure as per Readme.md, as well.
Amendment
The same error happens with the Debian package downloadable from Azure, on a Debian based Linux system.
The text was updated successfully, but these errors were encountered: