[05:49] good morning [06:05] http://en.wikipedia.org/wiki/Ubuntu_Mobile_and_Embedded_Edition [07:51] StevenK: Did you get my question about the changes to modest you did? [07:51] StevenK: Is there an initial tarball you started with which I could compare to the .dsc you handed? [07:52] StevenK: The idea is to not drop your changes when moving to a new SVN snapshot, yet not to have to search for them in the diff between your snapshot and the new one [07:53] lool: I can run svn di, which should show you all of the changes I made. [07:55] StevenK: Would be nice; are there many changes? [07:56] lool: 6 files changed, 24 insertions(+), 15 deletions(-) [07:57] lool: http://wedontsleep.org/~steven/modest.diff [08:00] StevenK: Ok; thanks [08:45] lool: And that's with an up to date svn checkout of modest, too. [08:47] StevenK: I needed more changes for some reason [08:47] StevenK: Dirk said he merged all the changes I sent yesterday already [08:47] Except the ones from my last mail of yesterday evening [08:52] lool: What other changes? [08:53] Misc stuff really [08:53] my_type = g_type_register_static (TNY_TYPE_MOZ_EMBED_HTML_MIME_PART_VIEW, [08:53] "ModestMozembedMimePartView", [08:53] - &my_info, 0); [08:53] + &my_info, GTypeFlags(0)); [08:53] That kind of changes [09:07] Good summary of the available apps at http://arstechnica.com/reviews/hardware/nokia-n810-review.ars/3 [09:08] lool: Is that on top of my changes? [09:08] lool: And does yours actually build? [09:15] StevenK: Mine built yesterday, yes [09:21] StevenK: Concerning tinymail, what's your plan? [09:21] StevenK: Philip merged most of our changes he says [09:22] And indeed, I only see the LIBTINYMAILUI_MOZEMBED_CFLAGS in configure.ac missing [09:45] lool: I was going to upload it, and then modest blew up. And then I got distracted. :-) [09:46] lool: Would you mind sending me what's different between my modest changes and yours? [09:47] StevenK: When I've merged them, I will [10:14] any update on tinymail/modest :) ? [10:37] asac: Well as I said yesterday, it built for me, and StevenK built it this morning as well [10:37] Most of my fixes have been merged upstream, except XUL stuff and a couple of warnings which I seem to be the only one to get [10:48] ok, does it work? [10:49] It shows a dialog before crashing here :) [10:49] I'm cleaning up the patches, merging stuff upstream and downstream and midstream and will investigate after that [10:49] I found an urgent bug in osso-af-settings though [10:51] k === cprov-out is now known as cprov [11:00] lool: do you have a bt of the crash? is it mozilla related? [11:06] asac: I don't have it yet; it was too late yesterday evening [11:06] asac: Did you see the Mozilla backtrace by Philip? [11:06] StevenK: Ah BTW, you need to change tinymail to build against openssl or nss; philip confirmed this is required [11:06] No idea about nspr though [11:06] I suppose nspr isn't required per se [11:06] Change it how? [11:07] StevenK: Build-dep on libnss-dev and configure with --mozilla-nss-pc=nss or something similar [11:07] Grepping for usage of the nss and nspr pc files would be best [11:08] StevenK: You saw Philip's mail, right? [11:08] lool: I glanced through it. [11:08] lool: But, right, NSS would be preferable to OpenSSL [11:10] * StevenK wonders off to discover the wereabouts of his sister in law. [11:10] wanders. Oh well [11:40] StevenK: Dirk recommended using the gtkhtml frontend, not mozembed; any reason you picked this one and not the other? === dholbach_ is now known as dholbach [11:45] StevenK: Cool, Dirk merged *all* my changes in SVN r993! The only thing I need to build modest is the wp_editor() func, which I know where to find now hehe [11:49] Way cool. [11:50] Is there any reason? Nope, not other than the fact that I'd worked to get libtinymail-mozembed working [11:54] r993 | djcb | 2007-12-04 22:28:07 +1100 (Tue, 04 Dec 2007) | 2 lines [11:54] * fixes [11:54] * StevenK slaughters Dirk [11:54] Oh eh, the debian/changelog and the SVN log aren't really useful; I more or less mentionned that to him indirectly, I hope he'll do better [11:54] Also, there's no ChangeLog [11:55] Of course. Because that would be useful in tracking stuff down [12:00] StevenK: We shouldn't use libwpeditor-plus at all actually [12:00] It seems wpeditor is what we want [12:01] Hah [12:01] I'm not sure whether we need libwpeditor-plus, but I think it's a fork which isn't needed anymore [12:02] Right. [12:02] Where does wpeditor hide, then? [12:03] I'm still investigating; I found a version in the repository, but I'd like to check whether there's an official SVN [12:32] StevenK: So, wpeditor required some porting (I'm on amd64) and some fixes; it just built fine here, but will require packaging cleanup [12:33] Fair enough [12:33] Send me a mail with where you found it, and your patches and I'll look at cleaning it up [12:35] And modest built \o/ [12:36] Some other breakage introduced by last night fixes by Dirk, but nothing too big [12:36] StevenK: It seems to me we can drop libwpeditor-plus; I'm confirming with Dirk [12:36] Excellent. [12:36] I need to figure out why yours built and mine doesn't? [12:36] Oh, right -- do I need to do that nasty hack of .c -> .cpp any more? [12:37] StevenK: You do because he forgot to commit or to rm the .c file, but the .cpp file is there [12:38] And the missing header file is there too [12:38] But there's a C issue he introduced [12:38] Heh [12:38] I'm pondering blowing away my tree and reintroducing the changes [12:38] StevenK: The changes to build modest SVN are: 1) MODEST_MOZEMBED_CFLAGS, 2) rm src/widgets/modest-mozembed-mime-part-view.c, 3) src/modest-account-mgr-helpers.c fixes [12:39] (replace has_errors || with if (!has_errors) ) [12:45] * lool deserves a lunch break [12:45] lool: Before you go? [12:45] StevenK: Hmm? [12:45] lool: About your mail, checked how? If they build, or what? [12:45] lool: you sure you can remove the part-view? [12:45] StevenK: Yeah, if they use the vars and need a rebuild [12:46] Ah [12:46] asac_: The .c file was renamed .cpp [12:46] lool: right :) [12:46] * asac_ lunch as well [12:46] lool: I'll take -control-panel and -applets, you can check -desktop? [12:46] asac_: If you leave the .c file around (like in current SVN), it's confusing automake and it builds two objects or so and it fails to link [12:46] StevenK: Yup [12:46] StevenK: Might want to wait that osso-af-settings pops up though [12:47] * lool hungry & [12:47] Sure. === asac_ is now known as asac [13:18] Hmmm, who are the canonical staff responsible for Ubuntu Mobile? [13:18] re [13:19] jussi01: "reponsible"? [13:20] lool: hehe, who is working on it and who is the project lead/s? [13:21] StevenK: ...because lool is smarter than you and knows how to tinker with auto* files? [13:21] StevenK: Ooops, old joke. [13:21] agoliveira: I think I'll have to get you for that [13:22] jussi01: The tech lead is Mithrandir; there are many people from canonical giving a hand and some people full time ont he project; it depends on the topic [13:23] StevenK: bring a beer when you do! :) [13:23] The casual suspects for mobile stuff would be Mithrandir, StevenK, agoliveira I guess [13:23] lool: ok. How about the business lead? [13:23] jussi01: But then we get help from kernel team, from mozilla folks etc. [13:24] jussi01: It "depends" :) [13:24] agoliveira: I was pondering bringing over some .au beer - would we drink it? [13:24] jussi01: If you can tell a little more, we can look for proper contact [13:24] jussi01: Unless it's private or something? [13:24] StevenK: Absolutely! [13:25] lool: Are you canonical staff? [13:25] agoliveira: I'll see if I have a room for an 8-pack [13:25] (The beer I'm thinking of comes in 8-packs, not 6-packs :-) [13:25] * lool would be curious to taste Australian beer to, but doesn't want to commit to drinking the full beer [13:25] jussi01: I am [13:25] lool: The stuff I'm planning to bring is *dangerously* smooth [13:25] jussi01: But I'm not only working on mobile stuff [13:26] StevenK: That's what I suspected [13:26] Heh [13:26] And I'm pretty sure Australien beer flows from bottom to top [13:26] Which is why people easily get drunk with this stuff [13:26] Well, it's also 1.8 standard drinks, which helps [13:27] Your country and your beers are too large! [13:27] Haha [13:27] StevenK: I had some great beer-related experiences at LCA in 2002 so I'm all for it :) [13:27] * agoliveira misses LCA, not so much the trip itself... [13:28] * StevenK grins [13:28] specially because of a dork trying to play a didgeridoo at the airport lounge for some 2 or 3 hours... [13:31] The trip was Joinville/São Paulo/Buenos Aires/Wellington/Brisbane and the return Brisbane/Sidney/Wellington/Buenos Aires/São Paulo/Curitiba/Joinville (last part by bus). Not fun at all. [13:31] I bet [13:31] * StevenK gets impatient for Eyas to mail him [13:32] Oh, and a gentleman died of a heart atack right in front of me at Wellington's airport lounge. [13:33] ! [13:33] Yeah, as I said, this trip was no fun at all... [13:36] agoliveira: What did you do to the poor guy? "boo!"? [13:38] Hah [13:38] lool: He was an old guy that passed running for some reason. After a few minutes, he returned and sat just in front of me, gasping for air (from the running I suppose). He quiet down, started to read a magazine and a few minutes later, he simply dropped the magazine and felt on his side. Me and another guy ran to help, tried CPR while the airport staff came to help with defribilators and everything, worked on him for about 30 minut [13:39] agoliveira: Cut at "30 minut" [13:39] ...worked on him for about 30 minutes but was too late. [13:40] * agoliveira -> lunch [13:44] agoliveira: Ah, it seems we all have to die at some point [13:44] lool: I've done the 3 things to modest. So it should build? [13:44] agoliveira: (I'm not saying this because you're heading off to lunch) [13:44] StevenK: It should... with wpeditor [13:45] Which you still haven't mailed me about! :-P [13:46] agoliveira, I'm in [13:49] davidm: 14:40 * agoliveira -> lunch [13:49] That was 10 mns ago or so [13:49] StevenK: Hehe [13:49] StevenK: I'd like to clarify where it's hosted [13:50] StevenK: I can hand you a .dsc for you to test [13:50] lool, thanks, yea I saw that, just wanted him to know I was in, he wanted to talk with me. [13:50] StevenK: I'm not confident with one change to the source, but it should only affect the runtime [13:51] lool: If you don't get any clarification soon, mail me a link to the .dsc [13:51] * StevenK is going to chat to Colin about daily mobile builds [13:52] StevenK: http://people.ubuntu.com/~lool/packages/wpeditor/2.12-0ubuntu1/hardy/wpeditor_2.12-0ubuntu1.dsc [13:52] StevenK: So that you can play with modest [13:53] StevenK: I'd suggest not working on wpeditor until we clarify [13:53] I'll build it only === cprov is now known as cprov-lunch === asac_ is now known as asac [15:02] lool: About the guy who died, we have a saying here that roughly translated "the turkey don't die the day before (the dinner)". Day in day out you can read about people that survive disasters with minor scratches while some just trip on the shoelace, hit the head and die on the spot so yes, it was really that guy's turn. === cprov-lunch is now known as cprov === doko_ is now known as doko === sabotage_afk is now known as sabotage [17:50] StevenK: So I got confirmation that we can drop libwpeditor-plus, it was used "during the time there were no proper releases available" [17:51] StevenK: I mailed my first round of fixes to wpeditor; they are looking to move to a SCM [17:52] StevenK: The current place to get wpeditor is http://repository.maemo.org/pool/chinook/free/w/wpeditor/ [18:19] asac, you there? === cprov is now known as cprov-out