fix(gui): suppress WebKit GC signal 10 warning via JSC_SIGNAL_FOR_GC

This commit is contained in:
benzj 2026-09-12 21:55:10 +02:00
parent fc9ff063e5
commit 389f583687

View File

@ -93,6 +93,7 @@ import (
func init() { func init() {
_ = os.Setenv("WEBKIT_DISABLE_DMABUF_RENDERER", "1") _ = os.Setenv("WEBKIT_DISABLE_DMABUF_RENDERER", "1")
_ = os.Setenv("WEBKIT_FORCE_COMPOSITING_MODE", "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 // installDesktopIntegration automatically installs icons and desktop file into user's XDG directories