-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
I can confirm the issue. The link should have being replace by: Line 228 in 7ca11a2
It's in the .deb .
I've pushed the |
Ah! It's a conflict with line 226... so dumb! |
Perfect, thanks :-)
…On Wed, 27 Nov 2024, 9:20 pm Baptiste Augrain, ***@***.***> wrote:
I can confirm the issue.
The link should have being replace by:
https://github.com/VSCodium/vscodium/blob/7ca11a2b2ea55bf6ae543ee512563adeb39b2bc5/prepare_vscode.sh#L228
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.
—
Reply to this email directly, view it on GitHub
<#2130 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANROHAUIF5JWISHJEMGVIL32CWMHHAVCNFSM6AAAAABSSBLTAWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBTGQ4DKNZXGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
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
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
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]
[Image 2]
Desktop (please complete the following information):
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.
The text was updated successfully, but these errors were encountered: