From: Taejeong Lee Date: Tue, 15 Jan 2013 01:54:04 +0000 (+0900) Subject: Fix for launching webapp problem. X-Git-Tag: 2.1b_release~22^2~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba45b4c5e9a4a7008f5a8243d574363673cdf7ca;p=platform%2Fframework%2Fweb%2Fwrt.git Fix for launching webapp problem. [Issue#] N/A [Problem] Launching webapp failed [Cause] Changing cmdLine routine was failed on wrt_launchpad_daemon. [Solution] Change to launch wrt_launchpad_daemon with sufficient argument. Change-Id: I3bf9580ca8f0c4a17157350e5f634a65d0cc803d --- diff --git a/packaging/wrt_launchpad_daemon@.service b/packaging/wrt_launchpad_daemon@.service index b3bdc33..dca9a0a 100644 --- a/packaging/wrt_launchpad_daemon@.service +++ b/packaging/wrt_launchpad_daemon@.service @@ -6,7 +6,7 @@ EnvironmentFile=/etc/sysconfig/tizen-mobile-ui Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket Environment=DISPLAY=:0 Environment=XDG_RUNTIME_DIR=/run/user/%I -ExecStart=/usr/bin/wrt_launchpad_daemon +ExecStart=/usr/bin/wrt_launchpad_daemon " " KillSignal=SIGKILL [Install]