Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-04-12 Thread lionel
> would be good: > > -create a GIT repo in git.sugarlabs.. to put the versions of the activity and improve > the patch/fixes.. > -update the style of bars in the activity "launcher" (at the begin) > -upload a new version to aslo with this fixes and others fixes Hmmm, yes it’s what we s

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-04-10 Thread Alan Jhonn Aguiar Schwyn
> From: lio...@olpc-france.org > To: dwnarv...@gmail.com > Date: Fri, 29 Mar 2013 18:11:53 +0100 > CC: alan...@hotmail.com; sugar-devel@lists.sugarlabs.org; gonz...@laptop.org > Subject: Re: [Sugar-devel] Tuxmath on 0.96+ mystery > > > YEEESSS I GOT IT !!! >

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-29 Thread lionel
YEEESSS I GOT IT !!! Here [1] is the patched version of Tuxmath that work on Sugar 0.96+ (*) ! To sum up the thread, there was 3 issues: - In activity.info, the property "service_name" should be renamed "bundle_id", - In activity.info, the property value "exec" should NOT be prefixed by "su

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-28 Thread Daniel Narvaez
On 29 March 2013 00:03, wrote: > >> It means TUXMATH_SCRIPT is unset. As I said the tuxmath-activity script > does more than running sugar-activity, including setting TUXMATH_SCRIPT. > > Yes but I've tried to force the value with no more success. The > "/home/olpc/.sugar/default/org.ceibaljam.Tux

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-28 Thread lionel
> It means TUXMATH_SCRIPT is unset. As I said the tuxmath-activity script does more than running sugar-activity, including setting TUXMATH_SCRIPT. Yes but I've tried to force the value with no more success. The "/home/olpc/.sugar/default/org.ceibaljam.Tuxmath/tux_homedir/..." was not created. So

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-28 Thread Daniel Narvaez
On 28 March 2013 23:21, Lionel Laské wrote: > >>I don't have an explanation for the installation thing, but that error is > caused by your exec line which is incorrect. sugar-activity expects the > "path" to a class as >> first argument, not the name of a script. > > Okay. I've changed the activit

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-28 Thread Daniel Narvaez
On 28 March 2013 22:12, wrote: > 4) Launch the app, it don’t work: the error is pretty the same: > > > > Traceback (most recent call last): > > File "/usr/bin/sugar-activity", line 154, in > >main() > > File "/usr/bin/sugar-activity", line 110, in main > >class_name = splitted_module[1]

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-28 Thread lionel
> Don't have sense that works if you patch after install and not if already patched. > The log says anything? and the shell.log? I know it don’t have sense. It’s why I’ve already spent hours on this problem… I’ve worked again on it today. Here some other information: As I said, the wor

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-28 Thread Simon Schampijer
On 03/27/2013 11:03 PM, Gonzalo Odiard wrote: Another option is use http://dev.laptop.org/~gonzalo/nicaragua/Tuxmath-3.xo and tuxmath packaged in fedora. Gonzalo Ok, the AND is important here. Would be good to write down the clear steps to get this into a build. The no-sound option on the l

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-28 Thread lionel
>> exec = sugar-activity tuxmath-activity >> >> Once this correction done, the activity works normally ! > > I don't believe you :P > > The correct exec line is > > exec = sugar-activity activity.TuxmathStart You must believe me ! Try to do this: 1) Install official 12.1.0 on an XO-1 or XO-1.5 2)

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread Gonzalo Odiard
On Wed, Mar 27, 2013 at 7:55 PM, wrote: > Gonzalo > > Thanks, Tuxmath on 0.96+ is a problem for the East Timor deployment. I > want to be clear what you are recommending, before I pass the info on to > them. > > Install your Tuxmath version and sudo yum install tuxmath > Is that right? > Yes.

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread Daniel Narvaez
On 28 March 2013 00:39, Daniel Narvaez wrote: > On 28 March 2013 00:32, Daniel Narvaez wrote: >> Actually, I don't need to change the exec line at all (and doing so >> probably breaks things because tuxmath-activity does a lot more). >> Renaming service_name to bundle_id is enough to make it work

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread Daniel Narvaez
On 28 March 2013 00:32, Daniel Narvaez wrote: > Actually, I don't need to change the exec line at all (and doing so > probably breaks things because tuxmath-activity does a lot more). > Renaming service_name to bundle_id is enough to make it work on 0.98 > for me. Or at least it's enough to get t

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread Daniel Narvaez
On 28 March 2013 00:24, Daniel Narvaez wrote: > On 27 March 2013 22:49, wrote: >> To: >> >> bundle_id = org.ceibaljam.Tuxmath >> >> exec = sugar-activity tuxmath-activity >> >> >> >> Once this correction done, the activity works normally ! > > I don't believe you :P > > The correct exec line is

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread Daniel Narvaez
On 27 March 2013 22:49, wrote: > To: > > bundle_id = org.ceibaljam.Tuxmath > > exec = sugar-activity tuxmath-activity > > > > Once this correction done, the activity works normally ! I don't believe you :P The correct exec line is exec = sugar-activity activity.TuxmathStart > For a very stran

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread forster
Gonzalo Thanks, Tuxmath on 0.96+ is a problem for the East Timor deployment. I want to be clear what you are recommending, before I pass the info on to them. Install your Tuxmath version and sudo yum install tuxmath Is that right? Or is the "tuxmath packaged in fedora" already part of Sugar 0.96

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread Alan Jhonn Aguiar Schwyn
file "BUILD.txt" that explain step by step the process).And maybe there are an update to TuxMath 1.7.2. One thing to add: save scores. Regards! Alan Date: Wed, 27 Mar 2013 19:03:47 -0300 From: gonz...@laptop.org To: lio...@olpc-france.org CC: sugar-devel@lists.sugarlabs.org Subject: Re: [Sugar

Re: [Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread Gonzalo Odiard
Another option is use http://dev.laptop.org/~gonzalo/nicaragua/Tuxmath-3.xo and tuxmath packaged in fedora. Gonzalo On Wed, Mar 27, 2013 at 6:49 PM, wrote: > Hi all, > > ** ** > > Tuxmath activity is a Sugar best seller. Unfortunately it not works on > 0.96+ :-( > > The issue is related

[Sugar-devel] Tuxmath on 0.96+ mystery

2013-03-27 Thread lionel
Hi all, Tuxmath activity is a Sugar best seller. Unfortunately it not works on 0.96+ :-( The issue is related to “activity.info”. So, to fix the activity you just had to download/install the latest version here [1]. Then open Terminal activity and update the “activity.info” file into “Activit