lem icon indicating copy to clipboard operation
lem copied to clipboard

Starting webview build: ` Gdk-Message Error 71 (Protocol error) dispatching to Wayland display.`

Open vindarel opened this issue 1 month ago • 1 comments

see on Discord, adding for search facility: (I am not having the issue)


did anybody get this message after executing webview build?

 Gdk-Message: 00:02:43.190: Error 71 (Protocol error) dispatching to Wayland display.

I switched to fedora yesterday and also got this error. I got lem start with:

 $ WEBKIT_DISABLE_DMABUF_RENDERER=1 lem

vindarel avatar Nov 14 '25 16:11 vindarel

This happens on Fedora when using Nvidia proprietary drivers. I had the same issue after switching to proprietary drivers, my solution was to recompile the webview library and execute lem using

GSK_RENDERER=ngl lem

tautologico avatar Nov 16 '25 23:11 tautologico