forked from ubports/address-book-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.test
36 lines (24 loc) · 1.04 KB
/
README.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Running the address-book-service and qtcontacts in dummy mode.
Running address-book-service
===========================
# export ALTERNATIVE_CPIM_SERVICE_NAME="com.canonical.test.pim"
# export FOLKS_BACKEND_PATH="/usr/lib/address-book-service/dummy.so"
# export FOLKS_BACKENDS_ALLOWED="dummy"
# export FOLKS_PRIMARY_STORE="dummy"
# export ADDRESS_BOOK_SERVICE_DEMO_DATA=<some-vcard-file>
# /usr/libexec/address-book-service
ALTERNATIVE_CPIM_SERVICE_NAME
- Defines a new address book DBus service name
FOLKS_BACKEND_PATH
- Defines the path used by folks to find the backend
FOLKS_BACKENDS_ALLOWED
- Defines which backend folks is allowed to load
FOLKS_PRIMARY_STORE
- Defines which persona store should be used as primary store
ADDRESS_BOOK_SERVICE_DEMO_DATA
- VCard file which will be used to populate the server
Running any address-book client
===============================
# export ALTERNATIVE_CPIM_SERVICE_NAME="com.canonical.test.pim"
ALTERNATIVE_CPIM_SERVICE_NAME
- Defines a new address book DBus service name, should be the same as the server