VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.27k stars 1.02k forks source link

Unable to load vscodium in arch linux #1907

Closed tarunkumarreddytirupathi closed 1 month ago

tarunkumarreddytirupathi commented 1 month ago

Describe the bug https://github.com/VSCodium/vscodium/blob/master/docs/index.md) this link is not working after installing vscodium first time in arch linux . when I try to launch vscodium from terminal it gives this error mentioned in below image

Yes, I confirm that this problem is VSCodium-specific

yes, I confirm that the issue/resolution isn't already documented

To Reproduce Steps to reproduce the behavior:

  1. yay -S vscodium (to install vscodium i narch linux)
  2. type vscodium in terminal
  3. press enter
  4. you will see the error message

Expected behavior There was a problem in /usr/share/vscodium/resources/app/product.json I edited this line

"https://open-vsx.org"

as this

"linkProtectionTrustedDomains": [ "https://open-vsx.org" ],

It solved problem and loaded vscodium and now it's works fine

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Screenshot_2024-05-30_22-10-26

daiyam commented 1 month ago

Which AUR did you used?

tarunkumarreddytirupathi commented 1 month ago

This one I used

YAY [https://aur.archlinux.org/packages/yay)]