-
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
Arch Linux: Settings, Check for Updates does not work #387
Comments
I think I've had this problem before while building atom. I think what the problem is is that the |
Looks like this feature is indeed broken to some extent:
|
This can be fixed by inserting
in the
|
For now, I have installed the |
The official Atom builds bundle an electron binary that becomes renamed to be the Official builds will have a path like And indeed, official apm will not attempt to use npm 7 or newer, as it does break apm. I have a branch of apm set up to use npm 7, but there's not a ton of benefit to that, IMO, and I didn't want to have to debug possible quirks from the major re-write of npm that happened in npm 7.x, so I personally didn't push for moving to npm 7. As you mentioned before an edit, it looks like npm 8 won't be usable in apm, at least without a major re-architecturing of apm to only spawn npm as a sub-process rather than importing its bits into apm's JS code. You might consider making one issue for all Arch-related issues you are having. If it doesn't also apply to Debian, Ubuntu, Fedora or other RPM-based distros, we can assume it is Arch-specific. And as of before the sunset, neither upstream/official Atom nor this fork made serious efforts to build on Arch. It takes a lot of effort, splitting things apart into multiple packages isn't how the Atom repo is designed to be built, and there aren't as many users of Arch as, say Ubuntu and Fedora. Arch has always required Arch-specific patches to build as separate packages and depend on the system Electron package like that. So Arch-specific efforts should be clearly marked as such so Arch users can find them and pool efforts in one place. And so it's not confused as being an issue across other Linux distros or even a Mac+Windows thing as well. |
Hello all,
having
atom
1.63.0 installed and running, I just looked at Settings, Check for updates.The command for this check seems to have issues:
The text was updated successfully, but these errors were encountered: