All firezone-client-gui windows are black on Ubuntu 22.04

When I start firezone-client-gui on Ubuntu 22.04, all Firezone windows are black.
I’ve just started trying out Firezone today. I’ve installed it on my Ubuntu 22.04 PC and restarted; when I run firezone-client-gui, the tray icon is displayed alright, but all the windows are black inside.

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.5 LTS
Release:	22.04
Codename:	jammy

I am using Ubuntu 22.04 with Unity desktop environment.


It looks like a possible issue with your webkit library. Perhaps try reinstalling the libwebkit2gtk-4.1-0 package?

This is a known issue in tauri with NVIDIA gpus (both on X11 and wayland): [bug] app window fails under Linux with Nvidia gpu · Issue #9304 · tauri-apps/tauri · GitHub

@stupicorn To fix this, disable the DMABUF renderer:

export WEBKIT_DISABLE_DMABUF_RENDERER=1