-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Command not found: codium #190
Comments
As @joseluisq has said -- I believe you need to run the "Install 'codium' command in PATH" command inside VSCodium to get it working. |
I have tested in Arch Linux and it works after the update. ~> vscodium -v
1.34.0
a622c65b2c713c890fcf4fbf07cf34049d5fe758
x64
~> yay -Sy vscodium-bin
# [Aur: 1] vscodium-bin-1.35.0-2 ....
~> vscodium -v
1.35.0
553cfb2c2205db5f15f3ee8395bbd5cf066d357d
x64
~> codium -v
1.35.0
553cfb2c2205db5f15f3ee8395bbd5cf066d357d
x64
~> which codium
/usr/bin/codium |
After updating to 1.35.0-2, the |
command option to enable CLI doesn't exist anymore in current version. |
@brodock are you using the flatpak version? I couldn't find the command in the flatpak but then updated to the "native" version and now I can use |
Yes, that was flatpak. I've learned that there are a lot of quirks when running in flatpak, so I assume the lack is due to that. |
Well, right about a year later, and I am having an installation issue on Linux CentOS7. When I simply download the program and type the command codium, it just does not do anything, I just get the prompt back. Then, I actually became root and installed codium-1.60.2-1632356608.el7.x86_64.rpm and managed to get the gui, but ended up frozen. Having a hard time getting to work. Being an open source project, I wish one was able to install it in one's home directory without having to become root. Can somebody point me to a Linux download that I can simply put in my home directory? Thx. |
Oh, I also tried VSCodium-linux-x64-1.60.2.tar.gz and extracting the files in my home directory...no cigar. |
Describe the bug
After the update to 1.35 and the new
vscodium-bin
package, I can no longer launch vscodium. Typingvscodium
orcodium
into my terminal gives me the errorfish: Unknown command vscodium
orfish: Unknown command codium
.Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
It is a fairly recent issue. I noticed that the latest comment from the
vscodium-bin
AUR page includes "Version 1.35.0 of VSCodium has introduced some breaking changes that are not accommodated in this release. The binary has been renamed to "codium", so "vscodium-bin.desktop" and the symlinks created in the PKGBUILD must be updated to use the new binary." However, I was not able to usecodium
anywayTo Reproduce
Steps to reproduce the behavior:
yay -S vscodium-bin
codium
orvscodium
into the terminal (doesn't matter if using fish or zsh).Expected behavior
I expect that an instance of VSCodium would start.
Screenshots
Unnecessary.
Desktop (please complete the following information):
Additional context
Previously, I had the version of VSCodium where I could launch it with
vscodium
. When I installed the new version, I reinstalled my computer. I then could not launch it withvscodium
orcodium
.** Solution **
I was able to launch VSCodium only by going into the
/usr/share/vscodium-bin
folder and then manually executingcodium
, e.g../codium
.The text was updated successfully, but these errors were encountered: