~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to sugar-bundle/DrGeoII.activity/old-drgeo2-activity

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Author: Bert Freudenberg
 
3
# Purpose: Run etoys using the old Sugar launch procedure which comes
 
4
#          pre-installed on the first mass-produced machines (Trial-3/Ship.1)
 
5
#          The new Sugar (Joyride/Update.1) uses bin/etoys-activity instead.
 
6
#
 
7
# This version of etoys-activity is only called under old Sugar.
 
8
# The old procedure required a dbus factory service:
 
9
 
 
10
exec `dirname $0`/old-drgeo2-factory org.ofset.DrGeoII old-drgeo2-instance
 
11