/srv/irclogs.ubuntu.com/2009/04/13/#ubuntu-installer.txt

CIA-4ubiquity: cjwatson * r3213 ubiquity/debian/changelog: releasing version 1.12.800:04
davmor2cjwatson: netboot still stops on the boot:  screen rather than the boot selector page :(11:04
cjwatsonyes, that won't be fixed for jaunty. sorry. I just haven't had time.11:16
davmor2cjwatson: I didn't think it would this late in.  Is it worth adding a fix for karmic to it?11:17
cjwatsondude, I *don't know what the fix is*&11:17
cjwatsonif I knew what it was, I would have applied it11:17
davmor2:) fair enough I'll just leave it be then :)11:18
cjwatsonintrepid had the same bug, so it isn't a regression11:18
cjwatsonnot from the last stable release anyway11:18
cjwatsonI'm sorry, I just have too much to do - I would take a patch11:19
davmor2true :)11:19
davmor2cjwatson: it's at time like this I wish I knew how to program :(  Unfortunately I don't which is why I test :)11:21
cjwatsonit's probably not actually a significant amount of programming; busted configuration file somewhere11:23
davmor2I might try and make it my scratching itch project11:27
davmor2cjwatson: bug 144147 is it more of a wishlist bug than anything else?11:58
ubottuError: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/144147/+text)11:58
davmor2cjwatson: bug 107266 and this one is fixed released now isn't it?12:00
ubottuLaunchpad bug 107266 in debian-installer "debian-installer the progress bar needs smoothing out" [Undecided,Incomplete] https://launchpad.net/bugs/10726612:00
=== You're now known as ubuntulog
superm1cjwatson, w/ evand not here today, is there going to be any way to get wubi rebuilt for RC still?14:41
=== bdmurray_ is now known as bdmurray
davmor2cjwatson: should oem map have the new circle locator?20:06
shtylmandavmor2: yes...evand probly just forgot to copy over the changes?20:21
davmor2shtylman: ta I wrote a quick bug for it20:22
shtylmandavmor2: gotcha....I will make an oem branch and just copy the changes over when I get back from lunch...bug number?20:23
davmor2shtylman: https://bugs.launchpad.net/ubuntu/+source/oem-config/+bug/36065220:23
ubottuUbuntu bug 360652 in oem-config "Jaunty: Ubuntu Oem map still displays the x for location rather than the target" [Undecided,New]20:23
shtylmanthanks20:24
davmor2shtylman: thanks back :)20:24
davmor2shtylman: did you manage to find the right shade of blue?20:27
shtylmandavmor2: nope...not yet...surprisingly no-one ever gave me the rgb colors and the wiki didn't have them... :/ (I might just color picker around some common colors)20:29
davmor2shtylman: 133d80 is the html number of the word kubuntu on kubuntu.org20:32
shtylmandavmor2: thanks21:43
shtylmandavmor2, cjwatson: ~shtylman/oem-config/timezone_map_gtk21:43
davmor2shtylman: nice one :)21:51
cjwatsondavmor2: I think Low is fine for 144147, and have undone the pointless request for more information22:04
davmor2cjwatson: sweet :)22:05
cjwatsondavmor2: 107266 is a dup; marked as such22:05
davmor2cool missed that bit :)22:05
cjwatsonsuperm1: I have no idea how to go about updating wubi, so I guess it has to wait until tomorrow22:05
cjwatsonshtylman: thanks for that - I'll look at merging it shortly, though possibly for final not RC at this point, not sure22:06
superm1cjwatson, yeah i think evan is the only one that really can right now - the builds end up in people.ubuntu.com/~evand22:06
davmor2cjwatson: slangasek said the iso's would probably get respun22:07
cjwatsonshtylman: in future it will help me if you add a debian/changelog entry for your changes too. You can use dch to do that; I'd recommend that you set "DEBCHANGE_RELEASE_HEURISTIC=changelog" in ~/.devscripts first22:22
cjwatsonshtylman: (no need to do so in this case; I'll take care of it)22:22
cjwatsonshtylman: this also means you can describe your change in debian/changelog, and then use 'debcommit' to commit it, which will automatically use the text of your changelog entry as a commit message; I find that rather handy22:22
shtylmancjwatson: noted, will do for future22:23
cjwatsonif you've used the correct "(LP: #nnnnnn)" syntax for bug closures, this even puts metadata into the branch so that your branch magically appears on the bug page as a proposed fix22:23
cjwatsononce you've pushed it to LP, anyway22:23
shtylmanahh... very cool22:24
cjwatson+from ubiquity.segmented_bar import CairoExtensions22:24
cjwatsonthat won't work in oem-config22:24
cjwatsonindeed we don't have the segmented_bar module at all22:24
cjwatsonmight need to copy just the CairoExtensions stuff out of that22:24
shtylmanoops...that line shouldn't have been copied... right22:24
cjwatsonI don't think simply removing that line will help. The code you copied does rely on CairoExtensions22:25
cjwatson+            CairoExtensions.rounded_rectangle(cr, newx - 4, newy + ybearing - 6, width + 10, height + 12, height / 6)22:25
shtylmanyea... we do need the extensions.. but that line shouldn't be there... as you said probly a copy, I will do that and push to the branch22:25
cjwatsonthanks22:26
shtylmancjwatson: pushed, hopefully good now...I just copied the class for CairoExtensions into the timezone_map file22:32
shtylmanwill deff need to talk with evand after release about merging the two codebases...the separation is a nightmare.. :/22:33
cjwatsonwe've wanted to do it for some time, but it's never quite been important enough to dedicate time to it22:39
cjwatsonhmm, so your debian/changelog change is wrong, because it edits an already-released entry22:40
cjwatsonthis suggests to me that you forgot to put "DEBCHANGE_RELEASE_HEURISTIC=changelog" in ~/.devscripts22:40
shtylman:( ... I set the DEBCHANGE_RELEASE_HEuRISTIC in bashrc...22:40
shtylmanfigured it was an environ variable...22:41
cjwatsonno, it isn't22:41
cjwatsonI'll fix it up22:41
shtylmanwell damn...sorry22:41
cjwatsonwant to make the entry more complete anyway22:41
shtylmanI don't have a .devscripts even though the package is installed22:41
shtylmanis it just a textfile with some options set?22:41
cjwatsonyes22:42
cjwatsonsee dch(1)22:42
shtylmank...I will make on so future changelogs are better22:42
cjwatsonthis still isn't right, though, I'm afraid - there are other classes used by CairoExtensions which you haven't copied22:43
cjwatsonany chance you could test this? :-)22:43
shtylmanyea... lemme fire up a vm and have a go at it22:44
cjwatsonI think it would be better to put the copied code in a separate file, personally22:44
cjwatsonlib/cairo_extensions.py or something, and then a similar split-out could happen in ubiquity after jaunty22:44
shtylmanI have a meeting coming up in a few, so I will ping you later tonight/evening (for me here) once I have tested it (will copy the code out as well)22:45
cjwatsonTBH, my gut says that we should not make this change in oem-config until after jaunty22:45
cjwatsonbut I'd be prepared to be convinced otherwise if the change was well-tested22:45
shtylmancjwatson: leaving the change off sounds fine for me... dunno how the graphics people will feel :)22:45
cjwatsonthey were more urgently concerned with ubiquity22:45
shtylmanI see22:47

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!