Description
On Linux (KDE Plasma 6 Wayland, AMD GPU) the welcome/onboarding window opens but its body paints as a solid black box, while Cap's own titlebar renders fine. Relaunching with WEBKIT_DISABLE_DMABUF_RENDERER=1 makes the content render correctly, which points at WebKitGTK's DMABUF renderer painting the accelerated content (Cap's Rive/WebGL onboarding) black. Could Cap set that env var on Linux, or is there a cleaner fix?
Reproduction
- KDE Plasma 6 Wayland session, AMD GPU.
- Launch Cap. The welcome window body is black.
- Relaunch with
WEBKIT_DISABLE_DMABUF_RENDERER=1. The content renders.
Additional Context
- Cap version: 0.5.2
- OS: CachyOS (Arch), KDE Plasma 6 / KWin Wayland, AMD Hawk Point iGPU (Radeon 780M)
- webkit2gtk 2.52.4, mesa 26.1.2, kernel 7.1.1
Description
On Linux (KDE Plasma 6 Wayland, AMD GPU) the welcome/onboarding window opens but its body paints as a solid black box, while Cap's own titlebar renders fine. Relaunching with
WEBKIT_DISABLE_DMABUF_RENDERER=1makes the content render correctly, which points at WebKitGTK's DMABUF renderer painting the accelerated content (Cap's Rive/WebGL onboarding) black. Could Cap set that env var on Linux, or is there a cleaner fix?Reproduction
WEBKIT_DISABLE_DMABUF_RENDERER=1. The content renders.Additional Context