From: Mike Gorse Date: Mon, 28 Jun 2010 15:27:55 +0000 (-0400) Subject: Set /desktop/gnome/interface/at-spi-dbus to false by default X-Git-Tag: AT_SPI2_ATK_2_12_0~369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3ba84e52a2b8847969d5de9641599d9d1bb89ea;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git Set /desktop/gnome/interface/at-spi-dbus to false by default 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. --- diff --git a/at-spi2.schemas.in b/at-spi2.schemas.in index 7872a47..56f5b78 100644 --- a/at-spi2.schemas.in +++ b/at-spi2.schemas.in @@ -18,7 +18,7 @@ support. /desktop/gnome/interface/at-spi-dbus gnome bool - true + false Enable DBus-based AT-SPI infrastructure 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.