Rendering also seems to be broken for the edge devtools in version 1.78.1.23130-1. Rollback to version 1.77 seems to fix it.
Search Criteria
Package Details: vscodium-bin 1.97.2.25045-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: | 317 |
Popularity: | 7.73 |
First Submitted: | 2020-09-23 18:58 (UTC) |
Last Updated: | 2025-02-14 19:01 (UTC) |
Dependencies (14)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, 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, glibc-eac-binAUR)
- 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, 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 (7)
- https://github.com/VSCodium/vscodium/releases/download/1.97.2.25045/VSCodium-linux-arm64-1.97.2.25045.tar.gz
- https://github.com/VSCodium/vscodium/releases/download/1.97.2.25045/VSCodium-linux-x64-1.97.2.25045.tar.gz
- vscodium-bin-url-handler.desktop
- vscodium-bin-wayland.desktop
- vscodium-bin.desktop
- vscodium-bin.install
- vscodium-bin.sh
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 25 Next › Last »
macwen commented on 2023-05-11 04:41 (UTC)
LRitzdorf commented on 2023-05-10 23:48 (UTC)
As a heads-up, it looks like rendering is somehow broken in v1.78.1. I updated (1.77.3.23102-1 -> 1.78.1.23130-1) earlier today, and upon restarting, the Release Notes page and PDF previews from the LaTeX Workshop extension are simply blank.
The Interactive Editor Playground seems to work, and actual source code is also rendered successfully, so I'm not quite sure what's going on here.
Gert-dev commented on 2023-03-16 16:20 (UTC)
Awesome, thanks!
Icelk commented on 2023-03-14 17:12 (UTC)
@Gert-dev I've just implemented fixes to all your issues. The file is ~/.config/codium-flags.conf
. StartupNotify=false.
Gert-dev commented on 2023-03-13 19:10 (UTC) (edited on 2023-03-13 19:10 (UTC) by Gert-dev)
Separately, is it possible that using ~/.config/electron-flags.conf
or ~/.config/code-flags.conf
are not supported?
The VSCodium issue tracker mentions packaging usually handles this, and indeed, the visual-studio-code-bin seems to do that.
Gert-dev commented on 2023-03-13 18:40 (UTC) (edited on 2023-03-13 18:53 (UTC) by Gert-dev)
Would it be possible to disable StartupNotify and make it StartupNotify=false
in the desktop files? Having it set to true is resulting in this mutter issue and upstream VSCode also sets it to false.
Icelk commented on 2023-02-08 18:45 (UTC)
@motherofmilk Indeed
motherofmilk commented on 2023-02-08 17:46 (UTC)
@Icelk I removed everything, reinstalled vscodium to check if the issue was still there (it was), installing the marketplace package didn't fix it, but the features package however did. That's strange.
Icelk commented on 2023-02-08 17:23 (UTC) (edited on 2023-02-08 17:24 (UTC) by Icelk)
@motherofmilk @fri.sch I tried installing this, vscodium-bin-marketplace
and vscodium-bin-feaures
, and it all just worked. Maybe your product.json
isn't being overridden when you update?
Try uninstalling all vscodium-bin*
packages, removing /opt/vscodium-bin/resources/app/product.json
(and maybe /usr/share/vscodium-bin/resources/app/product.json
?, or maybe in /usr/lib/
) and then installing them again (I installed them in the order vscodium-bin
, then marketplace
, then features
, if that has any relevancy).
The problem is currently unreproducible on my end.
motherofmilk commented on 2023-02-07 09:06 (UTC)
Removing lines 90 and 91 from /opt/vscodium-bin/resources/app/product.json fixed it for me. These lines look to be... out of place:
90 "https://open-vsx.org"
91 ],
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.