proxy: replace gconftool-2 with gsettings 36/11736/1
authormunkyu.im <munkyu.im@samsung.com>
Mon, 4 Nov 2013 06:29:35 +0000 (15:29 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Mon, 4 Nov 2013 06:29:35 +0000 (15:29 +0900)
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 <munkyu.im@samsung.com>
package/changelog
package/pkginfo.manifest
tizen/src/osutil-linux.c

index 74ca64d..5f715fa 100644 (file)
@@ -1,3 +1,6 @@
+* 1.6.1
+- use gsettings instead of gconftool-2
+== Munkyu Im <munkyu.im@samsung.com> 2013-11-04
 * 1.6.0
 - keep the touch point grabbing while finger rearranging
 == GiWoong Kim <giwoong.kim@samsung.com> 2013-10-29
index 8831afd..37c8ef2 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.6.0
+Version: 1.6.1
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator
 
index 91ca6c7..6d5068b 100644 (file)
@@ -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] = {