/srv/irclogs.ubuntu.com/2010/03/25/#ubuntu-installer.txt

johnbristolA question about Lubi - am I likely to have problems installing it into a LVM/LUKS environment? Will the new GRUB pick up the fact that the existing distro needs the LUKS scan before it tries opening my existing root when I want to go back into that?02:05
aracjwatson, I can confirm this bug in the latest kubuntu build. bug 53946308:25
ubottuLaunchpad bug 539463 in ubiquity "console-setup exited 141" [High,Triaged] https://launchpad.net/bugs/53946308:25
araI have attached the debug file with the trace08:25
evbah, gtk.Widget.rc_get_style isn't working in maybe-ubiquity09:06
evhrm, maybe this is actually a subtle ubiquity-dm bug09:06
* ev digs09:06
evhrm, must be.  Even using a realized widget and get_style instead of rc_get_style doesn't work.09:39
araev, is there any reason why kubuntu ubiquity is not asking for my account name and password anymore?10:20
evara: that page is probably crashing.  Can you pastebin /var/log/installer/debug?10:20
araev, I am installing now, will do when it's done10:21
evokay10:30
=== dpm is now known as dpm-bbl
araev, bug 54679211:06
ubottuLaunchpad bug 546792 in ubiquity "Kubuntu installation no longer asks for login information" [Undecided,New] https://launchpad.net/bugs/54679211:06
evah, damn11:07
eventirely my fault11:07
evfixing now11:07
CIA-3ubiquity: evand * r3984 ubiquity/ (debian/changelog ubiquity/components/ubi-console-setup.py):11:15
CIA-3ubiquity: Correctly feed the calculated keyboard layout back to the running11:15
CIA-3ubiquity: component. This has the side benefit of the calculated layout11:15
CIA-3ubiquity: getting selected in the treeviews.11:15
CIA-3ubiquity: evand * r3985 ubiquity/ (debian/changelog ubiquity/components/ubi-usersetup.py):11:18
CIA-3ubiquity: Don't try to import the GTK LabelledEntry widget in the KDE frontend11:18
CIA-3ubiquity: (LP: #546792).11:18
evara: ^ Fixed.  Thanks for finding that so quickly!11:18
araev, np :-)11:18
CIA-3ubiquity: evand * r3986 ubiquity/debian/changelog: LP bug reference.11:19
CIA-3ubiquity: evand * r3987 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py):11:37
CIA-3ubiquity: Disable the context menu in the slideshow frame. Thanks Dylan11:37
CIA-3ubiquity: McCall!11:37
=== rgreening_ is now known as rgreening
=== dpm-bbl is now known as dpm
evhow on earth... bug 546255 has a different version of ubiquity and oem-config14:48
ubottuLaunchpad bug 546255 in ubiquity "[Lucid] Ubiquity 2.2.7 OEM Xubuntu install does not install oem-config" [Undecided,New] https://launchpad.net/bugs/54625514:48
evohhh14:48
evif you upgrade ubiquity via the installer, you won't get a new oem-config, will you?14:49
evwait, no.  That's not right.14:49
evit's the other way around, oem-config is newer than ubiquity14:51
superm1cjwatson, i just wanted to remind you about enabling maybe-ubiquity in the mythbuntu builds. i looked at the daily two or three days ago and didn't see it15:14
cjwatsondid you send me artwork requirements?15:14
superm1just reusing the same artwork that's currently there is fine15:15
cjwatsonif you could file a bug against ubuntu-cdimage, that would be good15:15
cjwatsonI've stuck it in my todo though15:16
superm1sure.  i think we just mentioned it over the weekend while you were on the n900 or so, so i assumed it was just forgotten15:16
cjwatsonyeah, it had slipped my mind, thanks15:16
CIA-3ubiquity: evand * r3988 ubiquity/ (debian/changelog ubiquity/components/ubi-language.py):15:33
CIA-3ubiquity: * Make sure the user we're not processing events before we've set up15:33
CIA-3ubiquity:  the language list in the KDE frontend (LP: #528678).15:33
CIA-3ubiquity: * Don't try to translate the greeter with the C locale.15:33
CIA-3ubiquity: evand * r3989 ubiquity/debian/changelog: Don't let LP close 528678 as there are two parts to it.15:37
* ev sighs at overeager bug triagers marking lots of bugs as duplicates15:47
CIA-3ubiquity-slideshow-ubuntu: evand * r250 ubiquity-slideshow-ubuntu/debian/changelog: Add changelog entry for Dylan's changes.16:20
CIA-3ubiquity-slideshow-ubuntu: evand * r251 ubiquity-slideshow-ubuntu/ (5 files in 5 dirs): Update translation templates.16:24
CIA-3ubiquity-slideshow-ubuntu: evand * r252 ubiquity-slideshow-ubuntu/debian/changelog: releasing version 1816:31
CIA-3ubiquity: evand * r3990 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py):17:05
CIA-3ubiquity: Don't destroy the main window when the close button is pressed17:05
CIA-3ubiquity: (LP: #543775).17:05
superm1ev, with that new install_window stuff, i think you're missing copying over a few settings from the old install_window: disabling the minimize button, setting the title17:38
evah, damn17:39
superm1yeah: http://imagebin.org/9032817:39
evsuperm1: noted, will fix tomorrow if no one beats me to it17:39
bladernrHey, this may be a silly question, but, during development, why doesn't ubiquity have --debug enabled by default? Especially given the number of installer bugs that pop up during Alpha and Beta testing?17:45
bladernrJust something I was thinking about a moment ago...17:46
CIA-3ubiquity: evand * r3991 ubiquity/ (debian/changelog ubiquity/components/ubi-language.py):17:46
CIA-3ubiquity: Properly handle exceptions around opening the release_notes_url file17:46
CIA-3ubiquity: in the KDE frontend (LP: #540266). Hide the label if the release notes17:46
CIA-3ubiquity: do not exist.17:46
cjwatsonbladernr: because it exposes the user's password in the debug log17:46
bladernrahhh... I'd never noticed that before17:46
cjwatsonbladernr: this is (perhaps surprisingly) very, very difficult to fix17:46
cjwatsonit does warn about it in the UI, but nevertheless I'm not comfortable enabling it by default17:47
cjwatsonhttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=35711817:47
ubottuDebian bug 357118 in debconf "debconf: exposes passwords in debug messages" [Normal,Open]17:47
bladernrthe only thing I've ever been interested in as far as debug logs and such goes was looking for tracebacks and such, so I never even noticed passwords being exposed.17:47
bladernrOk... that's a good point cjwatson makes sense to me now.17:47
superm1cjwatson, maybe scrubbing the logs in the apport hook then?17:54
cjwatsonsuperm1: I'm not comfortable with it period, sorry17:55
cjwatsonI have been burned by passwords in debug logs before (see breezy) and am absolutely definitively not going there again17:56
cjwatsonsee http://www.ubuntu.com/usn/usn-262-117:56
superm1oh yuck17:57
=== dpm is now known as dpm-afk
=== JanC_ is now known as JanC
=== dpm-afk is now known as dpm

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