From 389f58368715204fc7cc1f2ed1ed36e4df7a9229 Mon Sep 17 00:00:00 2001 From: benzj Date: Sat, 12 Sep 2026 21:55:10 +0200 Subject: [PATCH] fix(gui): suppress WebKit GC signal 10 warning via JSC_SIGNAL_FOR_GC --- gui_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gui_linux.go b/gui_linux.go index 1ba0681..72a4ee6 100644 --- a/gui_linux.go +++ b/gui_linux.go @@ -93,6 +93,7 @@ import ( func init() { _ = os.Setenv("WEBKIT_DISABLE_DMABUF_RENDERER", "1") _ = os.Setenv("WEBKIT_FORCE_COMPOSITING_MODE", "1") + _ = os.Setenv("JSC_SIGNAL_FOR_GC", "SIGUSR2") } // installDesktopIntegration automatically installs icons and desktop file into user's XDG directories