I rarely use vscoduim. As such I might miss the update. I adopted this package, because it was left orphen for a long time. This package is equal to vscodium-bin-features 1.82.0-4
. If version changes, I will update it if someone puts a comment here or email me.
Search Criteria
Package Details: vscodium-features 1.82.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vscodium-features.git (read-only, click to copy) |
---|---|
Package Base: | vscodium-features |
Description: | Unblock some features in VSCodium |
Upstream URL: | https://github.com/microsoft/vscode |
Licenses: | unknown |
Conflicts: | vscodium-features |
Provides: | vscodium-features |
Submitter: | mareex |
Maintainer: | LemonPie |
Last Packager: | LemonPie |
Votes: | 3 |
Popularity: | 0.001017 |
First Submitted: | 2021-08-08 09:36 (UTC) |
Last Updated: | 2023-12-02 10:52 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-requests
- vscodiumAUR (vscodium-gitAUR, vscodiumAUR, vscodium-binAUR, vscodium-translucentAUR, vscodium-electron-binAUR, vscodium-electronAUR)
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, dssdAUR, pass-secret-service-gitAUR, bitw-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – for settings sync feature
Required by (0)
Sources (3)
Latest Comments
LemonPie commented on 2023-12-02 11:00 (UTC) (edited on 2023-12-02 11:02 (UTC) by LemonPie)
muhaha commented on 2023-07-08 17:51 (UTC) (edited on 2023-07-08 17:51 (UTC) by muhaha)
We can always have the PKGBUILD patch the patch.py file 😉 😅
package() {
install -Dm 644 "${srcdir}/${pkgname}.hook" "${pkgdir}/usr/share/libalpm/hooks/${pkgname}.hook"
sed -i -E 's:(PRODUCT_JSON_LOCATION *= *).*:\1"/usr/share/vscodium/resources/app/product.json":' "${srcdir}/patch.py"
install -Dm 755 "${srcdir}/patch.py" "${pkgdir}/usr/share/${pkgname}/patch.py"
}
jongeduard commented on 2023-04-15 16:08 (UTC) (edited on 2023-04-15 16:11 (UTC) by jongeduard)
@ika Nope, not in /usr/share, but in /opt, but then vscodium, not vscodium-bin (you probably intended that).
The funny thing in my case is that this is why this patch successfully changed my product.json for the vscodium-bin package for me (I feel no need to build it from source myself), before realizing that I should actually use vscodium-bin-features instead. :)
But this one should patch the one for vscodium indeed, not the for vscodium-bin version.
The patch.py script for both is now exactly the same in both patches here on AUR.
If I was the author of these 2 patches, I would just change this python script in such way that it searches for both paths and changes the one found, making it easier to copy-paste file between both without this mistake.
This is valid because vscodium and vscodium-bin cannot be installed at the same time (exclusion in PKGBUILD made by conflicts setting).
ika commented on 2023-03-16 05:29 (UTC) (edited on 2023-03-16 05:33 (UTC) by ika)
It still has the wrong path, should be
/usr/share/vscodium/resources/app/product.json
not /opt/vscodium-bin/resources/app/product.json
brody commented on 2023-02-07 09:07 (UTC)
patch.py
contains the wrong path of the product.json
dreieck commented on 2023-01-27 18:09 (UTC)
Ahoj,
when I do a fresh installation of vscodium, and then vscodium-features, and then launch vscodium
after having removed it's user config, it fails to start with
vscodium
node:internal/modules/cjs/loader:1190
throw err;
^
SyntaxError: /usr/share/vscodium/resources/app/product.json: Unexpected token e in JSON at position 2976
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> (/usr/share/vscodium/resources/app/out/cli.js:4:9247)
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
When I do not install vscodium-features
(I need to reinstall vscodium
, though, since the reversal of the patches of vscodium-features
seems not to work fully), then vscodium
starts.
Regards!
soorajsp commented on 2022-06-17 08:57 (UTC)
What are the feature that we r talking about?
Pinned Comments
LemonPie commented on 2023-12-02 11:00 (UTC) (edited on 2023-12-02 11:02 (UTC) by LemonPie)
I rarely use vscoduim. As such I might miss the update. I adopted this package, because it was left orphen for a long time. This package is equal to
vscodium-bin-features 1.82.0-4
. If version changes, I will update it if someone puts a comment here or email me.