Heya, If you work on accessibility, you'll have to make a few changes for the GSettings port.
A new "AutoStartCondition" was added to gnome-session[1] which will allow you to use a GSettings schema and key instead of a GConf key as the condition for your application to get launched. A very simple change to at-spi for example: -AutostartCondition=GNOME /desktop/gnome/interface/accessibility +AutostartCondition=GSettings org.gnome.desktop.interface accessibility This will load and monitor the accessibility key in the org.gnome.desktop.interface schema, instead of using GConf. You will need a recent gnome-settings-daemon[2] to take advantage of this change. There will soon also be changes to the way GTK+ modules are loaded. Cheers [1]: https://bugzilla.gnome.org/show_bug.cgi?id=632724 [2]: https://bugzilla.gnome.org/show_bug.cgi?id=632727 _______________________________________________ desktop-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/desktop-devel-list
