[15:24] ev: have you tried opening the advanced dialog and clicking ok? [15:24] I am getting segfaults cause a certain method doesn't exist [15:25] shtylman: on GTK or KDE? [15:25] on kde... but I look at the code and I think gtk will have the same problem [15:25] line 154 of ubi-summary.py [15:25] the call to self.set_summary_device [15:28] ubiquity: evand * r3810 ubiquity/ (debian/changelog ubiquity/components/ubi-summary.py): [15:28] ubiquity: Fix method call to set_summary_device in the advanced dialog. [15:28] ubiquity: Thanks Roman Shtylman. [15:28] shtylman: ^ thanks [15:28] good stuff :) [15:29] ev: that won't do it [15:29] oh? [15:30] yea... I think thats what the kde code had at first...lemme verify [15:31] ev: yea...cause the error I got was: Controller instance has no attribute set_summary_device [15:31] on line 274 in ubi-summary.py [15:32] it doesn't work with the controller or without it [15:33] ubiquity: evand * r3811 ubiquity/ubiquity/frontend/base.py: Add missing bit to previous commit. Need to fix this properly at some point. [15:35] ev: controller has no method set_grub :) [15:36] ubiquity: evand * r3812 ubiquity/ubiquity/frontend/base.py: ARGH. One more. [15:36] :) [15:39] :) [15:40] ev: all better now [15:41] hooray [16:52] ev: have you tried manual partitioning much? [16:52] shtylman: in gtk, yes [16:53] ev: bug: #525315 [16:53] bug #525315 [16:53] Launchpad bug 525315 in ubiquity "Kubuntu Installer crashed after selecting partition to be format" [Undecided,New] https://launchpad.net/bugs/525315 [16:53] to reproduce... start manual partitioning [16:53] and when editing a parition don't select format [16:53] but when try and check the format box in the actual list [16:54] I get an assertion failure cause it doesn't think its on the choose_partition question [16:54] im curious to know if the same happens in gtk? [16:54] I don't think it does. [16:54] hmm [16:55] but don't quote me on that :) [16:55] * shtylman wonders why that would be... cause i don't do anything to the question... [16:55] heh [16:55] shtylman: firing up KVM now to confirm [16:56] ev: cool [17:00] ev, i've been seeing some feedback from people testing recent dailies that migration assistant is all sorts of broke, as in if it comes up, it's blocking going forward [17:01] not sure if there's any matching bug mail for that yet though, just mentioned in passing [17:01] superm1: added to my todo list, thanks for the head up [17:01] shtylman: works fine in the gtk frontend [17:04] ev: hm.. well then [17:06] ev: both checking the format box in the dialog as well as waiting to check it after? [17:13] shtylman: indeed [17:16] ev: maybe one day the partitioning code won't be such a mess [17:16] I can only hope for such a future :) [17:16] ...it isn't [17:17] at least on the kde side it feels like it [17:17] partman is a fairly complicated piece of machinery due to the nature of what it does [17:17] yea [17:17] I think we need more comments [17:18] a fair point :) [17:18] I never know what data structure is suppose to contain what [17:21] yeah, I really need to clean up set_disk_layout (among others, I'm sure) [18:13] ubiquity: shtylman * r3813 trunk/ (11 files in 4 dirs): kde ui bugfixes