Search Criteria
Package Details: atom-editor-beta-bin 1.61.0beta0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/atom-editor-beta-bin.git (read-only, click to copy) |
---|---|
Package Base: | atom-editor-beta-bin |
Description: | A hackable text editor for the 21st Century |
Upstream URL: | None |
Licenses: | MIT |
Conflicts: | atom |
Provides: | atom |
Submitter: | eatmyvenom |
Maintainer: | eatmyvenom (bittin) |
Last Packager: | bittin |
Votes: | 5 |
Popularity: | 0.85 |
First Submitted: | 2021-01-06 11:27 (UTC) |
Last Updated: | 2022-03-08 10:11 (UTC) |
Dependencies (8)
- gconf (gconf-gtk2)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc)
- libsecret
- libx11 (libx11-git)
- libxkbfile
- nodejs (nodejs6-bin, nodejs-nightly, nodejs-git, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen)
- npm (nodejs6-bin, nodejs-nightly, corepacker)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310)
Latest Comments
1 2 Next › Last »
DAC324 commented on 2022-09-17 15:31 (UTC) (edited on 2022-09-17 15:54 (UTC) by DAC324)
Update: There is an unofficial
atom
version which at least works withelectron
13 instead of 9. This version works with the latestglibc
update and does not need the--in-process-gpu
switch for being started.Meanwhile, there were also some updates upstream that simplified the build system. Plus, it does not seem to be necessary to have a separate
apm
package.Here's a modified
PKGBUILD
that includes all those aspects mentioned above.DAC324 commented on 2022-09-17 15:17 (UTC)
@AlexWayfer
Can you have a look at the patch(es) proposed in the second comment on https://bugs.archlinux.org/task/75902 ? The link at https://github.com/electron/electron/commit/993ecb5bdd5c57024c8718ca6203a8f924d6d574 actually refers to two patches.
Looks like the files to be changed by both those patches, do not exist in the
atom
source tree.AlexWayfer commented on 2022-09-16 12:32 (UTC)
Yep, I've created this issue after this comment and long searching of breaking package…
DAC324 commented on 2022-09-16 12:22 (UTC)
@AlexWayfer This is discussed in https://bugs.archlinux.org/task/75902
Current workaround: Start
atom
with--in-process-gpu
switch:Works at least for me.
AlexWayfer commented on 2022-09-13 20:30 (UTC)
Broken with recent system update.
DAC324 commented on 2022-06-27 09:51 (UTC) (edited on 2022-06-27 10:59 (UTC) by DAC324)
@norse That behavior of
atom
closing after having selectedPackages->Command Palette->Toggle->(search for install and select) Application: Install Update
is actually not a crash butatom
silently quitting, because of the following code:That line
actually seems to do nothing but simply quit the editor. Why?
calls
where
autoupdater
is callingelectron
itself: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 :(
DAC324 commented on 2022-06-24 19:11 (UTC) (edited on 2022-06-24 19:17 (UTC) by DAC324)
Just have a look here: https://aur.archlinux.org/packages/atom#comment-870640 This error only occurs when trying to build from source, and can be avoided by using the binary package I linked to.
anark10n commented on 2022-06-24 10:00 (UTC)
Hey there, I get this error when trying to update atom. /home/anark10n/.cache/yay/atom/src/atom-1.61.0-beta0/script/lib/dump-symbols.js:33 throw new Error(error); ^
Not sure what's causing it. Is this something I should post here or on the github page?
DAC324 commented on 2022-06-22 21:19 (UTC) (edited on 2022-06-23 13:23 (UTC) by DAC324)
@norse I can reproduce this crash. However, I must admit that I did not go that way trying to install an application update. There is also
Settings, Updates
. If I click "Check for Updates" there, I get no crash but (of course) the message that all plugins are up to date. Also, there isHelp, About Atom
. Currently, this reports that there is an update available but the link only directs me to the generalatom
build instructions.I assume that this has something to do with
apm
as after a restart following this crash, I sometimes get anapplication error
inSettings, Updates
.I will try investigating with the bundled
apm
and keep you updated.UPDATE: It also does not work with the bundled
apm
. As installing on Arch is discouraged by the members of theatom
community, I also tried downloading and installing the Debian package they offer on https://dev.azure.com/atomcommunity/2179356e-4464-463a-8aea-5ddc7d857fda/_apis/build/builds/1183/artifacts?artifactName=atom-amd64.deb&api-version=7.0&%24format=zip , on a Debian based Linux system. There, the very same error also occurs.norse commented on 2022-06-22 18:29 (UTC)
@DAC324 Thanks for the clarifications ;) Snakes cannot die by their own venom, can they :D
The main problem, however, remains. The package (yours) installs well, but the executable crashes, when I do
Packages->Command Palette->Toggle->(search for install and select) Application: Install Update
1 2 Next › Last »