Fix for launching webapp problem.
authorTaejeong Lee <taejeong.lee@samsung.com>
Tue, 15 Jan 2013 01:54:04 +0000 (10:54 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Tue, 15 Jan 2013 01:58:53 +0000 (10:58 +0900)
[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

packaging/wrt_launchpad_daemon@.service

index b3bdc33..dca9a0a 100644 (file)
@@ -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]