Package Details: vscodium-bin 1.87.2.24072-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: sperg512 (Icelk)
Last Packager: Icelk
Votes: 270
Popularity: 10.34
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-03-12 19:01 (UTC)

Pinned Comments

sperg512 commented on 2021-05-12 00:31 (UTC)

hey guys, @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 .. 21 Next › Last »

BryanLiang commented on 2024-03-24 10:41 (UTC)

@Icelk I don't know. It is weird. I tried to build the package via makepkg directly without any AUR helper, but the broken symbolic links still exist.

Icelk commented on 2024-03-23 15:33 (UTC)

@BryanLiang

Yes I am aware, but where do they come from? I don't see their creation in PKGBUILD. This doesn't seem acute since they are benign(?).

BryanLiang commented on 2024-03-21 16:21 (UTC)

@Icelk I go to check the /opt/vscodium-bin after seeing @ZorinArch's comment.

The directory indeed contains multiple broken symbolic links.

Here is the screenshot: https://s2.loli.net/2024/03/22/83WxazUoctL64JD.png

Icelk commented on 2024-03-21 15:55 (UTC)

@ZorinArch

The PKGBUILD doesn't contain commands to link them; at least I'm not seeing it. Please point me in the right direction.

ZorinArch commented on 2024-03-07 09:10 (UTC)

@Icelk, the symlinks inside /opt/vscodium-bin/ do nothing to the app.

Icelk commented on 2024-03-05 09:12 (UTC)

@ZorinArch Why?

ZorinArch commented on 2024-03-05 05:29 (UTC)

Hi @Icelk, please add these lines to clean up symlinks from /opt/vscodium-bin/

package() {
  ....

  # Clean Symlinks
  find "${pkgdir}/opt/${pkgname}/" -type l -delete
}

Icelk commented on 2024-03-04 06:14 (UTC)

@ph14nix no. That seems to be an issue with makepkg: all packages are automatically stripped. Since a month back, the strip command is in the debugedit package. It's the pacman package (which provides makepkg) which should depend on it. We're not explicitly using strip.

Icelk commented on 2024-03-04 06:11 (UTC)

@Ranguna

Have you tried installing this package first? Looks like some other package is writing to electron's paths

ph14nix commented on 2024-03-01 12:16 (UTC)

Can you please add debugedit to build dependencies of this pacakge? Otherwise, it prints errors about command not being found when building package (the build succeds anyway though).