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

« back to all changes in this revision

Viewing changes to ubuntu-session

  • Committer: Tarmac
  • Author(s): Ricardo Mendoza
  • Date: 2012-10-31 10:11:01 UTC
  • mfrom: (7.1.1 ubuntu-session)
  • Revision ID: tarmac-20121031101101-3ni70cqabj9glf3b
Add resolution independence env vars.

Approved by Michael Frey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
if [ "$device" == "ventana" ]; then
60
60
    services="/etc/tablet-services"
 
61
    export GRID_UNIT_PX=10
61
62
else
62
63
    services="/etc/phone-services"
 
64
    export GRID_UNIT_PX=18
63
65
fi
64
66
 
65
67
if [ ! -d "$HOME/.ubuntu-session/logs/" ]; then