GNOME Bugzilla – Bug 706801
tp-aw ships files in a path that cannot be configured
Last modified: 2013-08-28 09:03:07 UTC
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 253251 [details] [review] build: add --disable-settings to avoid installing the GSettings schema 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.
Review of attachment 253251 [details] [review]: ++
Merged.