From c44df97989710d2829e4e56ca9e5fc6d27a47a92 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Thu, 23 Jul 2015 17:34:12 +0900 Subject: [PATCH] Using aul_launch_app to launch screen-reader Change-Id: I30d2e3405dfe42259e704ad0a1c3ff9e139a6e2e --- bus/at-spi-bus-launcher.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c index 98a0098..08566d6 100644 --- a/bus/at-spi-bus-launcher.c +++ b/bus/at-spi-bus-launcher.c @@ -585,9 +585,7 @@ _launch_screen_reader(A11yBusLauncher *bl) if (kb == NULL) return FALSE; - appsvc_set_operation(kb, APP_CONTROL_OPERATION_SCREEN_READ); - - bl->pid = appsvc_usr_run_service(kb, 0, NULL, NULL, getuid()); + bl->pid = aul_launch_app("org.tizen.screen-reader", kb); if (bl->pid >= 0) { ret = TRUE; } -- 2.7.4