[PATCH] Make sure we have a theme settings file in place.

Chris Lumens clumens at redhat.com
Thu Aug 22 20:18:30 UTC 2013


We need this because there's no settings daemon running, but running one
would be the alternate fix.
---
 share/runtime-postinstall.tmpl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl
index 225a025..ec4bbd5 100644
--- a/share/runtime-postinstall.tmpl
+++ b/share/runtime-postinstall.tmpl
@@ -92,6 +92,10 @@ gconfset /apps/metacity/global_keybindings/switch_windows string disabled
 gconfset /desktop/gnome/interface/accessibility bool true
 gconfset /desktop/gnome/interface/at-spi-corba bool true
 
+## Make sure we have a GTK theme
+mkdir etc/gtk-3.0/
+copy usr/share/gtk-3.0/settings.ini etc/gtk-3.0/
+
 ## Some settings are controlled by gsettings now.
 install ${configdir}/org.gnome.desktop.wm.keybindings.gschema.override usr/share/glib-2.0/schemas
 runcmd chroot ${root} glib-compile-schemas /usr/share/glib-2.0/schemas
-- 
1.8.1.2



More information about the anaconda-patches mailing list