arch-atom icon indicating copy to clipboard operation
arch-atom copied to clipboard

Repository of Atom and Electron binary packages for Arch Linux

Results 10 arch-atom issues
Sort by recently updated
recently updated
newest added

Similar to a previous issue - ffmpeg has updated beyond 58 ``` ffmpeg version n5.0 Copyright (c) 2000-2022 the FFmpeg developers built with gcc 11.1.0 (GCC) configuration: --prefix=/usr --disable-debug --disable-static...

I want to use system installed FFmpeg with Eelectron on my Raspberry Pi and seems like you've made it all working, although it's X64 and I need it to be...

I've just built and installed atom (v1.26) from source to verify that this is not an upstream issue. On a clean install, I add the single package `atom-ide-ui`. Everything appears...

This is done in the [`electron_gtk3`](https://github.com/tensor5/arch-atom/tree/electron_gtk3) branch. Atom and Electron's default app crash on keypress. No problem arises during the build of libchromiumcontent, but there are some warnings from Electron:...

When someone wants to use the spellchecking plugin, then `hunspell-*` must be installed. It makes sense for me to add those as optional deps.

Hi, With the following: **Atom Version**: 1.12.2 **Electron Version**: 1.4.6 **System**: "Arch Linux" **Thrown From**: Atom Core when starting terminal-fusion's terminal I get the errors: ### Stack Trace ```bash Uncaught...

Hi, I have noticed that after switching from `atom-editor` to your package, I was asked to recompile my terminal packages (specifically [`terminal-plus`](https://github.com/jeremyramin/terminal-plus) and its fork [`platformio-ide-terminal`](https://github.com/platformio/platformio-atom-ide-terminal)). After they were re-compiled,...

We disabled the use of system `protobuf` in Electron 1.3 due to this error: ``` [227/13300] ACTION Generating download_file_types.pb. FAILED: gen/chrome/browser/resources/safe_browsing/download_file_types.pb cd ../../chrome; python browser/resources/safe_browsing/gen_file_type_proto.py -w -i browser/resources/safe_browsing/download_file_types.asciipb -o ../out/Release/gen/chrome/browser/resources/safe_browsing/download_file_types.pb...

Electron apps are usually packaged with [`asar`](https://github.com/electron/asar), as explained [here](http://electron.atom.io/docs/tutorial/application-packaging/). In Atom [we disabled it](https://github.com/tensor5/arch-atom/blob/master/atom/PKGBUILD#L41) because the package [`asar-require`](https://github.com/electron/asar-require) didn't work with new Node. This has been fixed in version...

Since v0.37.0, Electron uses Chromium 49 which causes the final link of libchromiumcontent to fail with: ``` ../../mojo/shell/public/cpp/initialize_base_and_icu.cc:40: error: undefined reference to 'base::i18n::InitializeICUFromRawMemory(unsigned char const*)' ``` For this reason we...