[09:02] shtylman_: what's wrong with those? [09:03] highvoltage: you can make it point to whatever you want by changing /.disk/release_notes_url [09:12] NCommander: you're better off removing ubiquity rather than the oem-config package as that will pick up oem-config-${frontend} as well. [09:13] ev: er, I don't think I wantto remove ubiquity in casper from a live image :-) [09:13] * ogra would just remove the diversion :) [09:13] * NCommander whacks ogra [09:13] heh [09:14] ah, I seem to have missed the intent of this [09:14] reading comments, ftw [09:15] ogra: if [ `uname -m | grep arm` ]; then exit 0 [09:15] fi [09:15] that's not crack is it? [09:15] looks okay to me, though given the point in the release cycle you might want to get at least one more pair of eyes on that [09:15] a bit broad ... butu will work [09:16] *but [09:16] ogra: its going to die as soon as natty opens [09:16] yes, since dove is gonna die :) [10:03] please don't use that form [10:03] 'if uname -m | grep -q arm; then ...' [10:04] oh, yeah ... no subshell [10:04] (or 'if [ "$(uname -m | grep arm)" ]; then ...' - quoting matters - but it's a useless use of test) [11:04] ev, morning! [11:04] hiya [11:05] ev, is it normal that ubuntu dvd is installing all the lang packs and then uninstall those that don't apply? [11:07] yes [11:07] what it's doing is copying all the files from a read-only copy of the live CD filesystem, which includes all the langpacks [11:07] then it removes the ones it doesn't need at the end [11:08] now, it has a bit of smarts to know it's going to remove certain files that it is about to copy, and thus doesn't copy them [11:08] ev, isn't there a way to avoid that? at least for lang packs [11:08] for cd is OK, there are not many, but the dvd.... [11:08] ara: the above mentioned speed up should mostly take care of it [11:09] it wont really be copying any files for the langpack packages it ultimately removes [11:10] ev, from the logs it seems that it did copy them [11:10] ara: it will say it did, but it's not actually doing it [11:11] if you want to see for yourself, put the installer in debug mode and run through it [11:11] that should spit out a bunch of "blacklisting:" messages in /var/log/installer/debug [11:11] for all the files it's skipping [11:12] ev, OK, thanks a lot! (and sorry for being skeptical ;-) ) [11:12] no worries at all [11:21] base-installer: cjwatson * r405 ubuntu/debian/ (base-installer.templates bootstrap-base.templates changelog): merge lp:~cody-somerville/base-installer/fix-final_apt_preferences-waypoint-failure-with-live-installer [11:23] base-installer: cjwatson * r406 ubuntu/debian/changelog: releasing version 1.107ubuntu3 [11:52] how to install nvidia manualy? [12:23] ev: thanks! [14:09] ev: the installer on netbook just goes off the bottom of the screen. Also if you click on the arrow to see the details they are all off the screen with no obvious way to read them :( [14:10] Goes off the screen on what page? [14:11] I realised this morning that I should've put a check for enough free vertical space around the code that constructs the expander [14:11] A bit too late for that now though [14:13] ev: from the first page that displays the progress bar it only displays about 2/3's of the bar [14:13] What's the screen resolution on this netbook? [14:19] ev: after OEM install and setup I still have ubiquity installed, isn't it ment to be removed? [14:23] bug 651086 [14:23] Launchpad bug 651086 in ubiquity (Ubuntu) (and 1 other project) "Install icons stays in netbook favourites after OEM install (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/651086 [14:27] Riddell:about to be in a meeting. I suspect the work superm1 did to refine the removal process failed to cover kde. I'll have a look when I get out though. [14:28] I could be quite wrong [14:49] ev: they look like death [15:30] ev, Riddell it should still be removed using the same method as lucid did on the kde frontend [15:31] only difference for kde frontend for maverick will be that DBUS_SESSION_BUS_ADDRESS is getting unset due to it crashing debconf when running and the locale is set this time around during the removal [15:31] if it's not getting removed, run oem-config in mode and get some logs filed [16:24] superm1: ok I'll do that in a bit [17:03] * ev 's brain is mush today. Having a very hard time following the intent along the path of grub_default(). === JanC_ is now known as JanC [17:39] cjwatson, superm1: does this make sense to you (with the code move to make the flow a bit more clear): http://paste.ubuntu.com/502719/ [17:39] mind you, I don't know if that actually fixes anything [17:40] but in investigating bug 630529 I noticed it was comparing files that could very well be a by-whatever symlink and a device node [17:40] Launchpad bug 630529 in ubiquity (Ubuntu) "Installing from USB drive writes boot sector to USB not HDD (affects: 1) (heat: 192)" [High,Incomplete] https://launchpad.net/bugs/630529 [17:47] flow> I found it confusing that it went through all that work, only to say "nah, lets do things this way instead" right at the end of the function [17:52] moving that bootremovable bit makes sense to me [17:57] that test for os.path.samefile won't be too happy though if target is something like '(hd0)' [19:12] ev, i noticed the ubuntu font made it into main and on disks for today, do you know if the intention is actually to switch to it by default still(for UI and installer and what not)? i'm just a little worried that some of the text on my plugins won't fit right, and don't want to run into the same thing as last release having to fix stuff very last minute === rgreening_ is now known as rgreening