mouse-actions
mouse-actions copied to clipboard
GUI window is blank
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
% mouse-actions-gui
no_listen: false,
config_path: None,
command: None,
version: false,
log_level: None,
}
** (mouse-actions-gui:453380): WARNING **: 18:10:04.619: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
No idea what the cause is but I found this on the Internets...
In the command line run: WEBKIT_DISABLE_DMABUF_RENDERER=1 mouse-actions-gui
That works
Thanks for the workaround WEBKIT_DISABLE_DMABUF_RENDERER=1
It was referenced in this issue https://github.com/tauri-apps/tauri/issues/9304
I will add it to the readme