Search Criteria
Package Details: vscodium-electron 1.96.2.24355-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: | Richardn |
Last Packager: | Richardn |
Votes: | 8 |
Popularity: | 0.37 |
First Submitted: | 2022-04-10 18:19 (UTC) |
Last Updated: | 2024-12-21 04:31 (UTC) |
Dependencies (11)
- electron32 (electron32-binAUR)
- libsecret
- libx11 (libx11-gitAUR)
- libxkbfile
- ripgrep (ripgrep-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- gvfs (gvfs-gitAUR) (optional) – For move to trash functionality
- libdbusmenu-glib (optional) – For KDE global menu
Required by (4)
- vscodium-electron-features
- vscodium-electron-marketplace
- vscodium-features (requires vscodium)
- vscodium-marketplace (requires vscodium)
Latest Comments
1 2 3 4 5 6 Next › Last »
xinayder commented on 2025-01-08 22:56 (UTC) (edited on 2025-01-08 22:56 (UTC) by xinayder)
Shouldn't this package use simply
electron
and not use a hardcoded version?Richardn commented on 2025-01-08 17:01 (UTC)
@sparr This is strange, as I don't have
yarn
installed on my system and everything builds in a cleanchroot
environment. FYI, if you look a few lines above in thePKGBUILD
, you will find me setting up a localnode
environment and installyarn
, so a systemyarn
is not required.Can you try directly
makepkg
-ing withyarn
uninstalled? This may be a problem inyay
I'm afraid.sparr commented on 2025-01-08 13:13 (UTC)
/home/sparr/.cache/yay/vscodium-electron/PKGBUILD: line 115: yarn: command not found
package needs a dependency on yarn
Richardn commented on 2024-10-08 17:00 (UTC) (edited on 2024-10-10 13:55 (UTC) by Richardn)
For those of you waiting for an update: For the latest 1.94 updates, I indeed managed to tweak stuff a bit according to the updated build process, so that this package builds. But after install, calling
codium
will just spawn a vscodium process with nothing showing up on the screen.gdb
sayselectron
is blocking on appoll()
. I am completely loss what is happening. I am asking others for help, and also I may wait for the official code package to update (they also use system electron) and see how they do stuff.--- 2024/10/10 Update ---
Update is online. This helped in updating
vscodium.js
, otherwise as described above, software will simply not start.By the way, although
electron30
is the officially supported version, by my own experienceelectron32
also works fine (andvscode
upstream is already testing withelectron32
). If you want to have a try, just change_electron
toelectron32
and_nodejs
to"20.17.0"
inPKGBUILD
.Richardn commented on 2024-09-10 02:45 (UTC)
Quite a coincidence that just after I pushed the new update, with update to
electron30
, I see your @coxackie's comment xd. Also, thePKGBUILD
is designed in a way so that anyone can change the electron version used (without any guarantees of course). Handy for anyone who only want ONE electron in their system.coxackie commented on 2024-09-09 16:42 (UTC)
I thought
electron30
was used already in 1.92...backbord commented on 2024-07-09 14:55 (UTC) (edited on 2024-07-09 14:55 (UTC) by backbord)
@Richardn Thank you very much! Works like a charm!
Another thing I noticed: When I try to open a file in vscodium it will open a new, but empty, instance of vscodium. Found out that removing the
--unity-launch
in the desktop file fixed it, as it is deprecated. It was also removed in the upstream: https://github.com/VSCodium/vscodium/pull/1866Richardn commented on 2024-07-03 06:38 (UTC)
@backbord Fix in place. I also put my understanding of the fix as comments in
vscodium.js
.By the way, seems like electron release 29.4.3 is officially online now, so we do not need the dirty fix mentioned above with
electron29
.backbord commented on 2024-07-02 08:52 (UTC)
Can we get the proposal https://aur.archlinux.org/packages/vscodium-electron#comment-969003 merged? This is the last thing that is required to fix wayland.
Richardn commented on 2024-06-20 02:37 (UTC)
Another day without
electron29
update, so you will still be needing the dirty fix mentioned above if you want to build withelectron29
.By the way, as a followup to this convo, as now I completely understand the packaging process, I can answer:
ripgrep
is being depended on because in the usualvscodium
package,electron
andripgrep
are the only two binary executables present in the compiled files. It is then reasonable for this package to remove both of them and link the system versions of them instead.1 2 3 4 5 6 Next › Last »