Hello,

Le mercredi 21 novembre 2012 à 11:05 +0100, Patrick Ohly a écrit :
> On Fri, 2012-11-09 at 15:34 +0100, Patrick Ohly wrote:
> > On Wed, 2012-11-07 at 10:15 +0100, Daniel CLEMENT wrote: 
> > > Now for the autosync part. The localization of the notification messages
> > > appears to be addressed in fr.po, e.g.:
> > > ---
> > > #. if sync is successfully started and done
> > > #: ../src/syncevo-dbus-server.cpp:6670
> > > #, c-format
> > > msgid "%s sync complete"
> > > msgstr "Synchronisation %s terminée"
> > > ---
> > > but, for some reason, the translated strings don't make it into my
> > > notification messages (Linux Mint, Debian, XFCE). I wonder if it's an
> > > XFCE issue: do other users get their notifications translated?
> > 
> > No, that seems to be completely broken. I wonder whether no-one has ever
> > used auto syncing or whether not having translated messages was accepted
> > as normal.
> > 
> > The explanation is simple: localization was used, but never turned on in
> > the synevo-dbus-server, the process which creates these notifications. I
> > have a fix (and a unit test).
> 
> It turned out that this explanation is wrong: localization was turned
> on, just not in the place where I was expecting it to be. It is done
> inside a helper class, NotificationBackendLibnotify::init(), and not in
> main().
> 
> That means that I am still unsure why messages were not translated
> correctly for you. I was able to reproduce it, but I probably did it
> wrong when testing manually (syncevolution.mo not installed, for
> example) and the automated test couldn't work (because the path to
> syncevolution.mo has to be specified, which wasn't possible).
> 
> Daniel, can you run
>    strace -e trace=file <path>/syncevo-dbus-server | grep 'syncevolution\.mo'
> when syncevo-dbus-server is not already running? Does it find the
> translated messages?
> 
I'm not familiar with the strace command. It produces a load of output,
but I'm no good at interpreting it. I'm attaching it to this message,
hoping it helps.

Best regards,
-- 
Daniel CLEMENT
daniel@m6400 ~ $ strace -e trace=file 
/usr/lib/syncevolution/syncevo-dbus-server | grep 'syncevolution\.mo' > 
strace_output.txt
execve("/usr/lib/syncevolution/syncevo-dbus-server", 
["/usr/lib/syncevolution/syncevo-d"...], [/* 34 vars */]) = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpcrecpp.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libcppunit-1.12.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgdbussyncevo.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsyncevolution.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libnotify.so.4", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libatk-1.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libcairo.so.2", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libfreetype.so.6", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libfontconfig.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libglib-2.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libedataserver-1.2.so.16", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxml2.so.2", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgconf-2.so.4", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsmltk.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsynthesis.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libopenobex.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libbluetooth.so.3", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libX11.so.6", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXcomposite.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXdamage.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXfixes.so.3", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXext.so.6", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXrender.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXinerama.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXi.so.6", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXrandr.so.2", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXcursor.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpng12.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpixman-1.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxcb-render.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxcb.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libexpat.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libffi.so.5", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libplds4.so", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libplc4.so", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libnspr4.so", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdbus-1.so.3", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libsqlite3.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libical.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libicalss.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libicalvcal.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libusb-0.1.so.4", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY) = 3
statfs("/sys/fs/selinux", 0x7ffff82f3010) = -1 ENOENT (No such file or 
directory)
statfs("/selinux", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=26173325, 
f_bfree=22568845, f_bavail=21258125, f_files=6553600, f_ffree=6218922, 
f_fsid={655566794, -1356299196}, f_namelen=255, f_frsize=4096}) = 0
open("/proc/filesystems", O_RDONLY)     = 3
open("/usr/lib/syncevolution/backends/", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
open("/usr/lib/syncevolution/backends//syncfile.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncfile.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncakonadi.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncakonadi.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncmaemocal.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncmaemocal.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncebook.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncebook.so", O_RDONLY) = 3
open("/etc/ld.so.cache", O_RDONLY)      = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libebook-1.2.so.13", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libcamel-1.2.so.33", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libnss3.so", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libnssutil3.so", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libsmime3.so", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libssl3.so", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libkrb5.so.3", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libk5crypto.so.3", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libcom_err.so.2", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libkrb5support.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libkeyutils.so.1", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//platformgnome.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/platformgnome.so", O_RDONLY) = 3
open("/etc/ld.so.cache", O_RDONLY)      = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcrypt.so.11", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgpg-error.so.0", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//synckcalextended.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/synckcalextended.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncqtcontacts.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncqtcontacts.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncdav.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncdav.so", O_RDONLY) = 3
open("/etc/ld.so.cache", O_RDONLY)      = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libneon-gnutls.so.27", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgnutls.so.26", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libtasn1.so.3", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libp11-kit.so.0", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncxmlrpc.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncxmlrpc.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncsqlite.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncsqlite.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncecal.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncecal.so", O_RDONLY) = 3
open("/etc/ld.so.cache", O_RDONLY)      = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libecal-1.2.so.11", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncactivesync.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncactivesync.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//syncaddressbook.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/syncaddressbook.so", O_RDONLY) = 3
open("/usr/lib/syncevolution/backends//platformkde.so", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/usr/lib/syncevolution/backends/platformkde.so", O_RDONLY) = 3
access("/home/daniel/.sync4j/evolution", F_OK) = -1 ENOENT (No such file or 
directory)
access("/home/daniel/.config/syncevolution", F_OK) = 0
open("/home/daniel/.config/syncevolution", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
stat("/home/daniel/.config/syncevolution/config.ini", {st_mode=S_IFREG|0644, 
st_size=1634, ...}) = 0
stat("/home/daniel/.config/syncevolution/.internal.ini", {st_mode=S_IFREG|0644, 
st_size=38, ...}) = 0
stat("/home/daniel/.config/syncevolution/default", {st_mode=S_IFDIR|0755, 
st_size=4096, ...}) = 0
access("/home/daniel/.config/syncevolution/default/peers", F_OK) = 0
access("/home/daniel/.config/syncevolution/default/peers", F_OK) = 0
open("/home/daniel/.config/syncevolution/default/peers", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
stat("/home/daniel/.config/syncevolution/default/peers/funambol", 
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/home/daniel/.sync4j/evolution", F_OK) = -1 ENOENT (No such file or 
directory)
access("/home/daniel/.config/syncevolution", F_OK) = 0
open("/home/daniel/.config/syncevolution", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
stat("/home/daniel/.config/syncevolution/config.ini", {st_mode=S_IFREG|0644, 
st_size=1634, ...}) = 0
stat("/home/daniel/.config/syncevolution/.internal.ini", {st_mode=S_IFREG|0644, 
st_size=38, ...}) = 0
stat("/home/daniel/.config/syncevolution/default", {st_mode=S_IFDIR|0755, 
st_size=4096, ...}) = 0
access("/home/daniel/.config/syncevolution/default/peers", F_OK) = 0
access("/home/daniel/.config/syncevolution/default/peers", F_OK) = 0
open("/home/daniel/.config/syncevolution/default/peers", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
stat("/home/daniel/.config/syncevolution/default/peers/funambol", 
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/home/daniel/.sync4j/evolution/funambol/spds/syncml/config.txt", F_OK) 
= -1 ENOENT (No such file or directory)
access("/home/daniel/.config/syncevolution/funambol/config.ini", F_OK) = -1 
ENOENT (No such file or directory)
open("/home/daniel/.config/syncevolution/config.ini", O_RDONLY) = 23
open("/home/daniel/.config/syncevolution/.internal.ini", O_RDONLY) = 23
open("/home/daniel/.config/syncevolution/default/peers/funambol/config.ini", 
O_RDONLY) = 23
open("/home/daniel/.config/syncevolution/default/peers/funambol/.internal.ini", 
O_RDONLY) = 23
open("/home/daniel/.config/syncevolution/default/config.ini", O_RDONLY) = 23
open("/home/daniel/.config/syncevolution/default/.internal.ini", O_RDONLY) = 23
access("/home/daniel/.config/syncevolution/config.ini", F_OK) = 0
access("/home/daniel/.config/syncevolution/default/config.ini", F_OK) = 0
access("/home/daniel/.config/syncevolution/default/peers/funambol/config.ini", 
F_OK) = 0
access("/usr/bin/sync-ui", F_OK)        = 0
access("/home/daniel/.sync4j/evolution", F_OK) = -1 ENOENT (No such file or 
directory)
access("/home/daniel/.config/syncevolution", F_OK) = 0
open("/home/daniel/.config/syncevolution", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 25
stat("/home/daniel/.config/syncevolution/config.ini", {st_mode=S_IFREG|0644, 
st_size=1634, ...}) = 0
stat("/home/daniel/.config/syncevolution/.internal.ini", {st_mode=S_IFREG|0644, 
st_size=38, ...}) = 0
stat("/home/daniel/.config/syncevolution/default", {st_mode=S_IFDIR|0755, 
st_size=4096, ...}) = 0
access("/home/daniel/.config/syncevolution/default/peers", F_OK) = 0
access("/home/daniel/.config/syncevolution/default/peers", F_OK) = 0
open("/home/daniel/.config/syncevolution/default/peers", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 25
stat("/home/daniel/.config/syncevolution/default/peers/funambol", 
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/home/daniel/.sync4j/evolution", F_OK) = -1 ENOENT (No such file or 
directory)
access("/home/daniel/.config/syncevolution", F_OK) = 0
open("/home/daniel/.config/syncevolution", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 25
stat("/home/daniel/.config/syncevolution/config.ini", {st_mode=S_IFREG|0644, 
st_size=1634, ...}) = 0
stat("/home/daniel/.config/syncevolution/.internal.ini", {st_mode=S_IFREG|0644, 
st_size=38, ...}) = 0
stat("/home/daniel/.config/syncevolution/default", {st_mode=S_IFDIR|0755, 
st_size=4096, ...}) = 0
access("/home/daniel/.config/syncevolution/default/peers", F_OK) = 0
access("/home/daniel/.config/syncevolution/default/peers", F_OK) = 0
open("/home/daniel/.config/syncevolution/default/peers", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 25
stat("/home/daniel/.config/syncevolution/default/peers/funambol", 
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/home/daniel/.sync4j/evolution/funambol/spds/syncml/config.txt", F_OK) 
= -1 ENOENT (No such file or directory)
access("/home/daniel/.config/syncevolution/funambol/config.ini", F_OK) = -1 
ENOENT (No such file or directory)
open("/home/daniel/.config/syncevolution/config.ini", O_RDONLY) = 25
open("/home/daniel/.config/syncevolution/.internal.ini", O_RDONLY) = 25
open("/home/daniel/.config/syncevolution/default/peers/funambol/config.ini", 
O_RDONLY) = 25
open("/home/daniel/.config/syncevolution/default/peers/funambol/.internal.ini", 
O_RDONLY) = 25
open("/home/daniel/.config/syncevolution/default/config.ini", O_RDONLY) = 25
open("/home/daniel/.config/syncevolution/default/.internal.ini", O_RDONLY) = 25
access("/home/daniel/.config/syncevolution/config.ini", F_OK) = 0
access("/home/daniel/.config/syncevolution/default/config.ini", F_OK) = 0
access("/home/daniel/.config/syncevolution/default/peers/funambol/config.ini", 
F_OK) = 0
access("/home/daniel/.config/syncevolution/default/peers/funambol/config.ini", 
F_OK) = 0
open("/proc/self/maps", O_RDONLY)       = 18
open("/usr/lib/x86_64-linux-gnu/gio/modules", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 25
stat("/usr/lib/x86_64-linux-gnu/gio/modules/giomodule.cache", 
{st_mode=S_IFREG|0644, st_size=320, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/charset.alias", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/x86_64-linux-gnu/gio/modules/giomodule.cache", O_RDONLY) = 26
stat("/usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so", 
{st_mode=S_IFREG|0644, st_size=72968, ...}) = 0
stat("/usr/lib/x86_64-linux-gnu/gio/modules/libgsettingsmateconfbackend.so", 
{st_mode=S_IFREG|0644, st_size=27512, ...}) = 0
stat("/usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so", 
{st_mode=S_IFREG|0644, st_size=14544, ...}) = 0
stat("/usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so", 
{st_mode=S_IFREG|0644, st_size=177424, ...}) = 0
stat("/usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so", 
{st_mode=S_IFREG|0644, st_size=35560, ...}) = 0
stat("/usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so", 
{st_mode=S_IFREG|0644, st_size=106776, ...}) = 0
stat("/usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so", 
{st_mode=S_IFREG|0644, st_size=18952, ...}) = 0
open("/usr/lib/gio/modules", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 25
stat("/usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so", 
{st_mode=S_IFREG|0644, st_size=177424, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so", O_RDONLY) = 25
open("/usr/lib/x86_64-linux-gnu/gvfs/tls/x86_64/libgvfscommon.so", O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gvfs/tls/x86_64", 0x7ffff82f1de0) = -1 ENOENT 
(No such file or directory)
open("/usr/lib/x86_64-linux-gnu/gvfs/tls/libgvfscommon.so", O_RDONLY) = -1 
ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gvfs/tls", 0x7ffff82f1de0) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/x86_64-linux-gnu/gvfs/x86_64/libgvfscommon.so", O_RDONLY) = -1 
ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gvfs/x86_64", 0x7ffff82f1de0) = -1 ENOENT (No 
such file or directory)
open("/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so", O_RDONLY) = 25
open("/usr/lib/x86_64-linux-gnu/gvfs/libudev.so.0", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 25
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libudev.so.0", O_RDONLY) = 25
open("/usr/lib/x86_64-linux-gnu/gvfs/libutil.so.1", O_RDONLY) = -1 ENOENT (No 
such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY) = 25
open("/usr/lib/x86_64-linux-gnu/gvfs/libbluray.so.1", O_RDONLY) = -1 ENOENT (No 
such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libbluray.so.1", O_RDONLY) = 25
open("/etc/nsswitch.conf", O_RDONLY)    = 26
open("/etc/ld.so.cache", O_RDONLY)      = 26
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY) = 26
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY) = 26
open("/etc/ld.so.cache", O_RDONLY)      = 26
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY) = 26
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY) = 26
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 26
open("/usr/lib/x86_64-linux-gnu/gvfs/modules", 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
[INFO syncevo-dbus-server] ready to run
open("/usr/share/locale/locale.alias", O_RDONLY) = 27
open("/usr/share/syncevolution/bluetooth_products.ini", O_RDONLY) = 27
              

_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to