[Sugar-devel] Fwd: Screenshot feature [GSoC Project]

2016-05-11 Thread Ütkarsh Tiwari
-- Forwarded message -- From: Ütkarsh Tiwari Date: Wed, 11 May 2016 04:24:18 +0530 Subject: Re: [Sugar-devel] Screenshot feature [GSoC Project] To: Tony Anderson Hi Tony, I have re-worked the UI as you requested. Please test it and let me know your suggestions. P.R

Re: [Sugar-devel] Screenshot feature [GSoC Project]

2016-05-12 Thread Ütkarsh Tiwari
this happen? Thanks, Utkarsh Tiwari On 5/11/16, Ütkarsh Tiwari wrote: > -- Forwarded message -- > From: Ütkarsh Tiwari > Date: Wed, 11 May 2016 04:24:18 +0530 > Subject: Re: [Sugar-devel] Screenshot feature [GSoC Project] > To: Tony Anderson > > Hi Tony, >

Re: [Sugar-devel] Beautiful Soup

2016-05-15 Thread Ütkarsh Tiwari
Hi, BeautifulSoup is something I wanted to discuss with you over a long time. I came across it on stackoverflow while searching for a way display the html code inside a webpage. Do we need to integrate it into latest sugar version or will it be automatically moved over to the newer versions?

Re: [Sugar-devel] Beautiful Soup

2016-05-16 Thread Ütkarsh Tiwari
Hi, I found some issues with using BeautifulSoup. If we want to display the prettyfied html/css/js code in the webconsole, it can be done easily. But if we want to save(write) the user code in the .html file using BeautifulSoup, it can also be done but the problem is when we 'reopen' that html

Re: [Sugar-devel] Beautiful Soup

2016-05-16 Thread Ütkarsh Tiwari
Hi Yash, The exactly situation here is that the prettified html code inside the .html file generated(after save) can't be properly parsed by the methods(responsible for extracting js/html/css code from .html file) written by Mr. Richa Sehgal because the prittfied code contains the es

Re: [Sugar-devel] Beautiful Soup

2016-05-16 Thread Ütkarsh Tiwari
st paste the relevant code snippet here > > On Tue, May 17, 2016 at 11:07 AM Ütkarsh Tiwari < > iamutkarshtiw...@gmail.com> wrote: > >> Hi Yash, >>The exactly situation here is that the prettified html >> code inside the .html file generated(afte

Re: [Sugar-devel] Beautiful Soup

2016-05-17 Thread Ütkarsh Tiwari
Hi, I have resolved the issues which I had been facing with prettifying the code on display(webconsole) as well as inside the user's .html file! Will soon share the xo as soon as I fix the other mentioned issues. Thanks, Utkarsh On 5/17/16, Sam Parkinson wrote: > Tony, given that the fiddl

Re: [Sugar-devel] Fwd: GSOC

2016-05-17 Thread Ütkarsh Tiwari
mple. This also supports having a main page with > links to other html files in the same directory ( href='page1.html'>Page 1). > > This is great progress and now we have the opportunity to make sure that > the feature works in various use cases. > > Tony > >

Re: [Sugar-devel] Fwd: GSOC

2016-05-17 Thread Ütkarsh Tiwari
Bender wrote: > I believe it defaults to ~/Documents (outside of sugar-build). > > -walter > > On Tue, May 17, 2016 at 10:48 AM, Ütkarsh Tiwari > > wrote: > >> Hi, >> What is the location of the 'Journal/Documents' folder inside >> sugar-bui

Re: [Sugar-devel] Fwd: GSOC

2016-05-17 Thread Ütkarsh Tiwari
Hi, How can we overwrite(contents) a specific object in Journal? Thanks, Utkarsh On 5/18/16, Ütkarsh Tiwari wrote: > Hi Tony, > In case if the user chooses to overwrite the > contents(code) of the existing project(already saved in Journal), > would you like to ov

Re: [Sugar-devel] Fwd: GSOC

2016-05-17 Thread Ütkarsh Tiwari
May 18, 2016 at 5:02 AM, Ütkarsh Tiwari > wrote: >> Hi, >> How can we overwrite(contents) a specific object in Journal? >> >> Thanks, >> Utkarsh >> >> On 5/18/16, Ütkarsh Tiwari wrote: >>> Hi Tony, >>> In case if th

Re: [Sugar-devel] Help Utkarsh test a Browse activity patch

2016-05-18 Thread Ütkarsh Tiwari
Thank you Dave :) Regards, Utkarsh On May 18, 2016 7:08 PM, "Dave Crossland" wrote: > > Hi > > I wonder if any Sugar developers could spare an hour today to help Utkarsh > test a Browse activity patch? :) > > https://github.com/sugarlabs/browse-activity/pull/24#issuecomment-220027208 > > -- > Ch

Re: [Sugar-devel] GSoC weekly meeting

2016-05-20 Thread Ütkarsh Tiwari
Apologies for missing the meeting. I should have informed beforehand. I was having my lab evaluations at college. Will surely go through the meeting logs. Regards, Utkarsh On 5/20/16, Sebastian Silva wrote: > Guys, missed you today at whe weekly GSoC meeting! > > http://meeting.sugarlabs.org/sug

[Sugar-devel] Documents and Journal paths on sugar-build

2016-05-22 Thread Ütkarsh Tiwari
Hi, I am unable to find the location where the sugar-build stores the Documents and Journal objects. I would also like to know how to copy the external files (.html, .txt, .png, .zip files - outside sugar-build) to Journal or Documents. P.S- I am on Ubuntu 15.04 Thanks, Utkarsh Tiwari ___

[Sugar-devel] Open Source fonts

2016-05-25 Thread Ütkarsh Tiwari
Hi, Could anyone here please suggest any open source fonts which I can use in my acitivities or provide me link to any such open source font store? Thanks, Utkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugar

[Sugar-devel] Need help with 'shutil'

2016-05-28 Thread Ütkarsh Tiwari
Hi, I am trying to zip the contents of a directory using shutil but I am facing some issues. I want to zip the contents present inside 'root/my_folder/' directory to 'root/my_folder.zip'. I am unable to figure what exact commands shall I specify in "shutil.make_archive()" to get this done. Pl

[Sugar-devel] Save As modal dialog

2016-06-01 Thread Ütkarsh Tiwari
Hi, Could anyone here please link me to the 'Save as modal dialog' code which was previously designed and integrated by Mr. Bender in Sugar ? Thanks, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlab

[Sugar-devel] (no subject)

2016-06-10 Thread Ütkarsh Tiwari
Hi, I am trying to prettify html/css code by using beautifulsoup4 but getting an import error -> "No module named bs4 found". Is there any specific way to include a python library in Sugar or could anyone here please help me use bs4 in Sugar? -- Regards, Ü

Re: [Sugar-devel] Hindi L10n

2016-06-11 Thread Ütkarsh Tiwari
r of personal (or deployment) > choice, but it would be great to get > > IKnowIndia done in Hindi. > > Thanks again. > > cjl > -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Error with Gtk.Window

2016-06-13 Thread Ütkarsh Tiwari
property is true!) > > Thanks, > Sam > > On Tue, Jun 14, 2016 at 3:23 PM, Ütkarsh Tiwari > wrote: >> Hi, >> I am getting this(attached below) while trying to set the size of >> the window via set_size(). What could be the po

[Sugar-devel] Error while setting up sugar-build

2016-06-14 Thread Ütkarsh Tiwari
Hi, I am trying to setup a fresh sugar-build on my laptop but getting this error - https://gist.github.com/iamutkarshtiwari/5aa67307562a1e6a45bc795fb3513a43 -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] Error while setting up sugar-build

2016-06-14 Thread Ütkarsh Tiwari
Sorry, I am not able to get you? Thanks, Utkarsh On 6/14/16, Sam Parkinson wrote: > Hi Utkrash, > > What is in the pip log? (usually /tmp/pip*) > > Thanks, > Sam > > On Tue, Jun 14, 2016 at 6:10 PM, Ütkarsh Tiwari > wrote: >> Hi, >> I am trying to

[Sugar-devel] GetBooks activity

2016-06-17 Thread Ütkarsh Tiwari
Hi, Where do GetBooks activity fetches the booklist from? Could anyone please point to the code responsible for generating the booklist in the activity from the online urls? Regards, Utkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sug

[Sugar-devel] XO-1.75

2016-06-23 Thread Ütkarsh Tiwari
Hi, I have an XO-1.75 laptop. I need to install a dependency in it's Gnome Environment via 'sudo yum', for that I need user password which I don't know. Could anyone please help me here, if there are any common passwords assigned to XOs ? -- Reg

Re: [Sugar-devel] [DESIGN] 'Save As' on Activity close.

2016-06-25 Thread Ütkarsh Tiwari
srh Tiwari On 6/25/16, Sebastian Silva wrote: > Interesting! Does 'cancel' dicard? It should be labeled so! I would > assume 'cancel' results in going back to the activity, not closing it. > > Regards, > > Sebastian > > > El 25/06/16 a las 04:45, Ü

Re: [Sugar-devel] [DESIGN] 'Save As' on Activity close.

2016-06-25 Thread Ütkarsh Tiwari
#x27; the activiry doesn't save any document. Regards, Ütkarsh Tiwari On Jun 25, 2016 3:48 PM, "Sam Parkinson" wrote: > Hi Utkrash, > > Here is my 2c: > > * How is this implemented? As part of the sugar-web toolkit? Will you > also write it for sugar-toolkit-gk3? >

[Sugar-devel] Datastore

2016-06-26 Thread Ütkarsh Tiwari
Hi, I want to copy the properties[ 'title', 'filepath', etc] of one jobject to another. How to do that? -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] PyOpenGl

2016-06-27 Thread Ütkarsh Tiwari
Hi, Are the activities written on PyOpenGl supported on Sugar? I am planning on writing one. ;) -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Datastore

2016-06-29 Thread Ütkarsh Tiwari
rlabs.org/go/Development_Team/Almanac/sugar.datastore.datastore > > Tony > > On 06/26/2016 10:18 PM, Ütkarsh Tiwari wrote: >> Hi, >> I want to copy the properties[ 'title', 'filepath', etc] of one >> jobject to another. How to do that? >>

[Sugar-devel] Donation

2016-06-29 Thread Ütkarsh Tiwari
Hi, I would like to donate some amount of my stipend to Sugar Labs. How shall I proceed? -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Donation

2016-07-01 Thread Ütkarsh Tiwari
nsfer out of India. Do you have > a paypal account? > -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Gsettings

2016-07-05 Thread Ütkarsh Tiwari
Hi, I want to set a python boolean value(to True/False) prior to the execution of the python script containing that variable. Is there any way I could do it by making my own custom terminal command to modify the gsettings to modify that variable? -- Regards, Ütkarsh Tiwari

Re: [Sugar-devel] Gsettings

2016-07-06 Thread Ütkarsh Tiwari
Hi Sam, Could you please give me an example from Sugar codebase where 'gsettings' is used to fetch a user defined value into a variable during execution. Regards, Ütkarsh Tiwari On Jul 5, 2016 6:22 PM, "Sam Parkinson" wrote: > Hi Utkrash, > > To the be

Re: [Sugar-devel] Gsettings

2016-07-06 Thread Ütkarsh Tiwari
> installs a GSettings schema, I sadly don't think it is possible for an > activity to have a gsettings schema. > > To set or get a gsettings value, you can use the Gio.Settings api, or the > "gsettings" command line utility. > > Thanks, > Sam > >

[Sugar-devel] Gsettings Schema Error

2016-07-11 Thread Ütkarsh Tiwari
tings('org.sugarlabs.user').get_boolean('resume-activity')* , I get an error message saying - "*Settings gschema 'org.sugarlabs.user' does not contain a key named 'resume-activity'* . Could anyone please help me with this issues? -- Regards, Ütkarsh Tiwari __

Re: [Sugar-devel] Gsettings Schema Error

2016-07-12 Thread Ütkarsh Tiwari
8PM +0530, Ütkarsh Tiwari wrote: > > ... when I am trying to access > > the boolean via 'Gio.Settings('org.sugarlabs.user').get_boolean > > ('resume-activity') , I get an error message saying - "Settings gschema > > 'org.sugarlabs.user' d

[Sugar-devel] [DESIGN] Save As PopUp

2016-07-15 Thread Ütkarsh Tiwari
Hi, Here is Mr. Anderson's suggestion on 'Save As Popup's design. It would be great to have everyone's suggestions and ideas on it. Regards, Ütkarsh Tiwari -- Forwarded message -- From: "Tony Anderson" Date: Jul 15, 2016 10:55 PM Subject: R

[Sugar-devel] GetBooks Offline Support

2016-07-18 Thread Ütkarsh Tiwari
fetch(probably via localhost server) the books from Gutenberg, Rachel collections which I have already downloaded onto my harddisk. Could anyone here please point me in the right direction? -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel

Re: [Sugar-devel] GetBooks Offline Support

2016-07-19 Thread Ütkarsh Tiwari
be a > catalog. Then clicking on one to show the list of books in the right panel. > > Tony > > > On 07/19/2016 08:23 AM, Ütkarsh Tiwari wrote: > > Hi, > I am working on this feature of adding offline support to GetBooks > activity to allow users to connect to s

Re: [Sugar-devel] GetBooks Offline Support

2016-08-01 Thread Ütkarsh Tiwari
ime_type is pre-set. -> http://imgur.com/a/b7vtc Regards, Utkarsh Tiwari On Mon, Jul 18, 2016 at 9:24 PM, Tony Anderson wrote: > Hi, Utkarsh > > I don't have the activity in front of me. How is this done for the > Gutenberg on-line collection? > > Tony > > On

Re: [Sugar-devel] Sad news

2016-08-01 Thread Ütkarsh Tiwari
Sorry for our loss :( May he rest in peace. With sympathy, Ütkarsh Tiwari On Aug 2, 2016 2:34 AM, "Gonzalo Odiard" wrote: > Probably you already know that Seymour Papert passed away yesterday. > Would be good take time to recognize his vision and influence > in education,

[Sugar-devel] Fwd: InfoSlicer offline support

2016-08-03 Thread Ütkarsh Tiwari
-- Forwarded message -- From: Ütkarsh Tiwari Date: Mon, Aug 1, 2016 at 10:33 PM Subject: InfoSlicer offline support To: Tony Anderson , Sebastian Silva < sebast...@fuentelibre.org> Hi, I am trying to add offline support to InfoSlicer. It will allow user to acces

Re: [Sugar-devel] Fedora 24 osbuild doesn't work

2016-08-07 Thread Ütkarsh Tiwari
I had been facing he same issue while setting up sugar-build. It fails at building 'Browse'. Removing it from modules.json file does the fix. Regards, Ütkarsh Tiwari On Aug 7, 2016 4:51 AM, "Dave Crossland" wrote: > > On 6 August 2016 at 19:12, Dave Crossland wrote

[Sugar-devel] Unexpected activity crash

2016-08-28 Thread Ütkarsh Tiwari
Hi, I am facing unexpected activity crash with InfoSlicer. I am getting this error in logs - https://gist.github.com/iamutkarshtiwari/ad71a4c47650dfc7e944aa3b364111dc What could be the possible issue? -- Regards, Ütkarsh Tiwari ___ Sugar-devel

Re: [Sugar-devel] Cannot run shell with osbuild on xubuntu

2016-08-28 Thread Ütkarsh Tiwari
/setup.py", line 21, in >> bundlebuilder.start() >> File "/home/broot/sugar-build/build/out/install/lib/python2. >> 7/site-packages/sugar3/activity/bundlebuilder.py", line 678, in start >> globals()['cmd_' + options.command](config, options) >> File "/home/broot/sugar-build/build/out/install/lib/python2. >> 7/site-packages/sugar3/activity/bundlebuilder.py", line 563, in >> cmd_install >> installer.install(options.prefix, options.install_mime) >> File "/home/broot/sugar-build/build/out/install/lib/python2. >> 7/site-packages/sugar3/activity/bundlebuilder.py", line 368, in install >> shutil.copy(source, dest) >> File "/usr/lib64/python2.7/shutil.py", line 119, in copy >> copyfile(src, dst) >> File "/usr/lib64/python2.7/shutil.py", line 82, in copyfile >> with open(src, 'rb') as fsrc: >> IOError: [Errno 21] Is a directory: '/home/broot/sugar-build/ >> browse/collabwrapper' >> - >> >> My computer is a Xubuntu 16.04 64 bits How can I solve the problem ? >> Regards. >> >> Laurent Bernabé >> >> laurent.bern...@gmail.com >> ___ >> Sugar-devel mailing list >> Sugar-devel@lists.sugarlabs.org >> http://lists.sugarlabs.org/listinfo/sugar-devel >> > > ___ > Sugar-devel mailing list > Sugar-devel@lists.sugarlabs.org > http://lists.sugarlabs.org/listinfo/sugar-devel > > -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Where are the logs for my activity ?

2016-08-29 Thread Ütkarsh Tiwari
Hi, You can check for your activity logs inside 'Log' activity which comes pre-installed with sugarBuild. Regards, Ütkarsh Tiwari On Aug 29, 2016 7:48 PM, "laurent bernabe" wrote: > Hi everyone, > > I started a custom activity with sugarBuild. > I could sta

Re: [Sugar-devel] Where are the logs for my activity ?

2016-08-29 Thread Ütkarsh Tiwari
Capture and upload a screenshot of your log screen. Regards, Ütkarsh Tiwari On Aug 29, 2016 8:08 PM, "laurent bernabe" wrote: > I have the log content, but copying it in the clipboard let it in the > Sugar Emulator Clipboard, so that I can't pass it to you in this thread.

Re: [Sugar-devel] Where are the logs for my activity ?

2016-08-29 Thread Ütkarsh Tiwari
This error seems to be related to webkit. (Googled it a bit) Regards, Ütkarsh Tiwari On Aug 29, 2016 8:56 PM, "laurent bernabe" wrote: > I also noticed that I have already installed activities > >- MyActivity >- TestWebActivities > > which have the sa

[Sugar-devel] InfoSlicer Offline Support

2016-09-04 Thread Ütkarsh Tiwari
article can now be viewed in Browse. TOFIX- 1) Title not displayed correctly 4) Save each downloaded article to wiki list. P.S- Refer this gif for the latest update - https://giphy.com/gifs/3o7TKtdcfq17TLDuPm -- Regards, Ütkarsh Tiwari ___ Sugar-devel

Re: [Sugar-devel] InfoSlicer Offline Support

2016-09-04 Thread Ütkarsh Tiwari
For better viewing experience of gif use Chrome/Firefox. Regards, Utkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Sugar on Windows

2016-09-19 Thread Ütkarsh Tiwari
Hi, As we all know that Microsoft has decided to provide a bash like shell with Windows 10, is there any way to leverage this feature to setup sugar in windows like we do in Ubuntu? Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel

[Sugar-devel] Reveal OSK

2016-10-05 Thread Ütkarsh Tiwari
Hi, Is there any way to reveal the OSK in Sugar-Build on Ubuntu 16.04. I need this feature to text/fix a bug. -- Regards, Ütkarsh Tiwari ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Sugar 0.110.0 release

2016-10-09 Thread Ütkarsh Tiwari
o/0.110 >> >> Thanks, >> Sam >> >> ___ >> Sugar-devel mailing list >> Sugar-devel@lists.sugarlabs.org >> http://lists.sugarlabs.org/listinfo/sugar-devel >> >> > > > -- > Walter Ben

[Sugar-devel] Regarding Sugar bugzilla

2016-10-09 Thread Ütkarsh Tiwari
Hi, As I was going through the bugzilla today, I found out lots of open tickets that had actually been resolved for a long time. It would be great if we all could do a sweep and close all the unnecessary tickets which have already been resolved. :) Regards, Ütkarsh Tiwari

Re: [Sugar-devel] GCI 2016 meeting

2016-10-24 Thread Ütkarsh Tiwari
gt; > Count me in as mentor. > > Greetings, > Ignacio > > -- as usual, sorry for my bad English :P -- > > ___ > Sugar-devel mailing list > Sugar-devel@lists.sugarlabs.org > http://lists.sugarlabs.org/listinfo/sugar-devel >