Package Details: vscodium-bin 1.100.23258-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: 334
Popularity: 8.94
First Submitted: 2020-09-23 18:58 (UTC)
Last Updated: 2025-05-15 19: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 2 3 4 5 6 7 8 .. 26 Next › Last »

hawkeye116477 commented on 2024-11-06 17:48 (UTC) (edited on 2024-11-06 17:49 (UTC) by hawkeye116477)

@PEAR I can confirm, I had same problem with code package from Extra repo.

PEAR commented on 2024-11-06 12:35 (UTC)

Current version (a71007d) crashes for me when clicking on "File". Downgrading to b7ca24a fixes the problem.

patchouli commented on 2024-11-02 20:35 (UTC)

Starting from the current version, vscodium-bin-wayland.desktop seems to open an X11 window for me rather than the intended Wayland one. Using Plasma as DE. Is anyone else getting the same issue?

jronald commented on 2024-10-23 05:16 (UTC) (edited on 2024-10-23 05:17 (UTC) by jronald)

Though ime works by adding "~/.config/codium-flags.conf" with "--enable-wayland-ime", there is a warning as below when launching vscodium from console.

$ codium 
Warning: 'enable-wayland-ime' is not in the list of known options, but still passed to Electron/Chromium.

jronald commented on 2024-10-17 10:19 (UTC) (edited on 2024-10-17 10:19 (UTC) by jronald)

@see2night I'm using KDE Plasma, and Dolphin as file explorer.

see2night commented on 2024-10-17 08:39 (UTC)

@jronald it does not work. (By the way, I use Gnome

jronald commented on 2024-10-17 03:13 (UTC) (edited on 2024-10-17 03:25 (UTC) by jronald)

If add "~/.config/codium-flags.conf" with contents as below, everything is ok

--enable-wayland-ime

jronald commented on 2024-10-16 09:52 (UTC)

@Icelk without ime, i.e. without option "--enable-wayland-ime", everything is ok, as far as I see.

Icelk commented on 2024-10-15 08:09 (UTC)

@jronald just to confirm, that option doesnt mess things up for users not using IMEs?

jronald commented on 2024-10-15 03:42 (UTC) (edited on 2024-10-15 04:34 (UTC) by jronald)

It needs to add "--enable-wayland-ime" for input method (fcitx5 in my case) in codium-wayland to work.

But after adding "--enable-wayland-ime" to "codium-wayland.desktop" as below,

--enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland --enable-wayland-ime %F

"Open With VSCodium - Wayland" in context menu of KDE Dolphin doesn't work. Without "--enable-wayland-ime", it works.