[etoys-dev] [SVN][657] use composition input for bn, gu, hi, kn, ml, mr, ta, te, sa ( SQ-850)

commits at etoys.squeak.org commits at etoys.squeak.org
Wed Oct 13 04:54:46 EDT 2010


Repository: http://etoys.squeak.org/svn

Revision: 657
Author:   bf
Date:     2010-10-13 08:54:44 +0000 (Wed, 13 Oct 2010)
Log Message:
-----------
use composition input for bn, gu, hi, kn, ml, mr, ta, te, sa (SQ-850)

Modified Paths:
--------------
    trunk/VM/to-go/etoys.sh

-------------- next part --------------
Modified: trunk/VM/to-go/etoys.sh
===================================================================
--- trunk/VM/to-go/etoys.sh	2010-10-13 08:20:26 UTC (rev 656)
+++ trunk/VM/to-go/etoys.sh	2010-10-13 08:54:44 UTC (rev 657)
@@ -76,8 +76,17 @@
 fi
 
 # if we are running in X11, enable shared memory for speed
+# and compositioninput 
 if [ -n "$DISPLAY" ] ; then
     VMOPTIONS="$VMOPTIONS -vm-display-x11 -xshm"
+    case "$LANG" in 
+        bn* | gu* | hi* | kn* | ml* | mr* | ta* | te* | sa* )
+            case "$LANG" in
+                *.[uU][tT][fF]-8 | *.[uU][tT][fF]8)
+                    VMOPTIONS="$VMOPTIONS -compositioninput" ;;
+            esac
+        ;;
+    esac
 fi
 
 # if pulseaudio is running, fall back to OSS


More information about the etoys-dev mailing list