From a03f9aaf74f445572bfeeef7cae7bc97cfe3670c Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Mon, 4 Nov 2013 15:29:35 +0900 Subject: [PATCH] proxy: replace gconftool-2 with gsettings Gnome do not support gconftool-2 anymore. They migrate Gconf to GSettings. They support it until version 3.2.6 Change-Id: Ib26c3ca82dcb0e6b4b05e738c24c01f4e6781c6b Signed-off-by: munkyu.im --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- tizen/src/osutil-linux.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package/changelog b/package/changelog index 74ca64d350..5f715fa700 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.6.1 +- use gsettings instead of gconftool-2 +== Munkyu Im 2013-11-04 * 1.6.0 - keep the touch point grabbing while finger rearranging == GiWoong Kim 2013-10-29 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 8831afdf80..37c8ef2590 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.6.0 +Version: 1.6.1 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/src/osutil-linux.c b/tizen/src/osutil-linux.c index 91ca6c7edc..6d5068b253 100644 --- a/tizen/src/osutil-linux.c +++ b/tizen/src/osutil-linux.c @@ -59,7 +59,7 @@ MULTI_DEBUG_CHANNEL(emulator, osutil); extern char tizen_target_img_path[]; int g_shmid; char *g_shared_memory; -int gproxytool = GCONFTOOL; +int gproxytool = GSETTINGS; /* Getting proxy commands */ static const char* gproxycmds[][2] = { -- 2.34.1