GNOME Bugzilla – Bug 706803
Disable GSettings in tp-aw
Last modified: 2013-08-28 16:12:07 UTC
+++ This bug was initially created as a clone of Bug #706801 +++ tp-aw's configure has a few arguments to install stuff in separate directories, so GOA and Empathy don't ship the same files to the same paths. This doesn't work for the GSettings schemas as the rules are generated automatically. It would not make sense anyway to ships 2 schemas for the same path. GSettings is used by tp-aw only to store the path where the last avatar was. It's useful, but I suggest to just drop this feature from tp-aw completely or just from GOA. It's not going to be a real problem and we should get a proper fix when the fix for bug #706317 is merged.
Created attachment 253257 [details] [review] configure.ac: disable tp-aw's GSettings This is needed to avoid multiple components shipping the same schema. It's just a temporary workaround that won't be needed when https://bugzilla.gnome.org/show_bug.cgi?id=706317 will be fixed.
Before merging this we need to update tp-aw to a version that contain the (not yet merged) fix for bug #706801.
Review of attachment 253257 [details] [review]: Looks good, but you also need to update the tpaw submodule for this. Right?
Pushed to master.