Search Criteria
Package Details: electron42-bin 42.2.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/electron42-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | electron42-bin |
| Description: | Build cross platform desktop apps with web technologies — prebuilt |
| Upstream URL: | https://electronjs.org |
| Keywords: | electron nodejs |
| Licenses: | MIT, LicenseRef-custom |
| Conflicts: | electron42 |
| Provides: | electron42 |
| Submitter: | zxp19821005 |
| Maintainer: | zxp19821005 (yurikoles) |
| Last Packager: | zxp19821005 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-03-16 01:10 (UTC) |
| Last Updated: | 2026-05-20 14:56 (UTC) |
Dependencies (9)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- nss (nss-hgAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR) (optional) – for --gtk-version=4 (GTK4 IME might work better on Wayland)
- kde-cli-tools (kde-cli-tools-gitAUR) (optional) – file deletion support (kioclient5)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR) (optional) – WebRTC desktop sharing under Wayland
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR) (optional) – enable Qt6 with --enable-features=AllowQt
- trash-cli (trash-cli-gitAUR) (optional) – file deletion support (trash-put)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – open URLs with desktop's default (xdg-email, xdg-open)
Required by (24)
- deezer (requires electron42)
- echo-music-bin (requires electron42)
- freetube-git (requires electron42)
- gerbil-bin (requires electron42)
- grx-bin (requires electron42)
- hihat (requires electron42)
- hihat-git (requires electron42)
- kobo2notion-bin (requires electron42)
- kobo2notion-git (requires electron42)
- leafview-bin (requires electron42)
- lvce-bin (requires electron42)
- materialious (requires electron42)
- mkeditor (requires electron42)
- mkeditor-bin (requires electron42)
- mkeditor-git (requires electron42)
- neanes-bin (requires electron42)
- netron-bin (requires electron42)
- notion-electron-bin (requires electron42)
- numara-bin (requires electron42)
- p3x-redis-ui-bin (requires electron42)
- qqmusic-electron (requires electron42)
- requesto-bin (requires electron42)
- soulfire-bin (requires electron42)
- vieb (requires electron42)
Latest Comments
mkurz commented on 2026-05-20 15:28 (UTC) (edited on 2026-05-20 15:29 (UTC) by mkurz)
Thanks!
Just one question: Why did you name the script
electron42.sh? It's universal and basically a copy of https://gitlab.archlinux.org/archlinux/packaging/packages/electron42/-/blob/main/electron-launcher.shThe
sedcommand is adjusting the contents of the file with the correct version. I would keep the nameelectron-launcher.sh- also because you do not have to adjust it for each major electronXX package.But up to you ;)
zxp19821005 commented on 2026-05-20 15:00 (UTC)
@mkurz Thanks for your feedback, added it. Other
electronXX-binpackages will be updated soon.mkurz commented on 2026-05-19 08:02 (UTC)
Would it be possible that all the AUR's
electronXX-binpackages would read~/.config/electron-flags.conf?See the arch wiki: https://wiki.archlinux.org/title/Electron#Configuration_files and also https://gitlab.archlinux.org/archlinux/packaging/packages/electron42/-/blob/main/electron-launcher.sh?ref_type=heads
This is default all
extra/electronpackages - would be great if these AUR packages would be a drop-in replacement, including reading the configs.