Re: [Sugar-devel] triage meeting

2014-04-19 Thread Daniel Narvaez
Hi, issues are per github project, so that would be the component. I think people use labels for priority and bug/enh, see for example https://github.com/bower/bower/issues https://github.com/jshint/jshint/issues On Saturday, 19 April 2014, Gonzalo Odiard godi...@sugarlabs.org wrote: Looks

Re: [Sugar-devel] A Better ASLO

2014-04-19 Thread Daniel Narvaez
What is the advantage of our own comments db? I like the idea of a static web site because it wouldn't have to be hosted etc. of course that might not really scale for long but I think it's still worth considering carefully if we need our own comments thing or we can reuse a web service for that.

Re: [Sugar-devel] A Better ASLO

2014-04-19 Thread Sam Parkinson
Hi, I tried to use one (Disqus) but had issues making it work with the ajax site. A lot of the good looking actual review systems (with stars and all) and a lot of the comment ones, but they cost $. If you have found a good one I'd be happy to use it, but I think we could do some really good

Re: [Sugar-devel] A Better ASLO

2014-04-19 Thread Sai Vineet
We shouldn't use disqus. It shoes ads and promotional content. :( It's best if we make our own comment system. On Apr 19, 2014 4:27 PM, Sam Parkinson sam.parkins...@gmail.com wrote: Hi, I tried to use one (Disqus) but had issues making it work with the ajax site. A lot of the good looking

[Sugar-devel] launching a native python activity window from web activity

2014-04-19 Thread Puneet Kaur
Hello all, I am trying to launch native activity from a webactivity , can you please let me know how it can be done ? I have made a small native python activity (herehttps://github.com/puneetgkaur/pygame_camera) {some basic gui toolbars yet to be included, just a gtk window with a webcam output

Re: [Sugar-devel] launching a native python activity window from web activity

2014-04-19 Thread Sam Parkinson
Hi, Currently there is no clean way to launch any activity from inside any other one! I think someone was working on an intents system, but I don't know the status of that. Sam On Sun, Apr 20, 2014 at 2:38 AM, Puneet Kaur puneet.gk...@gmail.com wrote: Hello all, I am trying to launch

Re: [Sugar-devel] launching a native python activity window from web activity

2014-04-19 Thread Sebastian Silva
Hi, I haven't seen how it does it, but Develop Activity does launch the active activity/project. I dunno if it's clean, but it works! Regards, Sebastian El sáb, 19 de abr 2014 a las 4:54 PM, Sam Parkinson sam.parkins...@gmail.com escribió: Hi, Currently there is no clean way to launch any

Re: [Sugar-devel] launching a native python activity window from web activity

2014-04-19 Thread Sam Parkinson
Ah, the develop activity. It actually has a nice simple hack from jarabe.model import bundleregistry from sugar3.activity import activityfactory registry = bundleregistry.get_registry() bundle = registry.get_bundle(self.bundle.get_bundle_id())

Re: [Sugar-devel] launching a native python activity window from web activity

2014-04-19 Thread Puneet Kaur
Thanks for replying and giving the pointers.I guess strategy for python activity launching another can be made useful and the ideas can be imported for the webactivity as well. On Sun, Apr 20, 2014 at 8:09 AM, Sam Parkinson sam.parkins...@gmail.comwrote: Ah, the develop activity. It actually