summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2010-12-16 10:34:31 -0500
committerRay Strode <rstrode@redhat.com>2010-12-17 12:35:24 -0500
commit4ca9d99ec29f9874d8fa1282a1e178fc48e5658b (patch)
tree8a4b75ee51d5ff1b32fa5309dc72d65719291b8a /autogen.sh
parent0cb753b2c2691a9da5f8101c93196cc504982356 (diff)
downloadgdm-4ca9d99ec29f9874d8fa1282a1e178fc48e5658b.tar.gz
greeter: frob session defaults in gsettings world
This commit changes the defaults for various parts of the GNOME,, so that things are properly locked down again in the greeter session. The current gconf overrides don't apply for recent components, since they have been ported to gsettings. The approach used here requires a binary gsettings database to get generated during "make dist" time and shipped in the tarball. This is suboptimal. In future versions of dconf we'll be able to ship keyfiles instead and then generate the database in package %post.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f8574741..4b9ec1e0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,6 +17,8 @@ PKG_NAME="GDM"
exit 1
}
+(cd data/ ; ./make-dconf-override-db.sh)
+
which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME SVN"
exit 1