Disable the process pool mechanism in the web runtime so that web apps
are correctly running as the app user, but at a cost to app startup time
Change-Id: I86dc8679a9942b3c1233d1255f50875281bf8f0f
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
# Add over-riding environment to enable the web runtime to
# run on an IVI image as a different user then the tizen user
+# Some notes on some of the variables:
+# - ELM_THEME is needed in order for the wrt to have visible content
+# - WRT_PROCESS_POOL_DISABLE is a work around for TIVI-2062
cat > /etc/sysconfig/wrt <<EOF
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket
XDG_RUNTIME_DIR=/run/user/5000
ELM_ENGINE=wayland_egl
ECORE_EVAS_ENGINE=wayland_egl
ELM_THEME=tizen-HD-light
+WRT_PROCESS_POOL_DISABLE=1
EOF
# Use the same over-rides for the native prelaunch daemon