From 7d187f1ca8693231e180e851a88c032d1614b7fc Mon Sep 17 00:00:00 2001 From: "Mati Aharoni (Kali Linux Developer)" Date: Wed, 23 Jan 2013 20:35:50 -0500 Subject: [PATCH] Added a glib-compile command in the gnome hook. --- config/hooks/gnome.chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hooks/gnome.chroot b/config/hooks/gnome.chroot index fbf9caa..423e062 100755 --- a/config/hooks/gnome.chroot +++ b/config/hooks/gnome.chroot @@ -8,6 +8,7 @@ if (/usr/bin/which gconftool-2); then gconftool-2 --type string -s /apps/gnome-terminal/profiles/Default/background_type transparent gconftool-2 --type float -s /apps/gnome-terminal/profiles/Default/background_darkness 0.75 gconftool-2 --type bool -s /apps/gnome-terminal/global/confirm_window_close false + glib-compile-schemas /usr/share/glib-2.0/schemas else echo "[*] gconftool-2 not installed." fi