Re: [Sugar-devel] getting image from gStreamer

2014-07-20 Thread James Cameron
On Mon, Jul 21, 2014 at 11:14:16AM +0530, Puneet Kaur wrote: > > > > On Mon, Jul 21, 2014 at 10:56 AM, James Cameron wrote: > > On Mon, Jul 21, 2014 at 02:07:15AM +0530, Puneet Kaur wrote: > > Hey all, > > > > I was able to get the webcam stream using gStreamer through this : >

Re: [Sugar-devel] getting image from gStreamer

2014-07-20 Thread Puneet Kaur
On Mon, Jul 21, 2014 at 10:56 AM, James Cameron wrote: > On Mon, Jul 21, 2014 at 02:07:15AM +0530, Puneet Kaur wrote: > > Hey all, > > > > I was able to get the webcam stream using gStreamer through this : > > > > self.src = Gst.ElementFactory.make('autovideosrc', None) > > self.s

Re: [Sugar-devel] getting image from gStreamer

2014-07-20 Thread James Cameron
On Mon, Jul 21, 2014 at 02:07:15AM +0530, Puneet Kaur wrote: > Hey all, > > I was able to get the webcam stream using gStreamer through this : > >         self.src = Gst.ElementFactory.make('autovideosrc', None) >         self.sink = Gst.ElementFactory.make('autovideosink', None) > >         (an

Re: [Sugar-devel] [Design] Bulletin Board - Design Review

2014-07-20 Thread Gonzalo Odiard
The main toolbar should not b used for this functionality. What you think about use the activity toolbar (the toolbar used to show the title, the description, and the share button) Also, you really need 3 buttons? What are the functions of the *self.board.box_button, self.board.share_button and sel

Re: [Sugar-devel] Running TamTam activities on Fedora 20

2014-07-20 Thread Gonzalo Odiard
Good point. If you find the solution t this, please tell us. Gonzalo On Sun, Jul 20, 2014 at 1:16 AM, Anil Seth wrote: > Incidentally, TamTam activities don't play any sound on x86_64. The log > shows messages like > insert_score_event(): invalid instrument number or name > > I narrowed down t

[Sugar-devel] getting image from gStreamer

2014-07-20 Thread Puneet Kaur
Hey all, I was able to get the webcam stream using gStreamer through this : self.src = Gst.ElementFactory.make('autovideosrc', None) self.sink = Gst.ElementFactory.make('autovideosink', None) (and more related corde...) but how to modify in order to store the image (on

Re: [Sugar-devel] Pootle SOS

2014-07-20 Thread Walter Bender
Tuesday works for me... not Thursday :( -walter On Sun, Jul 20, 2014 at 2:39 PM, Bernie Innocenti wrote: > On 07/20/2014 02:15 PM, Bernie Innocenti wrote: > > +rgs, +icarito (both of which expressed interest in supporting Pootle) > > > > > > On 07/20/2014 01:36 PM, Martin Abente wrote: > >> He

Re: [Sugar-devel] Pootle SOS

2014-07-20 Thread Martin Abente
I am OK with Tue 22 at 15:00 UTC. On Sun, Jul 20, 2014 at 2:39 PM, Bernie Innocenti wrote: > On 07/20/2014 02:15 PM, Bernie Innocenti wrote: > > +rgs, +icarito (both of which expressed interest in supporting Pootle) > > > > > > On 07/20/2014 01:36 PM, Martin Abente wrote: > >> Hello everyone,

Re: [Sugar-devel] Pootle SOS

2014-07-20 Thread Bernie Innocenti
On 07/20/2014 02:15 PM, Bernie Innocenti wrote: > +rgs, +icarito (both of which expressed interest in supporting Pootle) > > > On 07/20/2014 01:36 PM, Martin Abente wrote: >> Hello everyone, >> >> What about investing some minutes this week to talk about Pootle's >> status, what is missing and ho

Re: [Sugar-devel] Python ABC program

2014-07-20 Thread Walter Bender
It maybe just as easy to rewrite some of these as pure Sugar activities, but the glue for migrating PyGame into Sugar is detailed here [1]. Perhaps focusing on games that don't currently have a Sugar equivalent would make the most sense? There are some flash cards (abcdetorium) and a decent memory

Re: [Sugar-devel] Pootle SOS

2014-07-20 Thread Bernie Innocenti
+rgs, +icarito (both of which expressed interest in supporting Pootle) On 07/20/2014 01:36 PM, Martin Abente wrote: > Hello everyone, > > What about investing some minutes this week to talk about Pootle's > status, what is missing and how can we get it back to life? > > I suggest this Wednesday

Re: [Sugar-devel] [SUMMARY] development meeting 18/07/14

2014-07-20 Thread Peter Robinson
> This is a summary of the topics we discussed in our first development > meeting. Logs can be found here [1]. > > Topic #1: What should we do for 0.104? > > Focus on core ideas: > > Fix or re-work collaboration? Cover web activities integration. > Make Sugar more customizable? Get rid of control p

Re: [Sugar-devel] [Design] Bulletin Board - Design Review

2014-07-20 Thread Athar Haque
Thanks for the feedback. I was also thinking about the space issue in the main toolbar. For this I have made the bulletin button as a toggle button which would hide/unhide the other two buttons as well as the bulletin board. So only when the bulletin board is active all the three buttons would take

[Sugar-devel] Pootle SOS

2014-07-20 Thread Martin Abente
Hello everyone, What about investing some minutes this week to talk about Pootle's status, what is missing and how can we get it back to life? I suggest this Wednesday 23 July, 13:00 UTC. Saludos, tch. ___ Sugar-devel mailing list Sugar-devel@lists.sug

Re: [Sugar-devel] [SUMMARY] development meeting 18/07/14

2014-07-20 Thread Bernie Innocenti
On 07/18/2014 12:46 PM, Martin Abente wrote: > Hello everyone, > > This is a summary of the topics we discussed in our first development > meeting. Logs can be found here [1]. > > *Topic #1: What should we do for 0.104?* > > * Focus on core ideas: > o Fix or re-work collaboration? Cover

[Sugar-devel] Python ABC program

2014-07-20 Thread andrew Roger Brookes
I don't know if anyone would be interested but I resurrected the Flashcards ABC program (teach kids the Alphabet)previously available on schoolsplay/childsplay see : http://www.childsplay.mobi Basically the developers allowed me access and use of archive files and suggested integrating it

Re: [Sugar-devel] Notification without activity instance

2014-07-20 Thread Prasoon Shukla
Hmm. I guess I'll just go with option 1 - if other activities are doing that then the user might expect similar behaviour. ᐧ On Sun, Jul 20, 2014 at 2:29 PM, Sam Parkinson wrote: > Hi, > > Three different ideas. > > Number 1: > -- > > Maybe you should do this like the (non-social) h

[Sugar-devel] Fwd: SugarCamp Chia Colombia 2014

2014-07-20 Thread Flavio Danesse
Fotos del Evento ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Notification without activity instance

2014-07-20 Thread Sam Parkinson
Hi, Three different ideas. Number 1: -- Maybe you should do this like the (non-social) help, and not display the option for activities that don't have a form. I'm not sure how possible that would be; depends on your architecture. Number 2: -- Why don't you just do like

Re: [Sugar-devel] Notification without activity instance

2014-07-20 Thread Prasoon Shukla
It's actually just like view source - you can be running any activity and upon pressing the shortcut, the social-help activity is launched. However, if there is no category (in the discourse forum) for currently active activity, then we just want to display a notification saying so. I really would