/srv/irclogs.ubuntu.com/2010/08/23/#ubuntu-sugarteam.txt

=== bernie is now known as bernie_afk
=== bernie_afk is now known as bernie
=== bernie is now known as bernie_afk
=== bernie_afk is now known as bernie
=== bernie is now known as bernie_afk
satellit_dfarning: I hope it is ok I uploaded http://people.sugarlabs.org/Tgillard/USR-i386-20100804.iso for a temp DL site with http://people.sugarlabs.org/Tgillard/Surf-115.xo15:18
satellit_since they work fine15:18
dfarningsatellit_, thanks.15:18
satellit_tested here for activities: http://wiki.sugarlabs.org/go/Features/Soas_V4/ASLOxo_Activity_Test_Table#Activity_Test_Results15:20
=== bernie_afk is now known as bernie
satellit_dfarning: https://wiki.ubuntu.com/Sugar  still lists http://people.sugarlabs.org/dfarning/ as Download site....has http://people.sugarlabs.org/dfarning/USR-i386-20100208.iso  anyway to update this? to 804?15:28
satellit_copy from Tgilliard to your sunjammer site...15:29
dfarningsatellit_, better yet, you can point the wiki to your site:)15:29
satellit_not sure I have access...15:30
satellit_will try15:30
dfarningsatellit_, I think you have a much better understanding of ISOs than I do.15:30
lfaraonemorning dfarning.15:31
dipankardfarning, hello. Good morning15:31
dipankarlfaraone, hey, good morning15:31
dfarninglfaraone, dipankar good morning15:31
dipankardfarning, I need your help a bit. It would be great if you could please edit the bug description, and add the required information: https://bugs.launchpad.net/ubuntu/+source/sugar-0.88/+bug/62189615:33
ubot2Launchpad bug 621896 in sugar-0.88 (Ubuntu) "Sugar emulator crashes while copying file from usb drive to journal (affects: 1) (heat: 6)" [Medium,Incomplete]15:33
dfarningdipankar, sure it will take a while.15:35
dipankardfarning, thanks a lot!15:35
lfaraonedfarning: I'll author an email explaining the status of Browse/Surf in Ubuntu as I understand it.15:39
dfarninglfaraone, thanks.15:39
satellit_dfarning: done https://wiki.ubuntu.com/Sugar  changed links15:46
dfarningsatellit_, thanks15:47
satellit_yw15:47
=== neeraj_ is now known as neeraj
dipankardfarning, around?17:57
dfarningdipankar, yes17:57
dipankardfarning, I was thinking if I can add the info on the bug https://bugs.launchpad.net/ubuntu/+source/sugar-0.88/+bug/621896 myself :)17:59
ubot2Launchpad bug 621896 in sugar-0.88 (Ubuntu) "Sugar emulator crashes while copying file from usb drive to journal (affects: 1) (heat: 6)" [Medium,Incomplete]17:59
dipankardfarning, for that I need some pointers, how did that bug happen? and what were the actions that you performed.17:59
dfarningdipankar, I am sorry that will not get to that until tommorrow.  manusheel and I are doing stratigic planing base on what I learned in PY:)18:00
dfarningdipankar, I will start daily operations stuff tomorrow.18:01
dipankardfarning, no problem :) you can just tell me what you did in short to reproduce the bug. I will add them to the bug :)18:01
dipankardfarning, oops. sorry. I think I missed your last statement. No problem18:03
dfarningdipankar, I just droped and dragged some icons from the journal to the USB icon in the lower left of the frame.  After a couple of times sugar crashed and the errorlog was the last error sent.18:03
dipankardfarning, thanks for taking out some time. I will add it to the bug right now18:03
dfarningdipankar, thanks.18:03
dipankardfarning, whats PY btw? sorry for my ignorance18:04
dfarningdipankar, Paraguay.18:04
dfarningdipankar, UY is uraguay.18:05
dipankardfarning, ohk. Nice short forms.  :)18:05
dipankarlfaraone, I have changed the description of bug on lp: https://bugs.launchpad.net/ubuntu/+source/sugar-0.88/+bug/62189618:19
ubot2Launchpad bug 621896 in sugar-0.88 (Ubuntu) "Sugar emulator crashes while copying file from usb drive to journal (affects: 1) (heat: 6)" [Medium,New]18:19
manusheelalsroot: Hi Aleksey.18:36
manusheelAround?18:37
alsrootmanusheel: hi18:37
manusheelalsroot: Can you join #seeta channel too?18:42
dipankaralsroot, hi, good morning18:43
manusheelalsroot: Thank you. Appreciate it.18:43
alsrootnp18:43
dipankaralsroot, around?18:47
alsrootdipankar: yup18:47
dipankaralsroot, I am working on a feature request "Allow multiple file operations in journal"18:48
dipankaralsroot, I need to learn about copying specifically18:48
dipankaralsroot, I found the package to be sugar-0.88, but how do I know, rather how do I track the exact file?18:49
dipankaralsroot, by now, I have just reached to the folder /src/journal18:49
dipankaris it correct folder to start with any journal operation?18:49
alsrootdipankar: in any case you need to know how to write file to/from ds18:51
alsrootdipankar: you can find ds related code in sugar-tolkit, in src/sugar/datastore18:52
dipankar* ds -> datastore?18:52
alsrootdipankar: yup18:53
alsrootdipankar: or, if you prefer, look into sugar, src/jarabe/journal/model.py:write()18:54
alsrootit does the same18:54
alsrootdipankar: in the same file, there is cope() function, to know how to implement copy related feature in UI, just grep for copy invocation18:55
alsroot*copy()18:55
dipankaralsroot, thanks, I will get back to you in secs. * I remember, you are the journal maintainer18:56
dipankaralsroot, I am trying to understand the code19:07
dipankaralsroot, copy func needs two things : metadata and mount_point19:07
alsrootdipankar: yup, "/" mountpoint means ds19:11
dipankaralsroot, so this copy is actually the one for copy to clipboard (right click one) or the copy to a usb (drag and drop)19:12
alsrootdipankar: that doesn't matter, just object metadata is pointing to (it could ds or non-ds object)19:13
dipankaralsroot, that means the cases that we want depend on the argument sent?19:15
dipankarfor mount_point?19:15
alsrootdipankar: yup, mount_point is destination19:16
dipankaralsroot, the feature request says " to allow multiple files working at same time"19:18
dipankaralsroot, how can this be done, any pointers?19:19
alsrootdipankar: in fact, from ds side, you can use async dbus calls19:20
dipankaralsroot, like somewhat similar to multi threading?19:20
alsrootdipankar: for fs, you need to use gio I think19:21
alsrootdipankar: nope, dbus will use glib main loop19:21
alsroot..gio as well19:21
alsroothttp://library.gnome.org/devel/glib/stable/glib-The-Main-Event-Loop.html19:22
alsrootsee also http://library.gnome.org/devel/gio/stable/19:23
ebordonhi all19:28
ebordoncan I install usr from usb key?19:29
dipankarebordon, hi19:35
dipankaralsroot, thats a bit confusing19:36
dipankar:(19:36
ebordondipankar: how are you?19:36
dipankarebordon, I am doing great. How are you?19:36
dipankarebordon, I think dfarning is not here at the moment. could you please tell me what you mean by 'usb key'?19:37
ebordondipankar: I'm fine, I'm trying to install usr on a classmate :o19:37
alsrootdipankar: well, it is basic thing that every gobject/gtk developer should know19:37
alsroot..I mean about loops19:38
neerajlfaraone: hi.19:38
dipankaralsroot, ohk, I will go through it once again.19:38
ebordondipankar: Laptop that I want to install usr haven't cd reader19:38
ebordondipankar: and i want install it from a pendrive19:39
dipankarebordon, ohk. Do you have a desktop or another laptop?19:39
ebordondipankar: laptop (classmate JumPc) with ubuntu19:41
ebordondipankar: I think 9.1019:41
lfaraoneneeraj: yes?19:41
neerajlfaraone: regarding mouse bug. I have added the patch on LP. https://bugs.launchpad.net/ubuntu/+source/sugar-0.88/+bug/51122519:42
ubot2Launchpad bug 511225 in sugar-0.88 (Ubuntu) "running sugar causes left-click not to work properly in GNOME (affects: 2) (heat: 20)" [Undecided,Confirmed]19:42
ebordondipankar: sorry for my english, it is really bad19:43
neerajlfaraone: as the patch is already present in sugarlabs, we don't need it to send it there.19:43
dipankarebordon, your english is absolutely fine :) don't worry about that. I am thinking of a simplest way to install usr19:44
lfaraoneneeraj: great. was it cherrypicked from upstream, did you author it yourself, etc.19:45
dipankarebordon, you can use synaptic package manager if you want.19:45
lfaraoneneeraj: looking at the patch, it looks like you wrote it yourself.19:45
dipankarebordon, but I would suggest you upgrade to ubuntu 10.0419:45
neerajlfaraone: yes.  didn't know how to do otherway..19:46
ebordondipankar: ok19:46
lfaraoneneeraj: okay. so you adapted the patch from what was already shipped upstream in Sugar?19:46
satellit_ebordon: use another computer to make USB with startup Disk Creator /system/administration from booted CD choose USB19:47
neerajlfaraone: yes. I have mentioned it in .patch file. We can always unapply the patch when we will update sugar via sugarlabs->debian->ubuntu. Can't we.19:48
satellit_(other computer has CD you can boot from)19:48
neeraj*?19:48
ebordondipankar: I'm still downloading usr19:48
satellit_look at revised https://wiki.ubuntu.com/Sugar  for links19:49
dipankarebordon, I was about to suggest what satellit_ told19:49
dipankarsatellit_, thanks :)19:49
lfaraoneneeraj: oh, right, hehe.19:49
satellit_yw19:49
lfaraoneneeraj: /whois aleskey19:50
lfaraone(oops)19:50
satellit_dipankar: I revised that page today to reflect surf 115 and 804 USR links19:50
dipankarsatellit_, thats wonderful! finally the page is revised with updates19:51
ebordonthanks satellit_19:51
neerajlfaraone: ok. I should have used full name. Sorry for that. Re-submitting patch19:51
satellit_david said  it was ok to revise it19:51
lfaraoneneeraj: no, hold on.19:51
neerajlfaraone: ok19:51
lfaraoneneeraj: since the patch wasn't written by you, rather than using your name in "From:", you probably should credit alsroot as the creator with "Author: Aleksey Lim <alsroot@member.fsf.org>"19:52
lfaraoneneeraj: and rather than just providing a bug ## in the description, use "Bug: http://bugs.sugarlabs.org/path/to/the/bug/URL/on/our/tracker"19:53
neerajlfaraone: ok :)19:54
lfaraoneneeraj: and since it was cherrypicked, the "Forwarded" field isn't needed. (it'll be set to "yes" implictly if you include "Bug:")19:54
lfaraoneneeraj: if you want extra bonus brownie points, include "Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/sugar-0.88/+bug/621896" as well.19:54
ubot2Launchpad bug 621896 in sugar-0.88 (Ubuntu) "Sugar emulator crashes while copying file from usb drive to journal (affects: 1) (heat: 6)" [Medium,New]19:54
lfaraone(in the patch header)19:55
neerajlfaraone: ok. let me confirm. U want to me to add Bug-Ubuntu: (Link to mouse bug on LP) in .patch file. Right?20:01
dipankaralsroot, thanks for the pointers20:02
dipankaralsroot, I will get back to you after I understand them properly20:02
lfaraoneneeraj: in addition to adding "Bug: (Link to the mouse bug on SL)".20:02
neerajlfaraone: yes.20:02
lfaraoneneeraj: yes.20:03
neerajlfaraone: Can you please see if I missed anything this time. http://typewith.me/clJSy0SxkG20:03
alsrootdipankar: about gio, you can look into ASLO updater (updater control panel component), but it is only about downloading (but it should work similar for uploading)20:05
satellitUSR-804works  Ubuntu 10,04 LTS20:06
dipankaralsroot, ok. I thought gtk was related to window decoration.20:08
dipankarbut gtk is widget programming20:09
alsrootdipankar: gtk does, but glib (underlying library and gobject itself) is more common library20:10
dipankaralsroot, gtk, glib and gio20:15
dipankaralsroot, thanks again for the pointers20:16
dipankaralsroot, see you tomorrow20:16
* dipankar is off for the night20:17
lfaraonealsroot: so has sugarlabs bug #1544 been merged yet?20:57
ubot2Launchpad bug 1544 in launchpad-registry "Choosing a source package to link a product series should use a selection widget" [Low,Fix released] https://launchpad.net/bugs/154420:57
alsrootlfaraone: nope20:57
lfaraonealsroot: seriously? it's been sitting in the tracker for 4 months.20:58
lfaraonealsroot: oh, it doesn't have r?...20:58
* alsroot thinks better to wait a bit for 1y :)20:59
* alsroot pings erokos20:59
lfaraonealsroot: heh. tomeu is listed as the bug owner.21:00
lfaraoneneeraj: looks okay, althiugh I'd move the "Bug" fields higher above the free-form text,22:45
lfaraoneneeraj: but I can do that manually.22:46
=== bernie is now known as bernie_afk

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!