oswald-p a écritLa version que j'ai installé est bien la 0.6 donc cela ne vient pas de là.
J'ai suivi le tuto en faisant du "copier/coller" des instructions (partie installation avec checkinstall).
La commande "syncevolution" toute seule renvoie-t-elle bien la liste des données accessibles dans evolution?
O-p
Voici le retour de la commande :
cylou@cylou-laptop:~$ syncevolution
address books:
Personnel (file:///home/cylou/.evolution/addressbook/local/system)
SEIT (file:///home/cylou/.evolution/addressbook/local/1187852874.8200.0@cylou-laptop)
calendars:
Personnel (file:///home/cylou/.evolution/calendar/local/system)
Agenda Google (webcal://www.google.com/calendar/ical/cylou68@gmail.com/private-24ea849d4f17f32e360ec65b52910e64/basic.ics)
Jours fériés en France (webcal://www.google.com/calendar/ical/french__fr@holiday.calendar.google.com/public/basic.ics)
Saints et Fêtes (webcal://www.fxparlant.net/static/ical/Saints_France.ics)
Anniversaires (contacts:///)
memos:
Personnel (file:///home/cylou/.evolution/memos/local/system)
tasks:
Personnel (file:///home/cylou/.evolution/tasks/local/system)
usage: syncevolution <server>
j'ai donc bien mes fichiers reconnus du coté d'évolution.
J'ai aussi repris les fichiers config.txt de la nouvelle installation.
par exemple, voici celui d'adressbook :
cylou@cylou-laptop:~$ cat ~/.sync4j/evolution/scheduleworld/spds/sources/addressbook/config.txt
# name of the source, must match the <source> in
# spds/sources/<source>/config.txt
name = addressbook
# requests a certain synchronization mode:
# two-way = only send/receive changes since last sync
# slow = exchange all items
# refresh-from-client = discard all remote items and replace with
# the items on the client
# refresh-from-server = discard all local items and replace with
# the items on the server
# one-way-from-client = transmit changes from client
# one-way-from-server = transmit changes from server
# none = synchronization disabled
sync = two-way
# overrides the supported synchronization modes
syncModes = slow,two-way,refresh-from-client,refresh-from-server,one-way-from-client,one-way-from-server
# specifies the format of the data
#
# text/calendar = Evolution calender data (in iCalendar 2.0 format)
# text/x-todo = Evolution task data (iCalendar 2.0)
# text/x-journal = Evolution memos (iCalendar 2.0) - not supported by any
# known SyncML server and not actively tested
# text/plain = Evolution memos in plain text format, UTF-8 encoding,
# first line acts as summary
# text/x-vcard = Evolution contact data in vCard 2.1 format
# (works with most servers)
# test/vcard = Evolution contact data in vCard 3.0 (RFC 2425) format
# (internal format of Evolution, preferred with servers
# that support it and thus recommended for ScheduleWorld
# together with the "card3" uri)
#
# Sending and receiving items in the same format as used by the server for
# the uri selected below is essential. Errors while parsing and/or storing
# items one either client or server can be caused by a mismatch between
# type and uri.
type = text/vcard
# picks one of Evolution's data sources:
# enter either the name or the full URL
#
# To get a full list of available data sources,
# run syncevolution without parameters. The name
# is printed in front of the colon, followed by
# the URL. Usually the name is unique and can be
# used to reference the data source.
evolutionsource = Personnel
# this is appended to the server's URL to identify the
# server's database
uri = card3
# authentication for Evolution source
#
# Warning: setting evolutionuser/password in cases where it is not
# needed as with local calendars and addressbooks can cause the
# Evolution backend to hang.
evolutionuser =
evolutionpassword =
# used by the SyncML library internally; do not modify
last =