diff -Nru ubuntu-touch-session-0.107+14.04.20140401.2/debian/changelog ubuntu-touch-session-0.107+14.04.20140407.1/debian/changelog --- ubuntu-touch-session-0.107+14.04.20140401.2/debian/changelog 2014-04-07 15:56:17.000000000 +0000 +++ ubuntu-touch-session-0.107+14.04.20140407.1/debian/changelog 2014-04-07 15:56:17.000000000 +0000 @@ -1,3 +1,14 @@ +ubuntu-touch-session (0.107+14.04.20140407.1-0ubuntu1) trusty; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Sergio Schvezov ] + * Setting needed UI variables to ~/.profile for dash to pick up. (LP: + #1303774) + + -- Ubuntu daily release Mon, 07 Apr 2014 14:44:52 +0000 + ubuntu-touch-session (0.107+14.04.20140401.2-0ubuntu1) trusty; urgency=medium [ MichaƂ Sawicz ] diff -Nru ubuntu-touch-session-0.107+14.04.20140401.2/ubuntu-touch-session ubuntu-touch-session-0.107+14.04.20140407.1/ubuntu-touch-session --- ubuntu-touch-session-0.107+14.04.20140401.2/ubuntu-touch-session 2014-04-01 22:29:09.000000000 +0000 +++ ubuntu-touch-session-0.107+14.04.20140407.1/ubuntu-touch-session 2014-04-07 14:44:42.000000000 +0000 @@ -21,11 +21,10 @@ export NATIVE_ORIENTATION=${NATIVE_ORIENTATION} # Save in bashrc so that adb picks them up (for autopilot's benefit) -bashrc=$HOME/.bashrc -grep -q GRID_UNIT_PX $bashrc || echo "export GRID_UNIT_PX=${GRID_UNIT_PX}" >> $bashrc -grep -q QTWEBKIT_DPR $bashrc || echo "export QTWEBKIT_DPR=${QTWEBKIT_DPR}" >> $bashrc -grep -q NATIVE_ORIENTATION $bashrc || echo "export NATIVE_ORIENTATION=${NATIVE_ORIENTATION}" >> $bashrc - +dot_profile=$HOME/.profile +grep -q GRID_UNIT_PX $dot_profile || echo "export GRID_UNIT_PX=${GRID_UNIT_PX}" >> $dot_profile +grep -q QTWEBKIT_DPR $dot_profile || echo "export QTWEBKIT_DPR=${QTWEBKIT_DPR}" >> $dot_profile +grep -q NATIVE_ORIENTATION $dot_profile || echo "export NATIVE_ORIENTATION=${NATIVE_ORIENTATION}" >> $dot_profile if [ "$#" -ne 0 ]; then exec $@