~michael-sheldon/ubuntu-touch-session/fix-1659388

« back to all changes in this revision

Viewing changes to ubuntu-session

  • Committer: Tarmac
  • Author(s): Bill Filler
  • Date: 2012-11-05 20:26:17 UTC
  • mfrom: (8.1.1 ubuntu-session)
  • Revision ID: tarmac-20121105202617-7c9em1xx2nw1owyk
set LANG and LANGUAGE env vars.

Approved by Ricardo Mendoza, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
export HOSTNAME=android
33
33
export SHELL=/system/bin/sh
34
 
export TERM=vt100
 
34
export TERM=linux
35
35
export ANDROID_CACHE=/cache
36
36
export LOOP_MOUNTPOINT=/mnt/obb
37
37
export ASEC_MOUNTPOINT=/mnt/asec
50
50
export ANDROID_ROOT=/system
51
51
export EXTERNAL_STORAGE=/mnt/sdcard
52
52
export QT_PLUGIN_PATH=/opt/qt5/plugins
 
53
export LANG=en_US.UTF-8
 
54
export LANGUAGE=en_US:en
53
55
 
54
56
echo "DBUS_SESSION_BUS_ADDRESS=${DBUS_SESSION_BUS_ADDRESS}" > $HOME/.dbus-session
55
57
echo "DBUS_SESSION_BUS_PID=${DBUS_SESSION_BUS_PID}" >> $HOME/.dbus-session