[01:10] stgraber: I remember chatting about refixing bug 944614 . But I don't see reference of refixing it in raring/precise. Can you please take a look at the bug and proposed branches once again and adjust the status as appropriate. [01:10] Launchpad bug 944614 in ubiquity (Ubuntu) "ubiquity crashed with AttributeError in keyboard_variant_timeout(): 'NoneType' object has no attribute 'apply_keyboard'" [High,Triaged] https://launchpad.net/bugs/944614 [01:59] * xnox doesn't have anything else. [02:15] upload ?! [02:16] Be my guest [02:16] I was about to crash [02:20] good night =) [02:20] All flavours use gsettings now for everything that matters, then? [02:20] well.... lubuntu has it's own # of workspaces etc. which they don't change. [02:21] Well, I guess it's more about keys rather than flavours [02:21] the whole lubuntu session is actually running and one can right click on the desktop, but I guess it's ok for power lubuntu users & novice don't discover it. [02:21] Certainly nicer to get rid of that code if we can now [02:21] haven't checked xfce [02:23] so lubuntu uses gsettings and some schemas are missing. [02:23] but it boots and works on flavours I have tried. and it's easier to test once landed. [02:23] also cleaned up merge proposals. [02:24] still kylin stuff to merge, but laters... [02:31] Thanks for your work! [02:32] no problem. ;-) [02:50] oh, also autopilot is having a hard time finding ubiquity's gtk mainloop so no automated gui testing just yet. [09:06] xnox: I forgot that my branch was still proposed... Still I am not surprised it doesn't apply, and we still need a way to get to he indicators via keyboard anyway... [09:48] TheMuso: =) [09:48] * xnox was trying to clean up and make sure that outstanding merge proposals are in fact outstanding ;-) [10:07] yeah fair enough. [10:08] Actually, I think I know where we *could* find code to be able to register a keybinding grab to get to the top panel with the keyboard. I must make some time to dig tha tout and port it to the ubiquity panel code. [10:09] TheMuso: well since our panel is fairly simplistic one window thing, we could just add GtkActions with keybindings. [10:10] Would that work when the ubiquity window has focus? [10:10] I thought such keybindings only worked if the window in question had focus. [10:10] true. [10:11] And I know about action groups, I used them to implement keystrokes for screen rader activation. [10:11] we have g-s-d running and that's the thing that does make ctrl-alt-t work when ubiquity window is focused. I guess it can be tought how to jump to panel?! [10:11] (and bring up terminal) [10:11] yes but that means further patching gsd. [10:12] TheMuso: well who/what does the current F10 functionality on normal desktop? [10:12] The indicator-applet code from the panel days has code that allows a keybinding to be set up via X I think so it can focus the first indicator. I was thinking of taking the code from there. [10:12] xnox: Compiz. [10:12] since ubiquity is running compiz - i'ts mostly should be same...... [10:13] Compiz/unity implements that code. [10:13] well the way I start compiz is minimalistic. [10:13] Plugins in compiz can add keyboard shortcuts to be executed. [10:13] But we would probably have to write a new plugin just to do this. [10:13] * xnox hopes it's not in the complete unity plugin. [10:14] =/ [10:14] I elieve it is. [10:14] believe [10:14] Hense, my thought to grab the keybinding grab code from indicator-applet, which actually was originall taken from tomboy. [10:14] *originally. Damn typing sucks this morning. [10:15] (all roads lead to tomboy?!....) [10:15] * xnox does not like ^ saying [10:16] heh [10:19] oAnyway, I'll chase this up when I get time... Same as my other branch. === kentb is now known as kentb-afk === kentb-afk is now known as kentb [22:29] Trying to do pxe installs with 12.10 iso fails where it worked for previous releases. Seen quite a few forum posts on this but no solution. Here is the APPEND line from pxelinux.cfg/default: boot=live live-media-path=/casper netboot=nfs nfsroot=192.168.1.9:/srv/tftp/install-media/ubuntu-desktop-amd64-12.10/casper initrd=install-media/ubuntu-desktop-amd64-12.10/casper/initrd.lz -- [22:29] Any idea how to solve this? [22:55] Aha, tried a few things from different blogs etc. and found the 'doesn't work' again: IP-Config: eth0 hardware-adress..... IP-Config|: no response after 3 seconds, giving up. both cards are tg3, on old proliant server. [23:19] tg4 seems to be in the initrd.lz, what gives? [23:19] tg3 === kentb is now known as kentb-out [23:49] rrrrr! giving it a static ip with the ip= results in "mount call failed - server replied no such file or directory" Verified that the mount does work on other machines... omg, I am sure this has happened before.