Web activities don't work in F18 images because WebKit2 crash.
We added logic in Sugar to use WebKit when a env variabe is set.
I added the following patch when did the 0.102 images,
but forgoten sent it upstream.
This is only needed by images based n F18. No for images using F20 or F22.

-- 
Gonzalo Odiard

SugarLabs - Software for children learning
commit 77b21e294f7365cdbfc9227d5261a17a2a9965b4
Author: Gonzalo Odiard <godi...@gmail.com>
Date:   Tue Jul 29 13:08:34 2014 -0300

    Set env variable to enable compatibility of sugar web activities with F18

diff --git a/modules/sugar/kspost.50.misc.inc b/modules/sugar/kspost.50.misc.inc
index ada788f..b503eda 100644
--- a/modules/sugar/kspost.50.misc.inc
+++ b/modules/sugar/kspost.50.misc.inc
@@ -13,3 +13,8 @@ Serif
 Monospace
 OpenDyslexic
 EOF
+
+# Sugar web activities need use webkit1. we need remove this on F20
+cat > /etc/X11/xinit/xinitrc.d/sugar_web_f18.sh <<EOF
+export SUGAR_USE_WEBKIT1=yes
+EOF
_______________________________________________
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel

Reply via email to