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.66
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 24 Next › Last »

Gert-dev commented on 2023-03-16 16:20 (UTC)

Awesome, thanks!

Icelk commented on 2023-03-14 17:12 (UTC)

@Gert-dev I've just implemented fixes to all your issues. The file is ~/.config/codium-flags.conf. StartupNotify=false.

Gert-dev commented on 2023-03-13 19:10 (UTC) (edited on 2023-03-13 19:10 (UTC) by Gert-dev)

Separately, is it possible that using ~/.config/electron-flags.conf or ~/.config/code-flags.conf are not supported?

The VSCodium issue tracker mentions packaging usually handles this, and indeed, the visual-studio-code-bin seems to do that.

Gert-dev commented on 2023-03-13 18:40 (UTC) (edited on 2023-03-13 18:53 (UTC) by Gert-dev)

Would it be possible to disable StartupNotify and make it StartupNotify=false in the desktop files? Having it set to true is resulting in this mutter issue and upstream VSCode also sets it to false.

Icelk commented on 2023-02-08 18:45 (UTC)

@motherofmilk Indeed

motherofmilk commented on 2023-02-08 17:46 (UTC)

@Icelk I removed everything, reinstalled vscodium to check if the issue was still there (it was), installing the marketplace package didn't fix it, but the features package however did. That's strange.

Icelk commented on 2023-02-08 17:23 (UTC) (edited on 2023-02-08 17:24 (UTC) by Icelk)

@motherofmilk @fri.sch I tried installing this, vscodium-bin-marketplace and vscodium-bin-feaures, and it all just worked. Maybe your product.json isn't being overridden when you update?

Try uninstalling all vscodium-bin* packages, removing /opt/vscodium-bin/resources/app/product.json (and maybe /usr/share/vscodium-bin/resources/app/product.json?, or maybe in /usr/lib/) and then installing them again (I installed them in the order vscodium-bin, then marketplace, then features, if that has any relevancy).

The problem is currently unreproducible on my end.

motherofmilk commented on 2023-02-07 09:06 (UTC)

Removing lines 90 and 91 from /opt/vscodium-bin/resources/app/product.json fixed it for me. These lines look to be... out of place:

90          "https://open-vsx.org"
91      ],

motherofmilk commented on 2023-02-07 08:59 (UTC)

hey guys. after the last update I am unable to run code, I am getting this:

node:internal/modules/cjs/loader:1190
    throw err;
    ^

SyntaxError: /opt/vscodium-bin/resources/app/product.json: Unexpected token ] in JSON at position 4076
    at parse (<anonymous>)
    at Module._extensions..json (node:internal/modules/cjs/loader:1187:22)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:829:12)
    at c._load (node:electron/js2c/asar_bundle:5:13343)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/opt/vscodium-bin/resources/app/out/cli.js:4:9274)
    at Module._compile (node:internal/modules/cjs/loader:1118:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1173:10)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:829:12)
    at c._load (node:electron/js2c/asar_bundle:5:13343)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47

Icelk commented on 2023-02-06 15:24 (UTC)

@fri.sch Do you have any other vscodium-bin packages installed?