skin: use GTK2 for SWT 4.5
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 31 May 2016 04:10:19 +0000 (13:10 +0900)
committerMunkyu Im <munkyu.im@samsung.com>
Tue, 5 Jul 2016 05:41:51 +0000 (14:41 +0900)
SWT-GTK3 causes skin crash. So we use GTK2 for SWT.

Change-Id: Ideed33f3394c28d54312847bb382531f4de91552
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/scripts/emulator.sh

index 1ad0d42804d0fb6726d9800bd5f7dac9ad09be6e..99e57cd9bf2b191ebd2663c5ed24d81405e3b147 100755 (executable)
@@ -44,6 +44,10 @@ if [ -z $1 ]; then
        fi
 fi
 
+if [ -z $SWT_GTK3 ]; then
+    export SWT_GTK3=0
+fi
+
 # run emulator
 if [ "$WITH_GDB" = "yes" ]; then
        gdb --args "$EMULATOR_BIN_PATH/emulator-x86" "$@"