:)
Search Criteria
Package Details: vscodium-bin 1.102.14746-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: | Icelk |
Last Packager: | Icelk |
Votes: | 345 |
Popularity: | 11.59 |
First Submitted: | 2020-09-23 18:58 (UTC) |
Last Updated: | 2025-07-16 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-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- python (python37AUR)
- gvfs (gvfs-gitAUR) (optional) – For move to trash functionality
- libdbusmenu-glib (optional) – For KDE global menu
Required by (6)
- caelestia-meta (requires vscode) (optional)
- vscode-xdg-patch-hook (requires vscode) (optional)
- vscodium-bin-marketplace
- vscodium-features (requires vscodium)
- vscodium-marketplace (requires vscodium)
- vscodium-prod-patcher (requires vscodium)
Sources (8)
- https://github.com/VSCodium/vscodium/releases/download/1.102.14746/VSCodium-linux-arm64-1.102.14746.tar.gz
- https://github.com/VSCodium/vscodium/releases/download/1.102.14746/VSCodium-linux-x64-1.102.14746.tar.gz
- https://raw.githubusercontent.com/VSCodium/vscodium/refs/tags/1.102.14746/src/stable/resources/linux/code.svg
- vscodium-bin-url-handler.desktop
- vscodium-bin-wayland.desktop
- vscodium-bin.desktop
- vscodium-bin.install
- vscodium-bin.sh
Icelk commented on 2025-06-19 18:29 (UTC)
oech3 commented on 2025-06-19 18:27 (UTC)
Great change. Thankyou.
Icelk commented on 2025-06-19 18:21 (UTC)
@oech3 It should be done now. No pngs :)
oech3 commented on 2025-06-05 15:29 (UTC)
source+=("https://raw.githubusercontent.com/VSCodium/vscodium/refs/tags/${pkgver}/src/stable/resources/linux/code.svg")
as a workaround.
Icelk commented on 2025-06-05 15:02 (UTC)
@oech3 For me, bitwarden-desktop, octave, and supertuxcart all use that path.
@danielwerg That file isn't included in the .tar.gz that gets released. Maybe open an issue about it over in the repo. Or make a patch which adds that specific file from the git tree (versioned) to the PKGCONFIG :)
danielwerg commented on 2025-05-25 09:42 (UTC)
oech3 commented on 2025-05-22 11:48 (UTC)
But it is incorrect file path. Tell me example of such apps using the directory. See https://gitlab.archlinux.org/archlinux/packaging/packages/electron36/-/blob/e36/PKGBUILD
Icelk commented on 2025-05-22 11:41 (UTC)
@oech3 I don't see how removing a 0.5MB file would be good. I could add a 256x256 image in addition, so programs can select the smaller size, for performance. Does that seem good?
On my system many apps from the official repo have icons in the hicolor/1024x1024 directory.
oech3 commented on 2025-05-22 11:19 (UTC)
One of the reason to use svg is performance. How about resizing to 256x256 as a workaround ?
And hicolor
has no 1024^2 support (pixmaps is fine). Remove /usr/share/icons/hicolor/1024x1024/apps/vscodium.png"
.
Icelk commented on 2025-05-22 11:13 (UTC)
@oech3 Yes otherwise it isn't legible in some scenarios.
Pinned Comments
<deleted-account> commented on 2021-05-12 00:31 (UTC)
@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.