The new version of EDS uses that instead of ‘system’. This shouldn’t pose
upgrade problems (e.g. if a user has ‘system’ stored in GSettings), since in
that case the ‘system’ persona store wouldn’t be found, and the fallback
would be to use the persona store marked as the system-set default — which
is the ‘system-address-book’ persona store, as required.
if (BuildConf.HAVE_EDS)
{
this._configured_primary_store_type_id = "eds";
- this._configured_primary_store_id = "system";
+ this._configured_primary_store_id = "system-address-book";
}
else
{
<summary>Primary store ID</summary>
<description>The ID of the persona store which folks should use as primary (i.e. to store linking data in).
The type ID of the store may optionally be prepended, separated by a colon.
- For example: “eds:system” or “key-file”.</description>
+ For example: “eds:system-address-book” or “key-file”.</description>
</key>
</schema>
</schemalist>
base ("ChangePrimaryStoreTests");
this._eds_backend = new EdsTest.Backend ();
- this._eds_backend.address_book_uri = "system";
+ this._eds_backend.address_book_uri = "system-address-book";
this._eds_backend_other = new EdsTest.Backend ();
this._eds_backend_other.address_book_uri = "other";