add environment variable for X11 in scim.service 16/39016/1 accepted/tizen/mobile/20150507.081754 accepted/tizen/tv/20150507.081611 accepted/tizen/wearable/20150507.081710 submit/tizen_mobile/20150507.050451 submit/tizen_tv/20150507.050424 submit/tizen_wearable/20150507.050438
authorSungwook Park <sungwook79.park@samsung.com>
Thu, 7 May 2015 04:47:53 +0000 (13:47 +0900)
committerSungwook Park <sungwook79.park@samsung.com>
Thu, 7 May 2015 04:47:53 +0000 (13:47 +0900)
Change-Id: I6d5205242979b3f65092d85f02a8f25c650ec304

ism/extras/efl_wsc/isf_wsc_context.cpp
scim.service

index 7e61599e2144286791b6c9ef0aaaa79ea8add578..595a8d6f38132cbdced0173a20e2ad6ff2f6b57d 100644 (file)
@@ -2050,7 +2050,6 @@ initialize (void)
             }
             for (it = helper_list.begin (); it != helper_list.end (); it++)
                 load_engine_list.push_back (*it);
-            //const char *new_argv [] = { "--no-stay", 0 };
             const char *new_argv [] = { 0 };
             scim_launch (true,
                          config_module_name,
index da38f9174a71a7df384f9d190521ceaff13752d5..d6f90c2c3ea5c57fb9a2f42ba1e6e53992329922 100644 (file)
@@ -6,7 +6,7 @@ Requires=enlightenment.service
 [Service]
 #ExecStart=/usr/bin/scim -d
 ExecStart=/usr/bin/isf-wsc-efl
-Environment="HOME=%h" "XDG_RUNTIME_DIR=/run/display" USE_OZONE_WAYLAND_VKB=1 OZONE_WAYLAND_USE_XDG_SHELL='defined'
+Environment="DISPLAY=:0.0" "HOME=%h" "XDG_RUNTIME_DIR=/run/display" USE_OZONE_WAYLAND_VKB=1 OZONE_WAYLAND_USE_XDG_SHELL='defined'
 EnvironmentFile=-/run/tizen-system-env
 Nice=5
 Restart=always