Package Details: vscodium-bin 1.95.3.24321-1

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: 311
Popularity: 7.66
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2024-11-16 02:00 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 24 Next › Last »

willemw commented on 2021-10-26 16:45 (UTC)

@Icelk: OK. I thought that 'codium' was maybe an old package name. Normally, the name to provide and conflict with would be 'vscodium', i.e. without introducing a new name.

It still think that a 'conflict' name is missing. See the "VCS package guidelines". There you have to define a name that is both in 'provides' and in 'conflicts'. For *-bin packages, I think, the same rule applies.

Ashark commented on 2021-10-26 16:39 (UTC) (edited on 2021-10-26 16:40 (UTC) by Ashark)

@Icelk Thanks for url handler.
It is strange why in code-oss they do not use vscode scheme.

wooque commented on 2021-10-26 16:28 (UTC)

Latest version fails

==> Starting package()...
install: cannot stat '/home/vuk/.cache/yay/vscodium-bin/src/vscodium-bin-uri-handler.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: vscodium-bin

Icelk commented on 2021-10-26 16:24 (UTC)

@Ashark The desktop file is now included.

Icelk commented on 2021-10-26 16:22 (UTC)

@willemw This is not needed as it provides "codium", which automatically conflicts with the other packages.

willemw commented on 2021-10-26 12:43 (UTC)

provides=('vscodium') and conflicts=('vscodium') are missing.

Icelk commented on 2021-10-20 06:36 (UTC)

@Ashark That sounds like a good idea. I'll add it when I come home today.

This can't be part of the main .desktop file as that has the flag --no-sandbox, which is unsafe for handling URIs, correct?

Ashark commented on 2021-10-16 17:24 (UTC)

Should not this package also include codium-url-handler.desktop, just like code-oss?

I have created a file codium-url-handler.desktop (based on code-oss's file) with this content:

[Desktop Entry]
Name=VSCodium - URL Handler
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/vscodium-bin/bin/codium --open-url %U
Icon=vscodium
Type=Application
NoDisplay=true
StartupNotify=true
Categories=Utility;TextEditor;Development;IDE;
MimeType=x-scheme-handler/vscode;
Keywords=vscode;

and placed it in ~/.local/share/applications/codium-url-handler.desktop. Then run update-desktop-database. And then I could open url with vscode:// scheme. Such link can be seen for example here https://invent.kde.org/pim/zanshin. Click green clone button, and at the end of the list you will see "Open in your IDE" Visual Studio Code SSH and HTTPS.

zoorat commented on 2021-10-16 02:08 (UTC)

@sperg512 ok.

sperg512 commented on 2021-10-15 01:05 (UTC)

@zoorat Disable it, this does it every hour--and updates it. No need to, we only need OODs if there's a problem with the build process in the new version.