Adding a fallback to vconftool 72/34272/1 accepted/tizen/common/20150122.161017 submit/tizen_common/20150122.160433
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Thu, 22 Jan 2015 14:06:55 +0000 (15:06 +0100)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Thu, 22 Jan 2015 14:06:55 +0000 (15:06 +0100)
commit8bcc17cce742412499493719b2b4f11a980a1f17
treeb85306159e5f79c255520ff616eb0c56eaeeb7d9
parent6de70f2ffa8664b4b04693e9505566b118dc139a
Adding a fallback to vconftool

This patch allows the creation of images when buxton is used.

During the process of creating the images, the serveur buxton
is not started. Unfortunately, the client library of buxton
dont allow a fall back to the direct access of the databases.

This patch fallback to use the command vconftool that works
even when the server buxton is off.

See https://github.com/sofar/buxton/issues/144

Change-Id: I89e68deda827ef79670250134badcaf2106d2223
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
CMakeLists.txt
src/ail_desktop.c
src/ail_sql.c
src/ail_vconf.c [new file with mode: 0644]
src/ail_vconf.h [new file with mode: 0644]