[00:35] defarning: had a bad time trying to do install to HD with USR latest. CD install to USB HD could not find boot device made installer USB will try with that. USR runs fine live....: ) [00:36] used external USB HD as before don't know what happened [00:36] tried 921 and 922 === satellit_afk is now known as satellit_ [03:00] defarning: error: file not found grub rescue when I try to install with either USB or CD USR 922 or 921? will try 907 again to see if different : / [03:49] dfarning: FYI: Acer Aspire One will not boot USR on external USB Drive === manusheel is now known as manusheel_afk === Z3R0B0T is now known as zbot64 === manusheel_afk is now known as manusheel [11:00] dfarning: USR-922 with surf-115.xo drag dropped and Analyze and IRC downloaded from ASLO [11:01] * USR922-satellit It turns out that EeePC1000HE would not boot Hard Disk with USR-922....using Acer Aspire One here [12:32] dfarning updated http://wiki.sugarlabs.org/go/Community/Distributions/Ubuntu and https://wiki.ubuntu.com/Sugar for USR 922 info [13:05] satellit_: Great work, Thomas. [13:17] opps wrong channel [13:18] manusheel: I can use Ubuntu Desktop to access all kinds of applications plus sugar-emulator of USR sugar [13:19] using Xchat on ubuntu 10.10 desktop [14:53] dipankar: Hi Dipankar. [14:53] manusheel, hello sir [14:53] dipankar: I would like you to work with Ishan on bug no. 2318. [14:54] manusheel, sure [15:05] dipankar: Kindly get started on bug #2318. [15:05] Launchpad bug 2318 in gnumeric (Ubuntu) "Should be able to add names to cells via context click (heat: 1)" [Medium,Fix released] https://launchpad.net/bugs/2318 [15:05] manusheel, looking at it [15:06] dipankar, sir from i have gathered is that there is a class browsebutton at the bottom of volumestoolbar.py [15:06] ishan, What all have you found out [15:06] ^^ ishan sorry [15:07] ishan, ohk. [15:08] dipankar, we have to basically copy some part from class volumepalette in palettes.py to display the status bar for journal as well as it comes for external devices [15:08] *we have to copy some part and modify it [15:09] ishan, but mine is showing status bar. [15:09] already [15:09] dipankar, the volumes toolbar is the toolbar which comes at bottom when we open journal [15:11] ishan, didn't get you [15:11] dipankar, sir when you open journal, can you see a toolbar at bottom [15:12] ishan, ok [15:12] ishan, ok [15:12] ishan, now I get it [15:13] dipankar, great sir [15:13] dipankar, so basically we have to copy the code from palette.py to the class journalbutton [15:13] ishan, so we want the volume to appear just like the sidebars right? [15:13] dipankar, right [15:14] dipankar, but there is a big problem [15:14] ishan, hehe. [15:14] dipankar, sir when we make changes in the class journalbutton the journal button disappears from home view of sugar [15:17] ishan, ok [15:18] ishan, palette.py is in artworks right? [15:18] dipankar, nope [15:18] it is present in view folder under sugar in jhbuild [15:21] ishan, which dir? path please [15:22] ishan, found. Journal right? [15:23] dipankar,sugar-jhbuild/source/sugar/src/jarabe/view/palette.py [15:24] ishan, whats the volumeviewestoolbar.py? [15:24] sorry [15:24] volumetoolbar.py [15:48] dipankar, try the file which i send to you on the sugar installed [15:48] your journal button will disappear [15:48] ishan__, sure === ishan__ is now known as ishan_ [16:01] alsroot, ping [16:01] dipankar: hi [16:03] alsroot, can you tell me where is the createpalette function present in volumestoolbar.py being called from [16:03] alsroot, ^^ [16:05] ishan_: VolumeButton.create_palette [16:05] ishan_: it will be called from invoker [16:06] ishan_: see palettewindow.py [16:06] ..in sugar-toolkit [16:06] alsroot, thanks [16:06] alsroot, it for this bug only: http://bugs.sugarlabs.org/ticket/2318 [16:06] ..just grep for "create_palette" [16:07] alsroot, thanks [16:12] dipankar: Did you get an understanding on the issue? [16:12] manusheel, yes, somewhat, just check for where we have the journal palette being called [16:13] dipankar: Ok. [16:16] hi alsroot [16:17] * dipankar will brb [16:18] mukul: hi [16:19] alsroot, Can you tell me how to get FONT_SIZE from gconf [16:19] alsroot, I mean I want to use the font size settings from gconf in turtleart [16:20] mukul: you don't need to use gconf directly, just use FONT_SIZE constant from style.py [16:22] alsroot, Is this the way, how we should use FONT_SIZE self.scale = 0.67 * FONT_SIZE? [16:23] mukul: no ideas, it depends on what you are going to achieve [16:24] alsroot, ok [16:28] alsroot, can you explain the flow of calling of create_palette() from JournalPalette() class? [16:29] I tried tracking but am unsuccessful [16:32] dipankar: invoker will connect to signals like enter to track when cursor under the widget, and after some timeout it will try to open palette, if palette is never created, it will call create_palette [16:32] ok [16:44] alsroot, what I am thinking is adding a function create_palette() in JournalButton() in sugar/jarabe/journal/volumestoolbar.py [16:45] how will that be called? [16:45] if I want it to be invoked with the JournalButton [16:47] dipankar: JournalButton is already have an invoker (created in base class) [16:47] dipankar: you just need to add create_palette(0 [16:48] alsroot, ok [17:26] alsroot, this is strange :? [17:27] alsroot, I wrote the code for create_palette() in JournalButton [17:27] alsroot, but nothing is happening [17:28] dipankar: create_palette was never called? [17:28] alsroot, I don't think so [17:29] alsroot, here is the modified code [17:29] http://paste.ubuntu.com/499819/ [17:31] dipankar: why JournalPalette and self._mount?, JournalPalette takes different argument (see sources) and there is no self._mount in JournalButton [17:32] alsroot, oops, I just got that point right now [17:32] sorry [17:35] alsroot, not working. [17:36] dipankar: see shell.log [17:38] alsroot, I passed mount point as '/' and now the journal icon on Home view vanished! [17:41] alsroot, ohk, got an error : NameError: global name 'mount_point' is not defined [17:45] alsroot, I have removed the error, but still the bug is not removed [17:45] dipankar: shell doesn't log other errors? [17:46] alsroot, no [17:47] dipankar: what palette class you are returning in create_palette()? [17:48] alsroot: JournalPalette [17:48] alsroot, oops [17:48] alsroot, sorry I went to another code by mistake [17:49] alsroot, The code that i am using is this one only: http://paste.ubuntu.com/499819/ [17:51] alsroot, manusheel : The bug #2318, I found something which might work. [17:51] Launchpad bug 2318 in gnumeric (Ubuntu) "Should be able to add names to cells via context click (heat: 1)" [Medium,Fix released] https://launchpad.net/bugs/2318 [17:51] dipankar: what you pass to JournalPalette?, code you posted should not work [17:51] alsroot, oops [17:51] again [17:52] alsroot, I am passing (mount = '/') [17:52] dipankar: but JournalPalette does not have mount argument, it has home_activity [17:53] alsroot, manusheel : The volume info only appears on buttons where right click works. The particular button in consideration doesn't seem to have a right click event handler [17:56] dipankar: Ok. [17:57] dipankar: Interesting that it does not have a right click event handler. [17:57] alsroot, what is home_activity for? [17:57] dipankar: JournalPalette takes only one argument, home_activity [17:58] alsroot, would be great if you could provide some info on home_activity, spec. it's use and importance [18:00] dipankar: btw do you really need JournalPalette?, it contains item "Show the Journal" which is useless, why not creating new palette w/ only free space progress bar [18:01] alsroot, can I do that? Will that be accepted in sugar mainline? [18:04] dipankar: why not? just follow regular procedure, post your patch to sugar-devel@ w/ CCing to sugar maintainer, after getting responce, tweak the patch [18:05] alsroot, ok. I thought adding a new class will not be accepted :) [18:05] alsroot, what about it's argument? [18:07] dipankar: well, just post a patch, you think is the best implementation, and wait for reply from maintainer or from other people [18:10] alsroot, the home_activity, what is this class? [18:12] dipankar: in what context? if you are about what I was meaning, it is was JournalPalette argument [18:13] alsroot, ok. But I wanted to know what is that class for exactly? [18:20] dipankar: to display free space progress bar (like other volume palettes) [18:20] alsroot, thanks [18:24] hello I have a few questions about sugar [18:25] is it a GUI for kids? [18:25] maple syrup with sugar? [18:29] oly562: well different people might have different opinions :), but you can grab some info on http://www.sugarlabs.org/ and http://wiki.sugarlabs.org/ [18:45] thanks [19:25] dfarning: should we have a USR Plymouth bootscreen? [22:17] USR-922 as VirtualBox appliance with edited IRC to log in to #sugar and #ubuntu-sugarteam [22:19] lfaraone USR 922 has a non-functioning shutdown in drop down menu of sugar. (have to log off then use right bottom bar to shutdown even if single user logged in... [22:19] * satellit_ confusing [22:37] testing clone for IRC login. [23:50] satellit_, Nice job with the wiki pages! I'll poke round and see what is causing the install problems. [23:51] lfaraone, yes a boot screen would be nice....