-
Notifications
You must be signed in to change notification settings - Fork 576
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
vscodium: missing profile redirect: vscodium was renamed to codium #3871
Comments
I did not read futher, but |
It's solved now, sorry. Was a problem with local profiles. |
Reopening because if the VsCodium is now called codium the profile's name needs to be changed to be used automatically when running (Currently it needs to be run like this:
See here for what seems to be the best improvised solution for this currently; I'm not sure how this could be implemented here and if it needs to be as it also runs without |
See PRs #3688 and #3807. My suggestion |
We should add a redirect/alias profile for it. EDIT: And if |
Sounds good! Edit: only Don't know about kernel.unprivileged_userns_clone - it seems to be disabled for security reasons and I don't know how it would be useful here. |
Maybe read #3754.
Is |
It points to /usr/share/codium/bin/codium (
|
There's probably some permissions set that allows /usr/bin/ but not /usr/share - |
Just to be sure, |
Any progress here? |
@rusty-snake commented on Apr 6:
I think I got it; will submit a PR later. |
Quoting the first post of the following discussion (as a sort of +1):
|
It creates the following directories on startup: * ~/.config/VSCodium * ~/.vscode-oss Environment: $ grep '^NAME' /etc/os-release NAME="Artix Linux" $ pacman -Q vscodium-bin vscodium-bin 1.60.2-2 Note: The following entry is already on disable-programs.inc: noblacklist ${HOME}/.vscode-oss It was added on commit de90834 ("Update disable-programs.inc", 2019-03-02). Relates to netblue30#3871.
Both base names are valid: $ grep '^NAME' /etc/os-release NAME="Artix Linux" $ pacman -Q vscodium-bin vscodium-bin 1.60.2-2 $ pacman -Qlq vscodium-bin | grep -v -e '/$' -e /resources/ | grep /bin/ /usr/bin/codium /usr/bin/vscodium /usr/share/vscodium-bin/bin/codium Note: The first two paths are symlinks to the third one. Fixes netblue30#3871.
Potentially caused by: Kind of relates to: |
I had a problem of not getting updates for the way to get Visual Studio Code on Debian via a repository instead of the GitHub releases: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/issues/50
I did not get any error or alike and "solved" it by going through that repo's guide in the readme again which I installed VsCodium another time, now not called vscodium but "codium" and the latest version (now I have two VSCodiums installed).
However, when I run
firejail --profile=/etc/firejail/vscodium.profile codium
I now get this error message:I already created a /home/username/.config/firejail/code.local with:
At least two issues remain:
echo $DBUS_SESSION_BUS_ADDRESS
returnsunix:path=/run/user/1000/bus
Also from the default vscodium profile it looks like it's not possible to install extensions. Is that correct? If so that should be changed too but it would be a separate issue.
System: Debian10/KDE
Firejail: 0.9.64 (latest from backports)
The text was updated successfully, but these errors were encountered: