[00:01] ubiquity: evand * r4381 maverick-cleanup/ubiquity/frontend/gtk_ui.py: Remove a workaround for a *long* since fixed bug (bgo 437281). [00:06] cody-somerville: I wasn't aware of any, and its implementation is very simpe [00:06] *simple [00:06] hm, I can take a guess mind you [00:07] cjwatson, This is what I'm running into: http://pastebin.ubuntu.com/495591/ [00:08] cody-somerville: yeah, I was just guessing that [00:08] cody-somerville: thing is, it seems to be the same in Debian [00:08] Debian reports the same issue. [00:08] cody-somerville: have you asked the Debian live guys? [00:08] or an issue [00:08] it should be fixed there [00:08] [18:16] note that we're having a similar problem in debian too; [00:08] [18:16] apt-setup is supposed to be fixed soon. [00:08] uh [00:08] apt-setup has nothing to do with it. [00:09] you can tell him I said that if you like [00:09] indeed. So not sure if he is referring to the same issue or not. [00:09] base-installer/install-recommends is only in bootstrap-base.templates, not in live-installer.templates, but is used by code in base-installer (common to both) [00:09] I don't know how that discrepancy should be resolved, so am hesitant to fix it one way or the other [00:10] I've taken it to #debian-boot [00:11] cjwatson, I imagine disabling that waypoint in Ubuntu's live-installer for now should be fine, eh? - since we don't not install recommends when installing the kernel [00:12] let's allow time for this to be resolved in Debian [00:12] recommends handling is delicate and I don't have brain-space right now to think through the implications [00:14] my manager wants me to fix this by EOD for one of our projects so I'll just make the change for that project and follow what happens in Debian [00:15] feel free to change it in OEM, certainly [00:16] I suspect I know which issue dba is referring to, and it's the one I'm working on fixing in that workspace over there --> [00:55] ev, just fyi i've been noticing inconsistently on some installs that the window size isn't getting set right for the slideshow still. rebooting the VM with no changes, it's fine the next time around http://imagebin.org/114549 [01:20] ubiquity: evand * r4382 maverick-cleanup/ubiquity/ (frontend/gtk_ui.py plugins/ubi-prepare.py): Not enough coffee. Only Glade the application reads the XML catalog; libglade does not. [01:20] superm1: okay, I'll take a look at it over the weekend or on Monday [01:25] I really wish gtk.Builder.get_type_from_name was smart enough to do imports as needed, so I could do away with that import gtkwidgets. [01:43] ubiquity: evand * r4383 maverick-cleanup/ubiquity/plugin.py: Ensure that install always gets called with at least two arguments, as plugins rely on them.