[00:25] quick q on accessibility [00:25] I noticed that braille uses it's own boot parameter as opposed to being access=braille [00:26] How should the dialog be: radio for v1 v2 v3 braille m1 m2 or is braille a separate option? [00:27] radio: v1 v2 v3 m1 m2 + checkbox braille === cr3_ is now known as cr3 [09:46] I have added accessibility support to wubi, if someone can have a quick look and let me know if there is anything to change [09:47] I skipped braille for the time being, see ^^^ [13:04] apt-setup: cjwatson * r121 apt-setup/ (14 files in 8 dirs): [13:04] apt-setup: * Use different pre-populated Release files for -proposed, -updates, and [13:04] apt-setup: -backports. [13:06] apt-setup: cjwatson * r122 apt-setup/debian/changelog: releasing version 1:0.31ubuntu4 [14:08] xivulon: I believe braille is the same as the others, it should be a separate option, but check with TheMuso. [14:12] evand what do you have in ubuntu startup? I will replicate the interface there? [14:12] live CD boot options I mean [14:32] xivulon: High Contrast, Magnifier, Screen Reader, Braille Terminal, Keyboard Modifiers, On-Screen Keyboard. [14:39] v1=high contrast, v2=magnifier...? [14:39] Do you show the above text, or something like "Mild Visibility" [14:43] in the same order, that's access=v1, v2, v3, brltty, m1, m2 [15:09] apt-setup: cjwatson * r123 apt-setup/ (apt-setup-verify debian/changelog): [15:09] apt-setup: * Run 'apt-get update' for all sources.list lines produced by a single [15:09] apt-setup: generator in one go, and don't comment out sources.list lines if it [15:09] apt-setup: fails (LP: #154095). [15:12] apt-setup: cjwatson * r124 apt-setup/debian/changelog: releasing version 1:0.31ubuntu5 [17:58] so we have a problem in that when ubiquity crashes when loopinstalling, it ends up on the live CD desktop. Most users will interpret this as the result of the install, rather than install failure. [17:59] part of the problem is that I haven't finished exception handling in components, so if the crash happens there they wont get an error dialog at all. [18:02] I think we could solve most cases by copying the log files to the host partition and calling zenity (failure_command happens before ubiquity's error dialog shows) to tell the user that an error occurred and the system will now reboot. [18:02] in failure_command that is [18:03] but I'm not sure how to handle cases where we haven't enclosed a portion of code in a try block. [18:07] Shall I put the log-copy code into a preseed (failure_command) or will that be handled by ubiquity / ubiquity-init? [18:07] the former [18:07] Also is zenity always available? [18:08] I think in the case of gtk [18:10] will I be in X or in a console environment by the time failure_command is executed? [18:10] you'll be in X [18:11] ok, so you have zenity in gtk and kdialog in kde [18:11] ok then [18:12] [ -e /host/ubuntu ] && tar -czf /host/ubuntu/installation-logs.tgz /varl/log; #TBD msg in zenity || kdialog; reboot [18:12] roughly, yes [18:12] +/- [18:12] cjwatson: does this seem like a reasonable approach to the above problem to you? [18:14] calling zenity is pretty gross, but might be the quickest workaround [18:15] and is about all you can really do in a hook [18:17] indeed [18:17] this still doesn't take care of situations where the installer crashes in an odd place though :/ [18:19] bug #191029 [18:19] Launchpad bug 191029 in wubi "On failure, copy the logs to windows and reboot" [Low,Confirmed] https://launchpad.net/bugs/191029 [18:21] xivulon: oh, gzipping it might be a bad idea as most people wont have 7zip installed on their Windows machine. [18:22] and notepad will get confued by \n :P [18:22] wordpad ftw [18:22] is zip generally available? [18:22] it's on the CD [18:23] I'll use zip then [18:29] cjwatson had a user with a frozen system since he rebooted before autopartition-loop (which sets sendsigs.omit) [18:29] I think I should move that to lupin find_iso if you agree [18:29] or _also_ to lupin find_iso [18:29] once I am there I might rename find_ido to iso-scan/filename [18:48] ubiquity: evand * r2450 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): * Fix the installer window appearing briefly when starting automatic mode. [18:50] good cia, now give me my shell back [19:55] ubiquity: evand * r2451 ubiquity/ (bin/ubiquity-dm debian/changelog): [19:55] ubiquity: * Explicitly call GDM/KDM at the end of ubiquity-dm as we now remove the rc [19:55] ubiquity: files in casper for only-ubiquity and automatic-ubiquity.