« Previous day | Index | Today | Next day » Channels | Search | Join
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:10 | walterbender has quit IRC | |
00:16 | walterbender <walterbender!~walter![]() |
|
00:31 | walterbender has quit IRC | |
00:38 | walterbender <walterbender!~walter![]() |
|
00:56 | walterbender has quit IRC | |
00:59 | walterbender <walterbender!~walter![]() |
|
01:22 | llaske <llaske!~llaske![]() |
|
01:26 | llaske has quit IRC | |
01:51 | walterbender has quit IRC | |
04:55 | vipulgupta2048 <vipulgupta2048!~vipulgupt![]() |
|
05:22 | llaske <llaske!~llaske![]() |
|
05:27 | llaske has quit IRC | |
05:28 | vipulgupta2048 has quit IRC | |
06:25 | llaske <llaske!~llaske![]() |
|
06:33 | llaske has quit IRC | |
09:09 | [scs]___ has quit IRC | |
09:10 | [scs]_ <[scs]_!scs![]() |
|
09:42 | vaibhavdaren <vaibhavdaren!~vaibhavda![]() |
|
10:00 | vaibhavdaren has left #sugar-meeting | |
10:45 | walterbender <walterbender!~walter![]() |
|
10:48 | meeting <meeting!~sugaroid![]() |
|
10:50 | Pro-Panda <Pro-Panda!31209e2e![]() |
|
10:55 | walterbender | hi Pro-Panda |
10:55 | Pro-Panda | Quozl: in that case, we can just remove it ourselves, right; Although, sugargame changes rarely, but any change would imply doing it in 60 places |
10:55 | hi walterbender :-) | |
10:56 | Quozl | Pro-Panda: if it were removed, then activity bundles would not have it? then bundles would not work after download and install? i'm puzzled at what you are aiming to achieve. |
10:58 | Pro-Panda | Quozl: we are using duplicate copies of the same piece of code, which shouldn't be the case, right ? |
11:00 | Quozl | Pro-Panda: setup.py is also duplicated; there has to be a threshold somewhere. |
11:00 | #startmeeting | |
11:00 | meeting | Meeting started Tue Jun 19 11:00:13 2018 UTC. The chair is Quozl. Information about MeetBot at http://wiki.debian.org/MeetBot. |
11:00 | Useful Commands: #action #agreed #help #info #idea #link #topic #endmeeting | |
11:00 | Quozl | #topic what we have been working on |
11:00 | walterbender | has been chasing bugs in Music Blocks and reviewing patches |
11:00 | cleaned up a bunch of lilypong code | |
11:01 | Quozl | i've been working on record activity, released v200, backported to fedora 18 as v103, and also today backported to ubuntu 16.04. pull requests are in github. |
11:01 | walterbender | Quozl, did you say last week that these changes will *not* work on the old XO hardware? |
11:02 | Pro-Panda | I am working on making activity chooser modal; I also removed popwindow and embedded it in activity chooser. |
11:02 | https://github.com/Pro-Panda/sugar/pulls | |
11:02 | Quozl | walterbender: some of them won't, but v103 has the new features backported to gtk2 for the old XO hardware. really the problem there is gstreamer being so old. |
11:03 | Pro-Panda | I think the issue is that ProjectView is not a Gtk.Window but Gtk.EventBox |
11:03 | Quozl | Pro-Panda: interesting, thanks. |
11:03 | vipulgupta2048 <vipulgupta2048!~vipulgupt![]() |
|
11:03 | vipulgupta2048 | Hi |
11:03 | Quozl | vipulgupta2048: what have you been working on this week? |
11:04 | vipulgupta2048 | I have been fixing activities, hit a roadblock regarding .xo bundles |
11:04 | walterbender | please say more |
11:05 | vipulgupta2048 | Had a call scheduled with Jatin who walked me through the activity server and the fine details |
11:05 | He helped me with the problem of .xo bundles (I was not able list the files of it) | |
11:05 | He suggested using the module zipfile | |
11:06 | Hence, running licensecheck from now to check compatibility of licenses. | |
11:06 | Pro-Panda | Quozl: any suggestions on how can I fix the modal issue ? |
11:06 | vipulgupta2048 | Also, made an issue regarding a help page of turtle confusion |
11:07 | Pro-Panda | projectview class: https://github.com/Pro-Panda/s[…]al/projectview.py |
11:07 | jaskirat <jaskirat!uid272023![]() |
|
11:08 | Quozl | Pro-Panda: i've no idea yet; options are to fix the code so that the dialog is modal, or if nobody is using the code we might remove it. projects did seem a useful feature though. |
11:09 | Pro-Panda | Quozl: yes, I am trying to fix the code; but I can't see how to ensure that the window remains modal over a Gtk.EventBox |
11:10 | vipulgupta2048 | Also, I had a problem with one of the metadata files - turtle typing. That I was fixing. Please refer to https://github.com/sugarlabs/t[…]ity/activity.info |
11:10 | What is host version? | |
11:11 | walterbender | no idea |
11:11 | vipulgupta2048 | Should I delete it? |
11:11 | Quozl | host_version was valid once. |
11:12 | vipulgupta2048 | I am asking since it isn't present in the https://github.com/sugarlabs/s[…]undle/__init__.py |
11:12 | Quozl | https://wiki.sugarlabs.org/go/Content_bundles |
11:12 | it was once part of the activity bundle specification. | |
11:13 | so effectively you're saying "nobody has been maintaining typing turtle activity", to which i'd say "i'm not surprised, well done." | |
11:14 | vipulgupta2048 | *cringe* I am just happy that I put an exception in the script |
11:14 | Quozl | what i don't understand though is why you're worried about a key in the file that you don't need; the whole point of a configuration store is that you should only code for the keys that you want, and ignore all other keys. |
11:14 | if you've coded something that relies on keys only in a defined set, then i'd call that a bug. | |
11:15 | walterbender | +1 |
11:15 | Quozl | we have nothing which says there must not be any other keys in the config file. |
11:15 | vipulgupta2048 | Technically, yes. |
11:15 | So, how do we proceed? | |
11:15 | Quozl | see "Forward compatibility" in wikipedia. ;-) |
11:16 | vipulgupta2048: i imagine it might come up when you submit your code for review. | |
11:17 | vipulgupta2048 | Roger that. |
11:17 | I will read about Forward Compatiblity. | |
11:18 | vaibhavdaren <vaibhavdaren!~vaibhavda![]() |
|
11:18 | Quozl | any other topics or questions? |
11:18 | vipulgupta2048 | Also, another thing is Jatin and I noticed that ASLOv3's certificate was expired. He updated it. |
11:19 | I don't know if its relevant here. | |
11:20 | Pro-Panda | None from me |
11:20 | vipulgupta2048 | None from me too. |
11:21 | jaskirat | Hi |
11:21 | walterbender | none from me |
11:21 | Quozl | okay, thanks all. motion to close meeting, all in favour please +1 ? |
11:21 | Pro-Panda | +1 |
11:22 | vipulgupta2048 | +1 |
11:22 | walterbender | +1 |
11:22 | Quozl | #endmeeting |
11:22 | meeting | Meeting ended Tue Jun 19 11:22:49 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot. (v 0.1.4) |
11:22 | Quozl | (by majority) |
11:22 | meeting | Minutes: http://meeting.sugarlabs.org/s[…]-19T11:00:13.html |
11:22 | Log: http://meeting.sugarlabs.org/s[…]18-06-19T11:00:13 | |
11:23 | Pro-Panda | thanks all |
11:23 | Quozl | heads for bed |
11:23 | vipulgupta2048 | Thanks Quozl |
11:23 | Pro-Panda has quit IRC | |
11:24 | walterbender | gets more coffee |
11:24 | Quozl | vipulgupta2048: http://wiki.laptop.org/go/Activity_bundles |
11:24 | vipulgupta2048: shows the meaning of host_version | |
11:24 | vipulgupta2048 | Cool, will go through that too. |
11:24 | Thanks | |
11:25 | Quozl | ... there's also a "Sugar will ignore unknown properties" there on that page. |
11:31 | yashagrawal3 <yashagrawal3!~yash![]() |
|
12:14 | yashagrawal3 has quit IRC | |
14:04 | vipulgupta2048 has quit IRC | |
14:41 | vaibhavdaren has quit IRC | |
14:47 | rishabh42 <rishabh42!~rishabh![]() |
|
14:51 | ibiam <ibiam!~ibiam![]() |
|
15:30 | ibiam has quit IRC | |
15:30 | ibiam <ibiam!~ibiam![]() |
|
15:56 | llaske <llaske!~llaske![]() |
|
16:01 | llaske has quit IRC | |
16:12 | jaskirat has quit IRC | |
16:22 | vipulgupta2048 <vipulgupta2048!~vipulgupt![]() |
|
16:27 | llaske <llaske!~llaske![]() |
|
16:28 | ibiam has quit IRC | |
16:29 | ibiam <ibiam!~ibiam![]() |
|
16:29 | vaibhavdaren <vaibhavdaren!~vaibhavda![]() |
|
16:29 | vaibhavdaren is now known as Guest18872 | |
16:34 | rishabh42 has quit IRC | |
16:34 | ibiam has quit IRC | |
16:35 | ibiam <ibiam!~ibiam![]() |
|
16:45 | Guest18872 has quit IRC | |
16:50 | llaske has quit IRC | |
16:59 | ibiam has quit IRC | |
16:59 | ibiam <ibiam!~ibiam![]() |
|
17:01 | ibiam <ibiam!~ibiam![]() |
|
17:02 | ibiam_ <ibiam_!~ibiam![]() |
|
17:02 | ibiam has quit IRC | |
17:03 | ibiam_ is now known as ibiam | |
17:03 | rishabh42 <rishabh42!~rishabh![]() |
|
17:10 | rishabh42 has quit IRC | |
17:11 | ibiam has quit IRC | |
17:11 | ibiam <ibiam!~ibiam![]() |
|
17:14 | ibiam has quit IRC | |
17:15 | ibiam <ibiam!~ibiam![]() |
|
17:15 | vipulgupta2048 has quit IRC | |
17:16 | ibiam has quit IRC | |
17:16 | ibiam <ibiam!~ibiam![]() |
|
17:19 | ibiam has quit IRC | |
17:19 | ibiam <ibiam!~ibiam![]() |
|
17:22 | ibiam has quit IRC | |
17:23 | ibiam <ibiam!~ibiam![]() |
|
17:32 | ibiam has quit IRC | |
17:34 | ibiam <ibiam!~ibiam![]() |
|
17:40 | ibiam has quit IRC | |
17:40 | ibiam <ibiam!~ibiam![]() |
|
18:11 | vaibhavdaren <vaibhavdaren!~vaibhavda![]() |
|
18:12 | vaibhavdaren has quit IRC | |
18:19 | vaibhavdaren <vaibhavdaren!~vaibhavda![]() |
|
18:26 | ibiam has quit IRC | |
19:38 | vaibhavdaren has quit IRC | |
19:51 | llaske <llaske!~llaske![]() |
|
20:15 | dzho is now known as deejoe | |
20:15 | deejoe is now known as dzho | |
20:48 | llaske_ <llaske_!~llaske![]() |
|
20:48 | llaske has quit IRC | |
21:02 | llaske_ has quit IRC |
« Previous day | Index | Today | Next day » Channels | Search | Join