From 4e1db89e42943794b57817dd04cfeb0cd08ef355 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 29 Sep 2025 17:46:37 -0600 Subject: [PATCH] config/x11: more debugging and compile glib schemas at boot --- config/x11.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/x11.toml b/config/x11.toml index 6326e6f5..cf48ecbf 100644 --- a/config/x11.toml +++ b/config/x11.toml @@ -33,6 +33,9 @@ xterm = {} path = "/usr/lib/init.d/20_xenv" data = """ export DISPLAY :0 +export G_MESSAGES_DEBUG all +export LD_DEBUG all +glib-compile-schemas /usr/share/glib-2.0/schemas/ """ [[files]]