Search Criteria
Package Details: vscodium-electron 1.110.11631-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vscodium-electron.git (read-only, click to copy) |
|---|---|
| Package Base: | vscodium-electron |
| Description: | VS Code without MS branding/telemetry/licensing. - System-wide Electron edition |
| Upstream URL: | https://github.com/VSCodium/vscodium |
| Keywords: | code codium electron system vscode vscodium wayland |
| Licenses: | MIT |
| Conflicts: | codium, vscodium, vscodium-bin, vscodium-git |
| Provides: | codium, vscodium |
| Submitter: | m00nw4tch3r |
| Maintainer: | HurricanePootis |
| Last Packager: | HurricanePootis |
| Votes: | 10 |
| Popularity: | 0.002207 |
| First Submitted: | 2022-04-10 18:19 (UTC) |
| Last Updated: | 2026-03-11 00:22 (UTC) |
Dependencies (26)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- electron39 (electron39-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- libsecret
- libsoup3 (libsoup3-gitAUR)
- libx11 (libx11-gitAUR)
- libxkbfile
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- perl (perl-gitAUR)
- python
- python-fonttools (python-fonttools-gitAUR)
- ripgrep (ripgrep-gitAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cargo-nightly (rustup-gitAUR, rustup) (make)
- Show 6 more dependencies...
Required by (7)
- vscodium-all-marketplace (requires vscodium)
- vscodium-electron-features
- vscodium-electron-marketplace
- vscodium-features (requires vscodium)
- vscodium-marketplace (requires vscodium)
- vscodium-prod-patcher (requires vscodium)
- vscodium-xdg-dir-patch (requires codium)
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
vitaliikuzhdin commented on 2026-03-13 07:33 (UTC)
Please remove the dependency on the meta-package
gcc-libsand replace it with the specific libraries this package depends on: https://archlinux.org/todo/gcc-libs-deprecation/hiruocha commented on 2025-09-26 08:29 (UTC)
or
~/.config/codium-flags.confhiruocha commented on 2025-09-26 08:08 (UTC)
This package does not read
~/.config/electron35-flags.confand~/.config/electron-flags.conf, making it inconvenient to persist custom parameters. Could you add logic to read these two files? (Refer to the WIKI)KarthikJay commented on 2025-07-29 17:24 (UTC)
@Richardn
No worries, I was on manjaro at the time and the repo's were not updated. The new version installed just fine after syncing the repo's for the dependencies.
I do see a strange issue now, that might be more related to electron. I'm unable to save files as sudo with this package. https://bbs.archlinux.org/viewtopic.php?id=282251
It seems like there is 2 issues, 1 the path for the binary doesn't detect that it is in: "/usr/bin/coidium" and instead goes into the electron path "/usr/lib/electron<version>/bin/codium"
But if I workaround that issue, I still see another issue: "/usr/bin/pkexec" --disable-internal-agent /bin/bash -c "echo SUDOPROMPT; \"/usr/lib/electron35/bin/codium\" --file-write \"/home/kjayakum/.config/VSCodium/code-elevated-uWsBKhbS\"" Using --file-write with invalid arguments.
Not sure how to properly solve either, but this doesn't happen in the binary distributions.
Richardn commented on 2025-07-27 00:56 (UTC)
@KarthikJay sorry for the late response. I myself did not encounter that during building the last version, and I just updated this package to the latest version and also did not encounter any errors. I suppose what you bumped into were transient network errors.
KarthikJay commented on 2025-07-15 19:15 (UTC)
Getting an error 404 when trying this command in the build script:
[12:12:52] 'vscode-linux-x64-min-ci' errored after 9.25 s [12:12:52] HTTPError: Response code 404 (Not Found) at Request._onResponseBase (file:///home/kjayakum/.cache/paru/clone/vscodium-electron/src/vscodium/vscode/node_modules/@vscode/gulp-electron/node_modules/got/dist/source/core/index.js:589:31) at Request._onResponse (file:///home/kjayakum/.cache/paru/clone/vscodium-electron/src/vscodium/vscode/node_modules/@vscode/gulp-electron/node_modules/got/dist/source/core/index.js:649:24) at ClientRequest.<anonymous> (file:///home/kjayakum/.cache/paru/clone/vscodium-electron/src/vscodium/vscode/node_modules/@vscode/gulp-electron/node_modules/got/dist/source/core/index.js:667:23) at Object.onceWrapper (node:events:633:26) at ClientRequest.emit (node:events:530:35) at ClientRequest.emit (node:domain:552:15) at HTTPParser.parserOnIncomingClient (node:_http_client:716:27) at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17) at TLSSocket.socketOnData (node:_http_client:558:22) at TLSSocket.emit (node:events:518:28) ++++ error_function build
Any ideas how to fix?
Richardn commented on 2025-06-05 16:16 (UTC)
@fnrir Your proposed change has been applied.
@oech3 This package is designed in a way such that user can modify the electron version used. The provided electron version is just a suggestion (based on upstream). However if one is using an AUR helper while changing the
PKGBUILDfile, a lot of weird interactions can happen, i.e. some dependency requirements being cached, etc etc. So there is a basic sanity check there.fnrir commented on 2025-05-21 16:12 (UTC)
Unsetting DISPLAY on Wayland breaks running non-Wayland apps in the terminal
oech3 commented on 2025-05-20 07:49 (UTC)
! which $_electroncheck does nothing since it is installed automatically.Richardn commented on 2025-05-14 13:12 (UTC)
@Damgaldor is this something peculiar to my package? Based on some initial search I figured it might be an old unfixed issue in
vscode, or more accurately, an issue with thesudo-promptdependency.I checked the
vscodium-binpackage on AUR. It also does not look like it will install something under/usr/lib/{$electron}/.1 2 3 4 5 6 .. 8 Next › Last »