@Ashark The desktop file is now included.
Search Criteria
Package Details: vscodium-bin 1.99.12392-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: | 327 |
Popularity: | 8.61 |
First Submitted: | 2020-09-23 18:58 (UTC) |
Last Updated: | 2025-04-09 18:00 (UTC) |
Dependencies (14)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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 (5)
- vscode-xdg-patch-hook (requires vscode) (optional)
- vscodium-bin-features
- vscodium-bin-marketplace
- vscodium-features (requires vscodium)
- vscodium-marketplace (requires vscodium)
Sources (6)
Latest Comments
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 25 Next › Last »
Icelk commented on 2021-10-26 16:24 (UTC)
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.
zoorat commented on 2021-10-15 00:35 (UTC)
@sperg512 hi, as i use this package, i have a out-of-date checking script too. i run it every morning and report if needed... should i continue ??
sperg512 commented on 2021-10-11 13:24 (UTC)
Probably because it directly supports opening directories, though I'm not sure about removing it because some users likely need to open directories with vscodium
ludvigHz commented on 2021-10-11 11:50 (UTC)
Is there a reason the .desktop
file contains inode/directory
? Personally, I find it really annoying that every directory opens in vscodium instead of the file manager. I would suggest removing it from the mimetypes.
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.