Is bash launcher still useful (e.g. fixing bug on some GPU only by electron36
+) ?
Search Criteria
Package Details: code-electron-latest 1.101.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/code-electron-latest.git (read-only, click to copy) |
---|---|
Package Base: | code-electron-latest |
Description: | Run Code - OSS on latest stable Electron (no native modules) |
Upstream URL: | https://github.com/microsoft/vscode |
Keywords: | code-oss electron |
Licenses: | MIT |
Submitter: | tiziodcaio |
Maintainer: | oech3 (tiziodcaio) |
Last Packager: | oech3 |
Votes: | 1 |
Popularity: | 0.54 |
First Submitted: | 2025-02-08 08:55 (UTC) |
Last Updated: | 2025-06-17 09:14 (UTC) |
Dependencies (2)
- code (vscodius-binAUR, visual-studio-code-binAUR, visual-studio-code-cli-binAUR, code-gitAUR)
- electron (electron-launcherAUR, electron-nightly-binAUR, electron-nightly-binAUR)
Required by (0)
Sources (2)
oech3 commented on 2025-06-16 11:17 (UTC)
oech3 commented on 2025-06-16 06:37 (UTC)
It is fine to avoid instaling double Electron (there is a no reasonable prebuild)?
oech3 commented on 2025-06-16 06:31 (UTC)
reverted. Same things seems possib e at another package.
tiziodcaio commented on 2025-06-16 05:40 (UTC)
Can't we simply revert package to my version? It was easier to maintain and does not requirer such this type of technology
oech3 commented on 2025-05-23 07:00 (UTC)
@tiziodcaio Can I avoid build failure in the future caused by wrong makedepends
if I use nvm
instead of nodejs-*
at PKGBUILD
?
oech3 commented on 2025-05-19 09:40 (UTC) (edited on 2025-05-20 06:19 (UTC) by oech3)
electron*
corresponding with electron
is added to dependencies at packaging time.
Add -min
to build()
if you want to reduce size of this.
tiziodcaio commented on 2025-05-19 06:36 (UTC)
Maybe drop the pkgbuild in the comments I'll try on my machine ASAP
oech3 commented on 2025-05-18 23:23 (UTC) (edited on 2025-06-16 06:38 (UTC) by oech3)
I consider it is possible now.
But I cant build code-electron-latest
with minify due to OOM. So it will be large compared with code
.
How many interest/motivation do you have about rebuilding modules ? What did (did not) bash wrapper solved as far as you know ?
tiziodcaio commented on 2025-05-18 22:31 (UTC)
I'm sorry but I have no idea about rebuilding modules... If someone has time to improve the package I will comantain :)
Pinned Comments
oech3 commented on 2025-05-19 09:40 (UTC) (edited on 2025-05-20 06:19 (UTC) by oech3)
electron*
corresponding withelectron
is added to dependencies at packaging time.Add
-min
tobuild()
if you want to reduce size of this.