From bb2dc625214887b4f6fb6e47291fb83d8e1eca40 Mon Sep 17 00:00:00 2001 From: David Shea Date: Wed, 14 Oct 2015 14:54:33 -0400 Subject: [PATCH] Enable gtk inspector. Gtk turned off the inspector keybindings by default, because they were interfering with applications that use a lot of complicated keyboard shortcuts. This is not a concern for anaconda, and the inspector is pretty handy, so turn it back on. --- .../common/org.gtk.Settings.Debug.gschema.override | 2 ++ share/runtime-postinstall.tmpl | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 share/config_files/common/org.gtk.Settings.Debug.gschema.override diff --git a/share/config_files/common/org.gtk.Settings.Debug.gschema.override b/share/config_files/common/org.gtk.Settings.Debug.gschema.override new file mode 100644 index 00000000..fcedd1b7 --- /dev/null +++ b/share/config_files/common/org.gtk.Settings.Debug.gschema.override @@ -0,0 +1,2 @@ +[org.gtk.Settings.Debug] + enable-inspector-keybinding=true diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 7708d985..07c52f55 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -94,6 +94,10 @@ replace "root:\*:" "root::" etc/shadow ## gconf settings gconfset /desktop/gnome/interface/accessibility bool true +## gsettings settings +install ${configdir}/org.gtk.Settings.Debug.gschema.override usr/share/glib-2.0/schemas +runcmd chroot ${root} glib-compile-schemas /usr/share/glib-2.0/schemas + move usr/libexec/anaconda/auditd sbin ## for compatibility with Ancient Anaconda Traditions