Package Details: vscodium-bin 1.102.14746-1

Git Clone URL: https://aur.archlinux.org/vscodium-bin.git (read-only, click to copy)
Package Base: vscodium-bin
Description: Binary releases of VS Code without MS branding/telemetry/licensing.
Upstream URL: https://github.com/VSCodium/vscodium
Licenses: MIT
Conflicts: vscodium
Provides: codium, vscode, vscodium
Submitter: ckatri
Maintainer: Icelk
Last Packager: Icelk
Votes: 345
Popularity: 11.59
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2025-07-16 19:00 (UTC)

Pinned Comments

<deleted-account> commented on 2021-05-12 00:31 (UTC)

@Icelk set up a script that checks for new releases and pushes updates if there are any new ones. I believe it runs every hour so there's no need to flag OOD, unless there's something that needs changed with the PKGBUILD.

Latest Comments

1 2 3 4 5 6 .. 28 Next › Last »

Icelk commented on 2025-06-19 18:29 (UTC)

:)

oech3 commented on 2025-06-19 18:27 (UTC)

Great change. Thankyou.

Icelk commented on 2025-06-19 18:21 (UTC)

@oech3 It should be done now. No pngs :)

oech3 commented on 2025-06-05 15:29 (UTC)

source+=("https://raw.githubusercontent.com/VSCodium/vscodium/refs/tags/${pkgver}/src/stable/resources/linux/code.svg") as a workaround.

Icelk commented on 2025-06-05 15:02 (UTC)

@oech3 For me, bitwarden-desktop, octave, and supertuxcart all use that path.

@danielwerg That file isn't included in the .tar.gz that gets released. Maybe open an issue about it over in the repo. Or make a patch which adds that specific file from the git tree (versioned) to the PKGCONFIG :)

danielwerg commented on 2025-05-25 09:42 (UTC)

@Icelk https://github.com/VSCodium/vscodium/blob/master/src/stable/resources/linux/code.svg

oech3 commented on 2025-05-22 11:48 (UTC)

But it is incorrect file path. Tell me example of such apps using the directory. See https://gitlab.archlinux.org/archlinux/packaging/packages/electron36/-/blob/e36/PKGBUILD

Icelk commented on 2025-05-22 11:41 (UTC)

@oech3 I don't see how removing a 0.5MB file would be good. I could add a 256x256 image in addition, so programs can select the smaller size, for performance. Does that seem good?

On my system many apps from the official repo have icons in the hicolor/1024x1024 directory.

oech3 commented on 2025-05-22 11:19 (UTC)

One of the reason to use svg is performance. How about resizing to 256x256 as a workaround ?

And hicolor has no 1024^2 support (pixmaps is fine). Remove /usr/share/icons/hicolor/1024x1024/apps/vscodium.png".

Icelk commented on 2025-05-22 11:13 (UTC)

@oech3 Yes otherwise it isn't legible in some scenarios.