rollback: use su again 51/9051/1
authorSooChan Lim <sc1.lim@samsung.com>
Sun, 14 Apr 2013 05:45:11 +0000 (14:45 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 2 Sep 2013 08:05:04 +0000 (17:05 +0900)
Change-Id: Ic6af6a721e6ad5eef7acbccc88e433332810f96b

arm-common/xinitrc

index 58b7924..e67b2cb 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`
+#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} &
 
-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