From e3e151a369428eb9a86836c597792e996bb5fb4b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 2 Oct 2025 13:08:23 -0600 Subject: [PATCH] x11: set webkit debug variable --- config/x11.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/x11.toml b/config/x11.toml index cf48ecbf8..0fab62709 100644 --- a/config/x11.toml +++ b/config/x11.toml @@ -35,6 +35,7 @@ data = """ export DISPLAY :0 export G_MESSAGES_DEBUG all export LD_DEBUG all +export WEBKIT_DEBUG all glib-compile-schemas /usr/share/glib-2.0/schemas/ """