From 766300d82c9a03b6930c7bf823aedc4ce2a78a57 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 27 Jun 2014 07:58:48 -0700 Subject: [PATCH] The theme has been absorbed into gtk3 and is now the default, so just use it instead of writing a settings.ini --- share/runtime-postinstall.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 55e6362c..0fd3bf7b 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -96,10 +96,6 @@ 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