Set /desktop/gnome/interface/at-spi-dbus to false by default
authorMike Gorse <mgorse@novell.com>
Mon, 28 Jun 2010 15:27:55 +0000 (11:27 -0400)
committerMike Gorse <mgorse@novell.com>
Mon, 28 Jun 2010 15:27:55 +0000 (11:27 -0400)
The at-spi-dbus key is only used if --enable-relocate is specified
(which it is not by default).  Specifying --enable-relocate would imply
that at-spi-corba was still intended to be the default, so setting this key to false.

at-spi2.schemas.in

index 7872a47..56f5b78 100644 (file)
@@ -18,7 +18,7 @@ support.</long>
       <applyto>/desktop/gnome/interface/at-spi-dbus</applyto>
       <owner>gnome</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
         <short>Enable DBus-based AT-SPI infrastructure</short>
         <long>In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-SPI infrastructure has been relocated.  It is ignored if the DBus-based AT-SPI infrastructure has not been relocated.</long>