There is configured servers in /usr/etc/default/syncevolution/, while the printed
configured servers are stored at $HOME/.config/syncevolution
I install sync
(
http://downloads.syncevolution.org/syncevolution/evolution/syncevolution-...)
in a clean fc11, no sync installed before and no configuration before. Then configure
service using funambol or scheduleworld template. The configuration is like:
$ syncevolution -p --quiet funambol
syncURL =
http://my.funambol.com/sync
username = *********(username here)
password = ********(password here)
# logdir =
# loglevel = 0
# printChanges = 1
# maxlogdirs = 10
# useProxy = 0
# proxyHost =
# proxyUsername =
# proxyPassword =
# clientAuthType = md5
# RetryDuration = 300
# RetryInterval = 60
deviceId = sc-pim-14ec9b89-6246-4348-a70d-73779c8e4b8e
enableWBXML = 0
# maxMsgSize = 20000
# maxObjSize = 4000000
# enableCompression = 0
# SSLServerCertificates =
/etc/ssl/certs/ca-certificates.crt:/etc/pki/tls/certs/ca-bundle.crt:/usr/share/ssl/certs/ca-bundle.crt
# SSLVerifyServer = 1
# SSLVerifyHost = 1
WebURL =
http://my.funambol.com
# IconURI =
ConsumerReady = 1
[addressbook]
sync = two-way
type = addressbook
# evolutionsource =
uri = card
# evolutionuser =
# evolutionpassword =
[calendar]
sync = two-way
type = calendar:text/calendar!
# evolutionsource =
uri = event
# evolutionuser =
# evolutionpassword =
[memo]
sync = disabled
type = memo
# evolutionsource =
uri = note
# evolutionuser =
# evolutionpassword =
[todo]
sync = two-way
type = todo:text/calendar!
# evolutionsource =
uri = task
# evolutionuser =
# evolutionpassword =
-----Original Message-----
From: Ohly, Patrick
Sent: 2009年11月4日 14:48
To: Zheng, Yanshuang
Cc: Zhu, Yongsheng; Chen, Congwu; syncevolution(a)syncevolution.org
Subject: Re: [SyncEvolution] memo not supported by backends (0.9.1)
On Wed, 2009-11-04 at 05:47 +0000, Zheng, Yanshuang wrote:
> I tried with scheduleworld, and the same issue occurs.
> Memo not supported by fc11??
The "type 'select backend'" error means that in
source/memo/config.ini,
the "type" property is not set. This should be independent of whether
the data source is enabled or not, which is controlled by the "sync"
property ("none" if not supported locally) and the "URI" property
(empty
if server doesn't support it).
I just checked, at least on Debian a "XDG_CONFIG_HOME=/tmp syncevolution
--configure funambol" correctly creates
a /tmp/syncevolution/funambol/sources/memo/config.ini with "type=memo"
set, so it is not a general problem of 0.9.1.
Yanshuang, Jason, do you configure from scratch, with no old Funambol
config lying around which doesn't have the type set? "syncevolution
--print-servers" will tell you were the config is.
Is there perhaps a SyncEvolution config template for Funambol installed
under /etc/default or /usr/etc/default?
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.