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: 268
Popularity: 10.39
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 »

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).

Ranguna commented on 2024-02-24 19:32 (UTC) (edited on 2024-02-24 19:34 (UTC) by Ranguna)

I'm getting the following error when installing, I have electron27-bin as a dependency of another package I use:

vscodium-bin-debug: /usr/lib/debug/.build-id/21/d4e07fcf10f30bb538db018c3691202f7496ca exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/21/d4e07fcf10f30bb538db018c3691202f7496ca.debug exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/31/67ad6b32c635dff5a94dad8a8d2d4da669974d exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/31/67ad6b32c635dff5a94dad8a8d2d4da669974d.debug exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/a9/049dae268525b4a336acaefd7bf30dc6fa31e6 exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/a9/049dae268525b4a336acaefd7bf30dc6fa31e6.debug exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/b3/ae6bf4d0e66496320a9e91f34c0137908b4699 exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/b3/ae6bf4d0e66496320a9e91f34c0137908b4699.debug exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/d6/dbb4c112131521d32d30fcbb6e290f8bbfd58c exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/d6/dbb4c112131521d32d30fcbb6e290f8bbfd58c.debug exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/e7/d5fe2cd951b5c7111544c56de2b95a6c82070d exists in filesystem (owned by electron27-bin-debug)
vscodium-bin-debug: /usr/lib/debug/.build-id/e7/d5fe2cd951b5c7111544c56de2b95a6c82070d.debug exists in filesystem (owned by electron27-bin-debug)

I'm also getting the errors above when attempting to install alongside the vscodium insider bin package.

Icelk commented on 2024-02-19 20:43 (UTC)

@OliverP Right, looks like the setuid bit isn't set for chrome-sandbox.

I tried to put chmod u+s "/opt/${pkgname}/chrome-sandbox" in the package() function without luck. Seems like fakeroot is inhibiting that.

If you'd like this fixed, please find an example of how to set the setuid bit in PKGBUILD :)

OliverP commented on 2024-02-19 09:05 (UTC)

The linux-hardened kernel is having problems with the permissions on the sandbox binary.

When running vscodium --verbose I get the following:

[10348:0219/095332.323866:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/vscodium-bin/chrome-sandbox is owned by root and has mode 4755.

Icelk commented on 2024-02-11 20:13 (UTC)

@pizero I'm hesitant adding this to the .desktop file. You can add the flag to the file ~/.config/codium-flags.conf. Then, it'll be ran with that flag IIRC. This is displayed when installing the package :)