Troubleshooting
General Troubleshooting & File Issues
Section titled “General Troubleshooting & File Issues”-
Corrupted Database or Missing Files: If
locateshows a corrupted file read (pread: Short read (file corrupted? )) or does not find the file, try searching manually:Terminal window find / -name "kernixcord.desktop" 2>/dev/nullOr check the standard directories:
/usr/share/applicationsand~/.local/share/applications. -
Persistence after Updates: If your distro overwrites
/usr/share/applicationson update, prefer the${XDG_CONFIG_HOME}/kernixcord-flags.confapproach or place a local.desktopin~/.local/share/applications.
Nothing happens when trying to start a Screenshare
Section titled “Nothing happens when trying to start a Screenshare”This means you either have no Screen cast portal, or it’s broken. See XDG Desktop Portal on the Arch Linux Wiki for more information.
Kernixcord freezes after getting pinged or messaged
Section titled “Kernixcord freezes after getting pinged or messaged”This is due to having no Notification Server on your system. Either install one or disable Desktop Notifications in Discord Notification settings
Clicking link does not open the web browser
Section titled “Clicking link does not open the web browser”Install xdg-utils
Kernixcord looks blurry
Section titled “Kernixcord looks blurry”The most likely cause is that Kernixcord is running in XWayland; Try running in Wayland instead.
See Tips & Tricks - Wayland Support for more information.
Some videos don’t play or only play audio
Section titled “Some videos don’t play or only play audio”This happens because these videos use the HEVC encoding. Follow these steps to enable support:
- Verify that you have working VA-API with HEVC decode support:
If there is no output, it’s not supported.
Terminal window vainfo 2>/dev/null | grep HEVC | grep VAEntrypointVLD - If it’s not supported, try to install it and repeat step 1. You need exactly VA-API, not VDPAU or NVDEC.
- Run Kernixcord with the following flags:
To make this permanent, see Tips & Tricks - Making Command Line Flags Permanent.
Terminal window kernixcord --enable-features=VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE,VaapiOnNvidiaGPUs
Kernixcord gone after updating
Section titled “Kernixcord gone after updating”You can use your system’s tray icon to repair it by right-clicking on the icon and selecting Repair Kernixcord (or Force Update Kernixcord on MacOS). If you don’t have a tray icon, check this.
Alternatively, if you are using version 3.1.8 or higher, open your favorite terminal and run the command below to repair it:
kernixcord -r