Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'.deb' file - Broken link in downloaded file. #2130

Open
2 tasks done
XandaPanda42 opened this issue Nov 27, 2024 · 4 comments
Open
2 tasks done

'.deb' file - Broken link in downloaded file. #2130

XandaPanda42 opened this issue Nov 27, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@XandaPanda42
Copy link

XandaPanda42 commented Nov 27, 2024

Describe the bug
When attempting to install the '.deb' file, the package manager (opens in Ubuntu App Center) shows a description that includes a link to "https://vscodium.com/docs/setup/linux". [Image 01]

Clicking the link itself doesn't open it, but pasting it as text into a browser shows a missing page. [Image 2]

Please confirm that this problem is VSCodium-specific

  • This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

Please confirm that the issue/resolution isn't already documented

To Reproduce
Steps to reproduce the behavior:

  1. Download the 'x86 .deb' release of 1.95.3.24321.
  2. Open in a package manager of some kind. (App center on Ubuntu is where it was seen first.)
  3. Check the package description for the broken link.
  4. Copy link into browser.
  5. See error.

Expected behavior
The link should direct users to a Docs page with instructions and common issues with installation.
A decent replacement could be to have it direct to "https://github.com/VSCodium/vscodium?tab=readme-ov-file#install-with-package-manager-gnulinux"?

Screenshots
[Image 1]
Screenshot from 2024-11-27 16-31-02

[Image 2]
Screenshot from 2024-11-27 16-28-28

Desktop (please complete the following information):

  • OS: Ubuntu
  • Architecture: x86
  • Version: 1.95.3.24321
  • App Manager: Listed as "App Center" in Ubuntu, but could be Snap based. Unsure.
  • Sandboxed: Unsure.

Additional context
Probably a low priority issue, but I thought I'd mention it just in case.

The Ubuntu App Center has a snap version of Codium, but is listed as an earlier version (1.93.0.24253) so I got the latest .deb release directly from here instead.

@XandaPanda42 XandaPanda42 added the bug Something isn't working label Nov 27, 2024
@daiyam
Copy link
Member

daiyam commented Nov 27, 2024

I can confirm the issue.

The link should have being replace by:

sed -i 's|https://code.visualstudio.com/docs/setup/linux|https://github.com/VSCodium/vscodium#download-install|' resources/linux/debian/control.template

It's in the .deb.

I've pushed the edge version to stable. Few months ago, we did have an issue with the snap, so I've switched to edge for testing. I've forgot to switch back. It's done, now.

@daiyam
Copy link
Member

daiyam commented Nov 27, 2024

Ah! It's a conflict with line 226... so dumb!

@XandaPanda42
Copy link
Author

XandaPanda42 commented Nov 27, 2024 via email

@XandaPanda42
Copy link
Author

Ah! It's a conflict with line 226... so dumb!

I'm kinda new to Github so I'm not really sure what's going on haha. Let me know if I need to close the issue and if I need to write anything? I'm not certain what the process is sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants