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