Package Details: vscodium-bin 1.95.3.24321-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: 311
Popularity: 7.49
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-11-16 02:00 (UTC)

Pinned Comments

sperg512 commented on 2021-05-12 00:31 (UTC) (edited on 2024-06-04 15:14 (UTC) by sperg512)

@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

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 24 Next › Last »

Icelk commented on 2021-12-21 17:59 (UTC)

@macxcool Is it working now?

macxcool commented on 2021-12-21 16:31 (UTC)

(1/3) Arming ConditionNeedsUpdate... (2/3) Updating the desktop file MIME type cache... (3/3) [vscodium-bin-marketplace] Patching product.json... sed: can't read /usr/share/vscodium-bin/resources/app/product.json: No such file or directory error: command failed to execute correctly

Icelk commented on 2021-12-21 07:28 (UTC)

@KDN_Observer Can you confirm it works as expected now?

Icelk commented on 2021-12-21 07:21 (UTC)

@KDN_Observer Thanks a lot! I'll implement this today.

KDN_Observer commented on 2021-12-21 01:26 (UTC)

@Icelk Here you go. Basically I changed all the occurrences of /usr/share/${pkgname} to /opt/${pkgname}

Icelk commented on 2021-12-18 10:21 (UTC)

@Ashark

Since we're only redistributing the binary, we can't change this.

Ashark commented on 2021-12-17 13:37 (UTC)

I agree, removing own electron will be good, if possible. I was confused when investigating which version of electron the app uses, before I understand that it uses its own.

Icelk commented on 2021-12-17 10:14 (UTC)

@KDN_Observer

It seems like no other distribution of VSCode does this. Could you provide the diff of the PKGBUILD to change this?

KDN_Observer commented on 2021-12-10 07:27 (UTC)

As per Electron package guidelines, packages that contain a prebuilt copy of electron shall be installed in /opt/appname rather in /usr/share. Please change your PKGBUILD to either 1) remove the bundled electron and use the system one instead or 2) install inside the /opt/vscodium-bin directory

Icelk commented on 2021-11-27 12:37 (UTC)

@animo Are the checksums good now?