@karcher Great!
Search Criteria
Package Details: vscodium-bin-marketplace 1.76.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vscodium-bin-marketplace.git (read-only, click to copy) |
---|---|
Package Base: | vscodium-bin-marketplace |
Description: | Enable vscode marketplace in vscodium-bin |
Upstream URL: | https://marketplace.visualstudio.com/vscode |
Licenses: | unknown |
Submitter: | sperg512 |
Maintainer: | Icelk |
Last Packager: | Icelk |
Votes: | 29 |
Popularity: | 2.40 |
First Submitted: | 2020-12-04 13:48 (UTC) |
Last Updated: | 2023-03-18 21:20 (UTC) |
Dependencies (2)
Required by (0)
Sources (2)
Icelk commented on 2023-03-21 08:31 (UTC)
karcher commented on 2023-03-20 16:33 (UTC)
@Icelk: I've uninstalled it with yay, removed the build and installed it again. No error appeared this time.
Icelk commented on 2023-03-20 15:34 (UTC)
@karcher can you try manually reinstalling (removing, then installing) this package?
Perz1val commented on 2023-03-20 14:15 (UTC)
@Icelk works fine for me, thanks for the fix
karcher commented on 2023-03-19 12:46 (UTC) (edited on 2023-03-19 12:47 (UTC) by karcher)
I'm getting an error:
Package (1) Old Version New Version Net Change
vscodium-bin-marketplace 1.56.0-7 1.76.0-1 0.00 MiB
Total Installed Size: 0.00 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [------------------------------------------------------------] 100%
(1/1) checking package integrity [------------------------------------------------------------] 100%
(1/1) loading package files [------------------------------------------------------------] 100%
(1/1) checking for file conflicts [------------------------------------------------------------] 100%
:: Processing package changes...
/tmp/alpm_p0F2su/.INSTALL: line 6: /opt/vscodium-bin/resources/app/patch.py: No such file or directory
error: command failed to execute correctly
(1/1) upgrading vscodium-bin-marketplace [------------------------------------------------------------] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Checking which packages need to be rebuilt
Icelk commented on 2023-03-18 21:20 (UTC)
@Perz1val Thank you for the constructive feedback! I just implemented this. Can you please verify everything works as expected now?
Perz1val commented on 2023-03-14 17:26 (UTC)
As of today the package is still partially broken. If vscodium-bin-features
touches the file first vscodium-bin-marketplace
will corrupt the package.json
file. As both are run as hooks when updating vscodium-bin
, vscodium-bin-marketplace
will find a file that was altered by vscodium-bin-features
. I propose to reuse the python code from vscodium-bin-features
instead of sed
for the purpose of setting marketplace URL. It is a simple solution that will make both packages compatible.
Icelk commented on 2023-02-06 15:20 (UTC)
@sickill Does the same happen if you install vscodium-marketplace first? Maybe an incompatibility between the packages?
I'll investigate further when I get back home.
sickill commented on 2023-02-06 10:44 (UTC)
For me it's vscodium-bin-marketplace breaking the product.json file, not vscodium-bin-features.
When I install vscodium-bin + vscodium-bin-features it starts fine, no error.
When I install vscodium-bin-marketplace on top of that it breaks JSON.
I did diff between product.json for first 2 (vscodium-bin + vscodium-bin-features) and all 3 of them (vscodium-bin + vscodium-bin-features + vscodium-bin-marketplace) and the latter is missing "linkProtectionTrustedDomains": [
above the line with open-vsx.org URL.
Icelk commented on 2023-01-29 00:29 (UTC)
@bkb That seems consistent with my theory: vscodium-bin-features
breaks the file. Even if you uninstall it, the damage is done to product.json. So when you re-install vscodium-bin
, the file is replaced with a correct one.
If you were to run paru -Sy vscodium-bin vscodium-bin-marketplace; codium
, everything should be fine. Please tell them to fix their package, as I don't have any control over it. Installing vscodium
does nothing in your example below (except to remove vscodium-bin
, but since you're installing it, paru will replace all it's files either way).
Pinned Comments
Icelk commented on 2022-08-02 09:36 (UTC) (edited on 2023-02-13 15:26 (UTC) by Icelk)
This package should not be marked as out of date unless it stops working. If that's the case, proving a diff to get it working is hugely appreciated. See the latest comments for potential solutions and conversation regarding the issue.