[00:28] ev, okay so looking it over, at least my recovery plugin will may need a fair bit of work to fit in this depending on the intents and what's still missing on your branch; i think a core question is going to be what the plans are for that progress_section widget. will it be present on *all* pages, including the introduction/first page? [00:31] and further, what's the thought on showing that widget during oem-config too [07:32] ev: I came across https://bugs.edge.launchpad.net/ubuntu/+source/ubiquity/+bug/288675 - not sure if its related, but wanted to draw your attention to it in anycase. (and yes, I realize it is _old_) :) [07:32] Launchpad bug 288675 in ubiquity (Ubuntu) "no partitions listed in partition table (dup-of: 335376)" [Undecided,New] [07:32] Launchpad bug 335376 in ubiquity (Ubuntu) "[MASTER] ubiquity should warn users about unusable mounted partitions (affects: 6) (dups: 1) (heat: 10)" [High,Fix released] [09:11] superm1: wow, awesome work on the packaging branch. Thanks so much for doing that. I'll give it a review in a little bit. [09:13] superm1: As for the progress section widget, the intention is to display the greeter page, then the prepare to install Ubuntu page, then (if there's no network connection and wirelesss hardware is present) the wireless page, then partitioning. Once you hit "Install Now" from the partitioning page, the progress section will appear and the core installation process will begin in parallel to the rest of the pages. [09:13] I've set it to always display for now to make sure I'm paying attention to the maximum size of the window and how most pages will look. [09:15] I'll be doing the debconffilter plumbing to allow this parallel work at the sprint next week [09:49] cjwatson: might you be able to tell me what the :sl#: directives in debconf templates mean? I've been digging through the source and cannot find that processed anywhere. Apologies if this is immensely obvious. [09:55] yeah, they're translation sublevels [09:56] * cjwatson hunts for the docs [09:57] http://d-i.alioth.debian.org/doc/i18n/ch01s04.html#sublevels [09:58] ah! Very much appreciated, thanks! [10:02] ah, that's why. The source package doesn't have l10n-sync [10:03] yeah, none of this is actually used in Ubuntu, but I've made a practice of trying to set the right sublevel comments anyway where possible in order to make future patch submissions easier [10:10] partman-auto: evand * r326 ubuntu/debian/po/templates.pot: Update template [10:17] partman-auto: evand * r327 ubuntu/debian/changelog: releasing version 91ubuntu3 [10:58] partman-auto-loop: cjwatson * r55 ubuntu/debian/ (changelog rules): [10:58] partman-auto-loop: Use 'dh $@ --options' rather than 'dh --options $@', for [10:58] partman-auto-loop: forward-compatibility with debhelper v8. [11:00] partman-iscsi: cjwatson * r56 ubuntu/debian/ (changelog rules): [11:00] partman-iscsi: Use 'dh $@ --options' rather than 'dh --options $@', for [11:00] partman-iscsi: forward-compatibility with debhelper v8. [11:01] partman-uboot: cjwatson * r12 ubuntu/debian/ (changelog rules): [11:01] partman-uboot: Use 'dh $@ --options' rather than 'dh --options $@', for [11:01] partman-uboot: forward-compatibility with debhelper v8. [11:43] ubiquity: evand * r4148 maverick-redesign/ubiquity/plugins/ubi-partman.py: [11:43] ubiquity: * Support resizing or replacing one partition on each disk, as implemented in [11:43] ubiquity: partman-auto 91ubuntu-3. [11:50] ubiquity: evand * r4149 maverick-redesign/gui/gtk/stepPartAuto.ui: missed signal handler in previous commit. [11:52] ubiquity: evand * r4150 maverick-redesign/ (6 files in 5 dirs): * Start of ubi-wireless conversion to a debconf plugin. [11:53] ubiquity: evand * r4151 maverick-redesign/ubiquity/plugins/ubi-timezone.py: note on how to implement the timezone page [12:00] ubiquity: evand * r4152 maverick-redesign/ (92 files in 8 dirs): Merge with Mario's packaging branch. [12:00] superm1: ^ thanks again! [15:02] cjwatson: Could you or someone from your team take a look at bug 604685 when you get a chance. [15:02] Launchpad bug 604685 in ubiquity (Ubuntu) "[Maverick] No "Forward" button when selecting timezone (affects: 2) (heat: 12)" [High,Triaged] https://launchpad.net/bugs/604685 [15:03] that's a pygtk bug [15:04] notice that the exception starts inside the gobject introspection module [15:04] ev: oh okay [15:06] thanks [15:06] sure thing [16:14] ev, ah that makes much more sense then about the progress section widget, gotcha. np on the packaging branch. thanks for the merge [16:17] for what it's worth the timezone design is changing slightly. A combobox doesn't work well (pulls focus to the wrong area), even with submenus, so on michaelforrest1's advice I'm working on writing a menu button that will sit just to the right of what was the combobox but is now an entry widget. [16:17] amazed that gtk doesn't have this already === michaelforrest1 is now known as michaelforrest === mpt_ is now known as mpt [17:33] http://people.canonical.com/~evand/tmp/timezone_menu_button.png - michaelforrest, perhaps the wrench icon wouldn't be such a bad fit. [17:35] or a cog [17:40] ev: I think something menu-like would be more appropriate [17:40] three lines of a list or whatever [17:41] a cog feels like 'settings' to me [18:02] ubiquity: superm1 * r4133 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): [18:02] ubiquity: Disable the "Installing the System" title before Ubiquity comes up [18:02] ubiquity: in automatic mode to prevent confusion before it actually does damage [18:02] ubiquity: in case there are any confirmation screens that should come up first. [19:27] ev: any chance you are about? i got it to install...