#blank window on bspwm

5 messages · Page 1 of 1 (latest)

dreamy hearth
#

been trying to run my project on bspwm (x11) with bun run tauri dev, but i just get a blank, black window. logs are spammed with AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer. rest of the logs are just: ```log
Finished dev [unoptimized + debuginfo] target(s) in 0.32s

** (desktop-app:908774): WARNING **: 22:15:54.756: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.

(desktop-app:908774): IBUS-WARNING **: 22:15:54.839: Unable to connect to ibus: The given address is empty
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
// ...

using svelte + vite for frontend
dreamy hearth
#

have tried running front and backend seperately, it's a backend issue

clear harness
#

try running it with WEBKIT_DISABLE_DMABUF_RENDERER=1 env var set

dreamy hearth
clear harness
#

No, it's a runtime flag. This sadly means your users who need it have to set it yourself, or you set it in rust before the tauri::Builder line for all users.