From: Jin Yoon Date: Fri, 22 Mar 2013 04:38:43 +0000 (+0900) Subject: ELM_ENGINE : software_x11 in Emulator X-Git-Tag: submit/tizen_2.1/20130424.223356~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c1beab18f9e376e2be4c3f566a9da1f922c2d84;p=apps%2Fhome%2Fmenu-screen.git ELM_ENGINE : software_x11 in Emulator --- diff --git a/src/menu_screen.c b/src/menu_screen.c index 411768d..f139d06 100644 --- a/src/menu_screen.c +++ b/src/menu_screen.c @@ -548,6 +548,7 @@ int main(int argc, char *argv[]) if (_is_emulator_on()) { _D("ELM_ENGINE is set as [software_x11]"); + setenv("ELM_ENGINE", "software_x11", 1); } else { buf = vconf_get_str(MENU_SCREEN_ENGINE); if (buf) {