Package Details: vscodium-electron 1.96.2.24355-1

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.31
First Submitted: 2022-04-10 18:19 (UTC)
Last Updated: 2024-12-21 04:31 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

HurricanePootis commented on 2023-04-13 16:48 (UTC)

Vscode upstream does not support electron 22 yet, and is only planning on upgrading to it with version 78 for the mean time. Furthermore, on my system, vscodium.sh launches with wayland properly with the script. What kind of GPU are you using?

ILikesCaviar commented on 2023-04-08 20:09 (UTC) (edited on 2023-04-08 20:10 (UTC) by ILikesCaviar)

I had to make a modification to /usr/bin/codium to get this to work under wayland (mesa driver). I have to use the electron package instead of electron19 and:

--- ELECTRON_RUN_AS_NODE=1 exec electron19 /usr/lib/vscodium/out/cli.js /usr/lib/vscodium/vscodium.js --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"

+++ ELECTRON_RUN_AS_NODE=1 exec electron /usr/lib/vscodium/out/cli.js /usr/lib/vscodium/vscodium.js --ozone-platform=wayland "$@"

HurricanePootis commented on 2023-02-19 18:29 (UTC)

@REmorin, done

REmorin commented on 2023-02-18 15:42 (UTC) (edited on 2023-02-19 11:15 (UTC) by REmorin)

@HurricanePootis, thanks for the info, I'm a bit new to the AUR, so this will be super useful to me.

Btw, please include at least the jq package to the makedepends, as in the vscodium package because the build fails without it.

HurricanePootis commented on 2023-02-16 20:51 (UTC)

@Remorin, Yes I can. Next time, please mark the package out of date so I can see that it is out of date without reading comments

REmorin commented on 2023-02-12 13:11 (UTC)

Hi, could you update the package, pls? It's off by 2 versions.

HurricanePootis commented on 2023-01-05 19:00 (UTC)

Oooorah :salute: I am now the AUR maintainer for this beautiful package :flushed:

brli commented on 2023-01-04 18:33 (UTC)

https://github.com/Brli/vscodium Hi, you can use my repo as source base to compile for latest vscodium

Gothem commented on 2022-11-07 18:30 (UTC)

Build fails without the jq package.