mouse-actions icon indicating copy to clipboard operation
mouse-actions copied to clipboard

GUI window is blank

Open Goosegit11 opened this issue 10 months ago • 2 comments

image

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

Goosegit11 avatar Mar 30 '24 15:03 Goosegit11

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

larvanitis avatar Apr 10 '24 13:04 larvanitis

That works

Goosegit11 avatar Apr 10 '24 19:04 Goosegit11

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

jersou avatar Oct 21 '24 20:10 jersou