overlayed icon indicating copy to clipboard operation
overlayed copied to clipboard

Tauri upstream error on Wayland+NVIDIA and workaround glitch

Open Tutul- opened this issue 3 months ago • 0 comments

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:

  1. Have a NVIDIA card with the official driver (nvidia-open in my case, not nouveau)
  2. Be on Linux (Manjaro+Wayland+Gnome in my case)
  3. Launch Overlayed with WEBKIT_DISABLE_DMABUF_RENDERER=1
  4. Play a bit with the settings
  5. See the visual glitch

Expected behavior The content should be clear and redraw when the layout is changed.

Screenshots Image

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)

Tutul- avatar Oct 07 '25 15:10 Tutul-