merge with master tizen tizen_2.1 2.1b_release accepted/tizen/20130530.172201 accepted/tizen/20130607.151958 accepted/tizen_2.1/20130425.020457 submit/tizen/20130530.175746 submit/tizen/20130606.194702 submit/tizen_2.1/20130424.222848
authorJinkun Jang <jinkun.jang@samsung.com>
Fri, 15 Mar 2013 16:03:29 +0000 (01:03 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Fri, 15 Mar 2013 16:03:29 +0000 (01:03 +0900)
common/startx
common/xinitrc
packaging/xorg-server-configs-mfld-blackbay.changes

index c7d1c21..308059f 100755 (executable)
@@ -2,7 +2,7 @@
 
 DISPLAY=":0"
 XORG_CONF=" -config /etc/X11/xorg.conf -configdir /etc/X11/xorg.conf.d "
-OTHER_OPTIONS=" -ac -noreset -r +accessx 0 vt07 -nocursor -sharevts"
+OTHER_OPTIONS=" -ac -noreset -r +accessx 0 vt07 -nocursor -sharevts +dpmsphone "
 
 udevadm trigger --subsystem-match=input &
 
index 21a2d8c..499eb9c 100755 (executable)
@@ -11,6 +11,11 @@ fi
 
 /usr/bin/scim -d &
 
+# Link .e
+if [ ! -d ${HOME}/.e ]; then
+       ln -s /opt/home/root/.e ${HOME}/.e
+fi
+
 # set dpi
 if [ -x /usr/bin/xrdb ]; then
        if [ -e ~/.Xresources ]; then
@@ -20,13 +25,4 @@ if [ -x /usr/bin/xrdb ]; then
        fi
 fi
 [ -x /usr/bin/rotate.sh ] && /usr/bin/rotate.sh
-
-# Copy .e directory if not exist
-export HOME=/opt/home/app
-
-if [ ! -d ${HOME}/.e ]; then
-        cp -rf /opt/home/root/.e ${HOME}/.e
-        chown -R app:app ${HOME}/.e
-fi
-
-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
+/usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it &
index 333ed08..6357175 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Feb 25 2013 Ilkka Aulomaa <ilkkax.aulomaa@intel.com> submit/tizen_2.0/20121221.184847@1ac811f
+- Fix for TDIS-4183. Take dpmsphone option in usage for PR3.
+
 * Wed Oct 24 2012 Chengwei Yang <chengwei.yang@intel.com> - 0.0.1
 - start system-server here raised a issue TZSP-3442