[gdm] Enable initial-setup by default



commit 91b182bb96d65793e97cb20e9b190637beaca23d
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 5 20:40:07 2012 -0400

    Enable initial-setup by default
    
    It is more convenient to have the schema default be true, and
    let administrators opt out in custom.conf.

 data/gdm.schemas.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gdm.schemas.in.in b/data/gdm.schemas.in.in
index f049c2f..1332725 100644
--- a/data/gdm.schemas.in.in
+++ b/data/gdm.schemas.in.in
@@ -50,7 +50,7 @@
     <schema>
       <key>daemon/InitialSetupEnable</key>
       <signature>b</signature>
-      <default>false</default>
+      <default>true</default>
     </schema>
 
     <schema>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]