Re: [Sugar-devel] Compatibility with web activities in F18 images

2015-06-03 Thread James Cameron
Thanks, I've pushed this to the v7.0 branch on olpc-os-builder.

-- 
James Cameron
http://quozl.linux.org.au/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Compatibility with web activities in F18 images

2015-06-03 Thread Gonzalo Odiard
Just as a reference, this is the repo and branch where we worked
on the 0.102 images, maybe something else is useful:

https://github.com/sugarlabs/olpc-os-builder/commits/SL102

On Wed, Jun 3, 2015 at 8:10 AM, Gonzalo Odiard 
wrote:

> 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
>



-- 
Gonzalo Odiard

SugarLabs - Software for children learning
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Compatibility with web activities in F18 images

2015-06-03 Thread Gonzalo Odiard
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 
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 <___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel