From 3a3186321c171b2800c47e65a82208026bfb196d Mon Sep 17 00:00:00 2001 From: Wonkeun Oh Date: Thu, 14 May 2015 17:53:15 +0900 Subject: [PATCH] Set the DISPLAY environment value because of helper-launcher crash issue. Change-Id: I4e1ca48764a26427b65263bafcc7016c1ecc6bf1 --- ism/modules/frontend/scim_socket_frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ism/modules/frontend/scim_socket_frontend.cpp b/ism/modules/frontend/scim_socket_frontend.cpp index a253eb9..ce3dd68 100644 --- a/ism/modules/frontend/scim_socket_frontend.cpp +++ b/ism/modules/frontend/scim_socket_frontend.cpp @@ -223,7 +223,7 @@ void SocketFrontEnd::run_helper (const Socket &client) m_send_trans.put_command (SCIM_TRANS_CMD_FAIL); return; } - ISF_SAVE_LOG ("uuid(%s)\n", uuid.c_str ()); + ISF_SAVE_LOG ("uuid(%s), config(%s), display(%s)\n", uuid.c_str (), config.c_str (), display.c_str ()); for (size_t i = 0; i < __helpers.size (); ++i) { if (__helpers [i].first.uuid == uuid && __helpers [i].second.length ()) { -- 2.7.4