@Icelk I don't know. It is weird. I tried to build the package via makepkg
directly without any AUR helper, but the broken symbolic links still exist.
Search Criteria
Package Details: vscodium-bin 1.100.23258-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vscodium-bin.git (read-only, click to copy) |
---|---|
Package Base: | vscodium-bin |
Description: | Binary releases of VS Code without MS branding/telemetry/licensing. |
Upstream URL: | https://github.com/VSCodium/vscodium |
Licenses: | MIT |
Conflicts: | vscodium |
Provides: | codium, vscode, vscodium |
Submitter: | ckatri |
Maintainer: | sperg512 (Icelk) |
Last Packager: | Icelk |
Votes: | 334 |
Popularity: | 8.94 |
First Submitted: | 2020-09-23 18:58 (UTC) |
Last Updated: | 2025-05-15 19:00 (UTC) |
Dependencies (14)
- alsa-lib
- bash (bash-devel-gitAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libnotify (libnotify-gitAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- python (python37AUR, python311AUR, python310AUR)
- gvfs (gvfs-gitAUR) (optional) – For move to trash functionality
- libdbusmenu-glib (optional) – For KDE global menu
Required by (6)
- vscode-xdg-patch-hook (requires vscode) (optional)
- vscodium-bin-features
- vscodium-bin-marketplace
- vscodium-features (requires vscodium)
- vscodium-marketplace (requires vscodium)
- vscodium-prod-patcher (requires vscodium)
Sources (7)
- https://github.com/VSCodium/vscodium/releases/download/1.100.23258/VSCodium-linux-arm64-1.100.23258.tar.gz
- https://github.com/VSCodium/vscodium/releases/download/1.100.23258/VSCodium-linux-x64-1.100.23258.tar.gz
- vscodium-bin-url-handler.desktop
- vscodium-bin-wayland.desktop
- vscodium-bin.desktop
- vscodium-bin.install
- vscodium-bin.sh
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 26 Next › Last »
BryanLiang commented on 2024-03-24 10:41 (UTC)
Icelk commented on 2024-03-23 15:33 (UTC)
@BryanLiang
Yes I am aware, but where do they come from? I don't see their creation in PKGBUILD. This doesn't seem acute since they are benign(?).
BryanLiang commented on 2024-03-21 16:21 (UTC)
@Icelk I go to check the /opt/vscodium-bin after seeing @ZorinArch's comment.
The directory indeed contains multiple broken symbolic links.
Here is the screenshot: https://s2.loli.net/2024/03/22/83WxazUoctL64JD.png
Icelk commented on 2024-03-21 15:55 (UTC)
@ZorinArch
The PKGBUILD doesn't contain commands to link them; at least I'm not seeing it. Please point me in the right direction.
ZorinArch commented on 2024-03-07 09:10 (UTC)
@Icelk, the symlinks inside /opt/vscodium-bin/
do nothing to the app.
Icelk commented on 2024-03-05 09:12 (UTC)
@ZorinArch Why?
ZorinArch commented on 2024-03-05 05:29 (UTC)
Hi @Icelk, please add these lines to clean up symlinks from /opt/vscodium-bin/
package() {
....
# Clean Symlinks
find "${pkgdir}/opt/${pkgname}/" -type l -delete
}
Icelk commented on 2024-03-04 06:14 (UTC)
@ph14nix no. That seems to be an issue with makepkg: all packages are automatically stripped. Since a month back, the strip command is in the debugedit package. It's the pacman package (which provides makepkg) which should depend on it. We're not explicitly using strip.
Icelk commented on 2024-03-04 06:11 (UTC)
@Ranguna
Have you tried installing this package first? Looks like some other package is writing to electron's paths
ph14nix commented on 2024-03-01 12:16 (UTC)
Can you please add debugedit to build dependencies of this pacakge? Otherwise, it prints errors about command not being found when building package (the build succeds anyway though).
Pinned Comments
sperg512 commented on 2021-05-12 00:31 (UTC) (edited on 2024-06-04 15:14 (UTC) by sperg512)
@Icelk set up a script that checks for new releases and pushes updates if there are any new ones. I believe it runs every hour so there's no need to flag OOD, unless there's something that needs changed with the PKGBUILD.