Re: [Sugar-devel] "make" command to just build :)

2012-10-11 Thread Ajay Garg
Ping :) If there is no such capability (yet), even then please let know. At least I won't be kept waiting. On Wed, Oct 10, 2012 at 7:25 PM, Ajay Garg wrote: > Hi Daniel. > > What is the equivalent command for "./sugar-jhbuild build -n -a --clean", > for sugar-build? > More importantly, I just w

Re: [Sugar-devel] How to enable spellchecking on Write Activity?

2012-10-11 Thread Coltivare Fiori
On 10/10/2012 22:56, Gonzalo Odiard wrote: > We are porting Write to a newer version of abiword. > No more features will be developed in Write for sugar 0.96 > > Gonzalo > OK, but do you think that the Abiword that you're working upon may have some "embedded" capabilities for spellchecking, or w

[Sugar-devel] [PORT TO GTK3] Write

2012-10-11 Thread Ignacio Rodríguez
I'm trying to do the port to GTK3 Writing and at completion and run the activity returns me this -- Juan Ignacio Rodríguez CeibalJAM! Activity Central org.laptop.AbiWordActivity-1.log Description: Binary data ___ Sugar-devel mailing list Sugar-devel@l

Re: [Sugar-devel] [ASLO] Release Terminal-41

2012-10-11 Thread Manuel Quiñones
2012/10/10 Agustin Zubiaga Sanchez : > Hi all again, > Manu, I think that we can get the maxium number of tabs based on the width > of the screen > What do you think? Yes Agus, I think six for the XO screen width can be a good number. -- .. manuq .. __

Re: [Sugar-devel] How to enable spellchecking on Write Activity?

2012-10-11 Thread Coltivare Fiori
On 11/10/2012 12:09, Coltivare Fiori wrote: > On 10/10/2012 22:56, Gonzalo Odiard wrote: >> We are porting Write to a newer version of abiword. >> No more features will be developed in Write for sugar 0.96 >> >> Gonzalo >> > > OK, but do you think that the Abiword that you're working upon may have

[Sugar-devel] index 908ec8d..a2965fe 100755

2012-10-11 Thread Ignacio Rodríguez
def _update(self): active = self._model.get_active_desktop() -self._active_desktop_label.set_markup("" + _("Active desktop environment: ") -+ "" + active + "") -self._active_desktop_label.show() - +if active == 'GNOME': + self

[Sugar-devel] index 908ec8d..a2965fe 100755

2012-10-11 Thread Ignacio Rodríguez
Sorry it's my first time. So errors :( -- Juan Ignacio Rodríguez CeibalJAM! Activity Central ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH]_Switch_Desktop

2012-10-11 Thread Ignacio Rodríguez
def _update(self): active = self._model.get_active_desktop() -self._active_desktop_label.set_markup("" + _("Active desktop environment: ") -+ "" + active + "") -self._active_desktop_label.show() - +if active == 'GNOME': + self

Re: [Sugar-devel] How to enable spellchecking on Write Activity?

2012-10-11 Thread Coltivare Fiori
On 11/10/2012 14:37, Coltivare Fiori wrote: > On 11/10/2012 12:09, Coltivare Fiori wrote: >> On 10/10/2012 22:56, Gonzalo Odiard wrote: >>> We are porting Write to a newer version of abiword. >>> No more features will be developed in Write for sugar 0.96 >>> >>> Gonzalo >>> >> >> OK, but do you thi

[Sugar-devel] [VERY FRUSTRATING] sugar-build requires reboot of the laptop

2012-10-11 Thread Ajay Garg
Hi Daniel. I belive the only way to exit a sugar-build, is by clicking on "Logout" on the User-XO-Palette popup. (Alt-Tab does not work, at least in Fdora-17). Very (yes, VERY) often, the laptop just hangs, without killing the shell. The only way to resume is to reboot -- surely very frustratibg

Re: [Sugar-devel] [VERY FRUSTRATING] sugar-build requires reboot of the laptop

2012-10-11 Thread Manuel Kaufmann
On Thu, Oct 11, 2012 at 10:46 AM, Ajay Garg wrote: > a) > Is there a way to NOT run sugar-build in fullscreen? If yes, then we could > simply kill the process by clicking on "x" icon in the process window of > sugar-build. A quick reply. Take a look at this link. That is what I'm using to run Sug

Re: [Sugar-devel] [PORT TO GTK3] Write

2012-10-11 Thread Gonzalo Odiard
Hi Ignacio, Write is already ported, but we have a dependency on a new abiword, and is not packaged yet, then is a particular difficult area right now. I hope we will have this solved the next week. If you want see what other activity need port, you can see here http://wiki.laptop.org/go/Activitie

Re: [Sugar-devel] [PORT TO GTK3] Write

2012-10-11 Thread Chris Leonard
On Thu, Oct 11, 2012 at 11:10 AM, Gonzalo Odiard wrote: > Hi Ignacio, > Write is already ported, but we have a dependency on a new abiword, > and is not packaged yet, then is a particular difficult area right now. > I hope we will have this solved the next week. > > If you want see what other acti

Re: [Sugar-devel] sugar-build requires reboot of the laptop

2012-10-11 Thread Ajay Garg
Thanks Manuel. I could not get it working though :-\, as I don't undertsand how the port-number (99, or 6000) are related to sugar-build. But Good News I was looking for something like "Ctrl + Alt + Fn + F1" and "Ctrl + Alt + Fn + F2"; it surely saved lots of my time !!! So, Ajay is ha

Re: [Sugar-devel] [VERY FRUSTRATING] sugar-build requires reboot of the laptop

2012-10-11 Thread Daniel Narvaez
Ctrl-alt-del should shut it down. Also you can run in a window if you prefer, see README. On Thursday, 11 October 2012, Ajay Garg wrote: > Hi Daniel. > > I belive the only way to exit a sugar-build, is by clicking on "Logout" on > the User-XO-Palette popup. (Alt-Tab does not work, at least in Fdo

Re: [Sugar-devel] "make" command to just build :)

2012-10-11 Thread Daniel Narvaez
There is not an exact equivalent right now. "make clean" will do something similar, but then "make build" will try to fetch new code. Can you elaborate on the use case? Do you want to be able to build clean without a network or? On Thursday, 11 October 2012, Ajay Garg wrote: > Ping :) > > If the

Re: [Sugar-devel] [VERY FRUSTRATING] sugar-build requires reboot of the laptop

2012-10-11 Thread Ajay Garg
On Thu, Oct 11, 2012 at 9:47 PM, Daniel Narvaez wrote: > Ctrl-alt-del should shut it down. Fab !!! > Also you can run in a window if you prefer, see README. Not necessary :P > > > On Thursday, 11 October 2012, Ajay Garg wrote: > >> Hi Daniel. >> >> I belive the only way to exit a suga

Re: [Sugar-devel] "make" command to just build :)

2012-10-11 Thread Ajay Garg
On Thu, Oct 11, 2012 at 9:57 PM, Daniel Narvaez wrote: > There is not an exact equivalent right now. "make clean" will do something > similar, but then "make build" will try to fetch new code. > > Can you elaborate on the use case? Do you want to be able to build clean > without a network or? >

Re: [Sugar-devel] "make" command to just build :)

2012-10-11 Thread Daniel Narvaez
make build-modulename should work. So make build-sugar in your case. (I should add something about this in the readme, being a very common use case). Another approach is to "make shell" and then make/make install inside build/sugar. On Thursday, 11 October 2012, Ajay Garg wrote: > > > On Thu, Oct

Re: [Sugar-devel] [PORT TO GTK3] Write

2012-10-11 Thread Gonzalo Odiard
> > > Ignacio, > > I would suggest starting on a simpler one like Ruler (ask Walter > Bender) +1 > or ask the Activity Central Team if Anish needs some help with > TamTam. > > TamTam is a little monster, is not easy at all. Gonzalo > cjl > ___ Su

Re: [Sugar-devel] [PORT TO GTK3] Write

2012-10-11 Thread Ignacio Rodríguez
TamTam is untouchable 2012/10/11 Gonzalo Odiard > >> Ignacio, >> >> I would suggest starting on a simpler one like Ruler (ask Walter >> Bender) > > > +1 > > >> or ask the Activity Central Team if Anish needs some help with >> TamTam. >> >> > TamTam is a little monster, is not easy at all. > > Go

Re: [Sugar-devel] index 908ec8d..a2965fe 100755

2012-10-11 Thread Gonzalo Odiard
What is the problem you are trying to solve? Can you explain? Gonzalo On Thu, Oct 11, 2012 at 9:38 AM, Ignacio Rodríguez wrote: > def _update(self): > active = self._model.get_active_desktop() > -self._active_desktop_label.set_markup("" + _("Active desktop > environment: ")

[Sugar-devel] translate.sugarlabs.org unbearably slow

2012-10-11 Thread Bastien
Hi, I wanted to help with the translation but the server is very slow, if not completely unresponsive sometimes. Is it just me? Anything that can be done to improve the situation? Thanks, -- Bastien ___ Sugar-devel mailing list Sugar-devel@lists.s

Re: [Sugar-devel] translate.sugarlabs.org unbearably slow

2012-10-11 Thread Chris Leonard
On Thu, Oct 11, 2012 at 3:20 PM, Bastien wrote: > Hi, > > I wanted to help with the translation but the server is very slow, > if not completely unresponsive sometimes. > > Is it just me? > > Anything that can be done to improve the situation? > > Thanks, > > -- > Bastien Several steps are bein

Re: [Sugar-devel] translate.sugarlabs.org unbearably slow

2012-10-11 Thread Bastien
Chris Leonard writes: > Several steps are being taken to improve the situation with Pootle > slowness. Thanks for the detailed information. I thought these was just some temporary hicups, but I guess those are probably related to the current situation. And I'm glad to know there is a plan to i

Re: [Sugar-devel] translate.sugarlabs.org unbearably slow

2012-10-11 Thread Chris Leonard
There is always working off-line with Virtaal, which is an excellent option. cjl On Thu, Oct 11, 2012 at 4:22 PM, Bastien wrote: > Chris Leonard writes: > >> Several steps are being taken to improve the situation with Pootle >> slowness. > > Thanks for the detailed information. > > I thought th

[Sugar-devel] Write activity for Abiword-2.9.x/GTK3

2012-10-11 Thread Daniel Drake
Hi Gonzalo, Is there Write activity code available for abiword-2.9.x/GTK3 or is this yet to be done? Thanks Daniel ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] (Unconfirmed) Building error on Sugar Build

2012-10-11 Thread S. Daniel Francis
Last day I migrated my system to Trisquel. I know Trisquel isn't supported by Sugar Build, but it has the same package names as Ubuntu, so I tested editing the file which checks the distribution and I replaced the variable which checks the distro to 'ubuntu'. All the dependencies were installed. Bu

Re: [Sugar-devel] Write activity for Abiword-2.9.x/GTK3

2012-10-11 Thread Gonzalo Odiard
Just pushed to git.sugarlabs.org:write master Gonzalo On Thu, Oct 11, 2012 at 5:49 PM, Daniel Drake wrote: > Hi Gonzalo, > > Is there Write activity code available for abiword-2.9.x/GTK3 or is > this yet to be done? > > Thanks > Daniel > ___ Sugar-de

Re: [Sugar-devel] [ASLO] Release Jukebox-28

2012-10-11 Thread Gonzalo Odiard
Done http://download.sugarlabs.org/sources/sucrose/fructose/Jukebox/Jukebox-28.tar.bz2:) Gonzalo On Thu, Oct 11, 2012 at 3:28 AM, Peter Robinson wrote: > Can I have a tar ball please :) > > On Wed, Oct 10, 2012 at 5:23 PM, Sugar Labs Activities > wrote: > > Activity Homepage: > > http://activit

[Sugar-devel] [ASLO] Release Dimensions (AKA Visual Match)-43

2012-10-11 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4246 Sugar Platform: 0.98 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28276/visual_match-43.xo Release notes: 43 BUG FIX: * Fixed name change in radio button (#4028) 41 ENHANCEMENTS: * GTK-3 version * Added summa

Re: [Sugar-devel] translate.sugarlabs.org unbearably slow

2012-10-11 Thread Bastien
Chris Leonard writes: > There is always working off-line with Virtaal, which is an excellent > option. Thanks for the pointer (I'm using po-mode in Emacs, which is good enough.) -- Bastien ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] translate.sugarlabs.org unbearably slow

2012-10-11 Thread Chris Leonard
On Thu, Oct 11, 2012 at 6:51 PM, Bastien wrote: > Chris Leonard writes: > >> There is always working off-line with Virtaal, which is an excellent >> option. > > Thanks for the pointer (I'm using po-mode in Emacs, which is good > enough.) The Virtaal package is made by the same developers as Poo

Re: [Sugar-devel] translate.sugarlabs.org unbearably slow

2012-10-11 Thread Bastien
Chris Leonard writes: > http://translate.sourceforge.net/wiki/virtaal/index > > The pofilter checks are very useful as quality checks. Both the local > translation memory and the on-line lookup translation memory for > offering suggestions can be great aids in productivity and > consistency. I'

Re: [Sugar-devel] "make" command to just build :)

2012-10-11 Thread Ajay Garg
On Thu, Oct 11, 2012 at 11:08 PM, Daniel Narvaez wrote: > make build-modulename should work. So make build-sugar in your case. It kind of works, but only on a pseudo-basis. 1) "make build-sugar" does try to fetch remotely; however, it just hangs. 2) So, I do "Ctrl + C". 3) That brings us to t

Re: [Sugar-devel] (Unconfirmed) Building error on Sugar Build

2012-10-11 Thread Daniel Narvaez
Nope it doesn't happen on Fedora and Ubuntu. Looks like your distro has too old versions of those packages. On Thursday, 11 October 2012, S. Daniel Francis wrote: > Last day I migrated my system to Trisquel. I know Trisquel isn't > supported by Sugar Build, but it has the same package names as Ub

Re: [Sugar-devel] "make" command to just build :)

2012-10-11 Thread Daniel Narvaez
I had a look to the code and, you are right, it does use the network. Maybe it shouldn't and we could add a separate update-. Or maybe we should suggest to use the "make shell" approach for this. Not quite sure... On Friday, 12 October 2012, Ajay Garg wrote: > > > On Thu, Oct 11, 2012 at 11:08 PM