mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-13 20:28:18 +10:00
1.5 KiB
1.5 KiB
Troubleshooting
Table of Contents
Linux
Fonts showing up as rectangles
The following command should help:
rm -rf ~/.cache/fontconfig
rm -rf ~/snap/codium/common/.cache
fc-cache -r
Global menu workaround for KDE
Install these packages on Fedora:
- libdbusmenu-devel
- dbus-glib-devel
- libdbusmenu
On Ubuntu this package called libdbusmenu-glib4.
Credits: Gerson
macOS
Since the App is signed with self-signed certificate, on the first launch, you might see the following messages:
App can't be opened because Apple cannot check it for malicious software
You can right-click the App and choose Open.
"VSCodium.app" is damaged and can’t be opened. You should move it to the Bin.
The following command will remove the quarantine attribute.
xattr -r -d com.apple.quarantine /Applications/VSCodium.app