Use system wide environment using login shell 54/23054/1 accepted/tizen/common/20140616.170328 submit/tizen_common/20140616.165809
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 16 Jun 2014 15:12:14 +0000 (17:12 +0200)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 16 Jun 2014 15:12:14 +0000 (17:12 +0200)
Without /etc/profile is not sourced

Change-Id: Icdb251db87812506ca5144a47fb24aaab9bf5d1c
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
weston-user.service

index f15d574..aa29888 100644 (file)
@@ -3,7 +3,7 @@ Description=Shared weston session
 
 [Service]
 ExecStartPre=/usr/bin/ln -sf /run/display/wayland-0 /run/user/%U/
-ExecStart=/usr/bin/tz-launcher -c /usr/share/applications/tizen/launcher.conf %h/.applications/desktop
+ExecStart=/bin/sh -l -c "/usr/bin/tz-launcher -c /usr/share/applications/tizen/launcher.conf %h/.applications/desktop"
 EnvironmentFile=/etc/sysconfig/weston-user
 
 [Install]