source+=("https://raw.githubusercontent.com/VSCodium/vscodium/refs/tags/${pkgver}/src/stable/resources/linux/code.svg")
as a workaround.
Search Criteria
Package Details: vscodium-bin 1.101.03933-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: | 335 |
Popularity: | 6.94 |
First Submitted: | 2020-09-23 18:58 (UTC) |
Last Updated: | 2025-06-12 22:01 (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 (7)
- caelestia-meta (requires vscode) (optional)
- 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.101.03933/VSCodium-linux-arm64-1.101.03933.tar.gz
- https://github.com/VSCodium/vscodium/releases/download/1.101.03933/VSCodium-linux-x64-1.101.03933.tar.gz
- vscodium-bin-url-handler.desktop
- vscodium-bin-wayland.desktop
- vscodium-bin.desktop
- vscodium-bin.install
- vscodium-bin.sh
oech3 commented on 2025-06-05 15:29 (UTC)
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.
oech3 commented on 2025-05-22 11:06 (UTC)
Is circle needed for desktop entry?
oech3 commented on 2025-05-22 10:59 (UTC)
resources/app/out/media/code-icon.svg
Icelk commented on 2025-05-22 10:54 (UTC)
@danielwerg I couldn't find an SVG with the app background in the source files. We download the tar from the release page of vscodium. I would accept a patch which implements this, e.g. by merging the logo with an app background svg.
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.