Search Criteria
Package Details: electron-launcher 1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/electron-launcher.git (read-only, click to copy) |
---|---|
Package Base: | electron-launcher |
Description: | Launcher script that forwards to the latest installed electronXX binary |
Upstream URL: | None |
Licenses: | MIT |
Conflicts: | electron, electron-nightly-bin |
Provides: | electron, electron-launcher |
Replaces: | electron, electron-nightly-bin |
Submitter: | mkurz |
Maintainer: | mkurz |
Last Packager: | mkurz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-06-04 20:38 (UTC) |
Last Updated: | 2025-06-04 20:38 (UTC) |
Dependencies (0)
Required by (249)
- adrive (requires electron)
- adspower-global (requires electron)
- aigcpanel-git (requires electron)
- aigepu (requires electron)
- alipay-keytool (requires electron)
- altair (requires electron)
- aniparser (requires electron)
- apple-music-desktop (requires electron)
- asciiflow2-git (requires electron)
- athens-git (requires electron)
- audius-client-bin (requires electron)
- augur-git (requires electron)
- authy-desktop-win32-bin (requires electron)
- backslash (requires electron)
- bbg (requires electron)
- bbg-git (requires electron)
- beaver-notes-git (requires electron)
- beryl (requires electron)
- betterx-desktop-git (requires electron)
- bitburner (requires electron)
- Show 229 more...
Latest Comments
oech3 commented on 2025-06-20 17:52 (UTC) (edited on 2025-06-20 17:54 (UTC) by oech3)
Hook keeps
/usr/bin/electron
is symlink to/usr/bin/electronNM
whereelectronNM
is latest installed electron./usr/lib/electron
is symlink to/usr/lib/electronNM
whereelectronNM
is latest installed electron.If no
electron*
is installed,/usr/bin/electron
could beecho Please install one of electron package; exit 1
.(This could be installed even no
electron*
are installed. This is really probrematic. But it is impossible to solve...)mkurz commented on 2025-06-20 15:27 (UTC)
What should the pacman hook do? Thanks!
oech3 commented on 2025-06-14 08:40 (UTC)
This breaks packages expecting actual bins and libs at
/usr/lib/electron/*.so
e.g.libffmpeg.so
. Should be pacman hook instead of launcher.