do not use su command 52/9052/1
authorSooChan Lim <sc1.lim@samsung.com>
Sun, 14 Apr 2013 06:40:38 +0000 (15:40 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 2 Sep 2013 08:05:04 +0000 (17:05 +0900)
Change-Id: If655921f3f1f73c52f0d2631b7b1bb28beebd684

arm-common/xinitrc

index e67b2cb..d08ab20 100755 (executable)
@@ -19,9 +19,9 @@ if [ ! -d ${HOME}/.e ]; then
        chown -R app:app ${HOME}/.e
 fi
 
-#E17_USER=`id -u app`
-#E17_GROUP=`id -g app`
-#HOME=/opt/home/app USER=app /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it -user ${E17_USER} -group ${E17_GROUP} &
+E17_USER=`id -u app`
+E17_GROUP=`id -g app`
+HOME=/opt/home/app USER=app /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it -user ${E17_USER} -group ${E17_GROUP} &
 
-su -c "HOME=/opt/home/app /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it &" -l app
+#su -c "HOME=/opt/home/app /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it &" -l app