Tauri upstream error on Wayland+NVIDIA and workaround glitch
Describe the bug The Tauri upstream has a current problem with Wayland when using the NVIDIA driver, see upstream #10702.
The current workaround is to launch the application with WEBKIT_DISABLE_DMABUF_RENDERER=1 and it work, Overlayed do launch when using that environment variable. But doing so seem to break a bit the rendering of this application. The overlay window is visible when not pinned. And the content isn't properly refreshed when changing the layout position (screenshot show what happen after pin/unpin/left/center/right).
To Reproduce Steps to reproduce the behavior:
- Have a NVIDIA card with the official driver (nvidia-open in my case, not nouveau)
- Be on Linux (Manjaro+Wayland+Gnome in my case)
- Launch Overlayed with
WEBKIT_DISABLE_DMABUF_RENDERER=1 - Play a bit with the settings
- See the visual glitch
Expected behavior The content should be clear and redraw when the layout is changed.
Screenshots
Desktop (please complete the following information):
- OS: GNU/Linux Manjaro
- Version: rolling release up to date
Additional context Overlayed 0.6.2 from the AUR (Archlinux User Repository)