CIA-13 | installation-guide: cjwatson * r512 ubuntu/ (debian/changelog en/appendix/preseed.xml): Document network-console/authorized_keys_url feature (LP: #1042480) | 10:11 |
---|---|---|
CIA-13 | installation-guide: cjwatson * r513 ubuntu/debian/changelog: releasing version 20100518ubuntu8 | 10:14 |
davmor2 | hey guys is it know that there are scrollbars on the slideshow now? | 11:37 |
ogra_ | davmor2, yeah | 11:40 |
ogra_ | bug 1008717 | 11:41 |
ubot2 | Launchpad bug 1008717 in ubiquity "Ubiquity displays scrollbars inside of slideshow" [Medium,Triaged] https://launchpad.net/bugs/1008717 | 11:41 |
davmor2 | ogra_: nice thanks | 11:41 |
ogra_ | not nice ... but welcome :) | 11:41 |
davmor2 | ogra_: I've subscribed myself now any way if I ever get another spare 2 seconds once it's fixed I can try a fresh install again :) | 11:42 |
ogra_ | well, i dont think anyone looked deeply into this yet | 11:43 |
ogra_ | its a pretty onld but (for quantal) already | 11:43 |
ogra_ | *old bug | 11:43 |
ogra_ | (god, my typing) | 11:43 |
=== ara is now known as Guest39435 | ||
davmor2 | ogra_: don't go blaming god for your typing unless your fingers suddenly became god ;) | 12:38 |
ogra_ | heh | 12:39 |
xnox | Anyone knows a sensible way to launch a gnome-terminal from within ubiquity-greeter? | 16:30 |
ogra_ | just hack an xterm call into the upstart job ? | 16:31 |
ogra_ | or some such | 16:31 |
xnox | ogra_: tried that didn't work well enough, as ubiquity-dm is too smart to notice that I launched gnome-terminal instead of ubiquity | 16:32 |
ogra_ | bah | 16:32 |
ogra_ | there was another top level script where you could inject stuff | 16:32 |
ogra_ | wow, unpacking the ubiquity source package stalls my ac100 | 16:34 |
* xnox is adding a cheeky subprocess.call() | 16:34 | |
ogra_ | mean xz compression | 16:34 |
xnox | ogra_: packing ubiquity source package stalls my i5 | 16:34 |
ogra_ | heh | 16:35 |
=== infinity_ is now known as infinity | ||
* xnox it worked! | 16:36 | |
ogra_ | cool | 16:37 |
ogra_ | leave it there and add a cmdline option to start it ;) | 16:37 |
ogra_ | and then commit ;) | 16:38 |
xnox | hmm.... | 16:38 |
ogra_ | sounds like a helpful debugging tool | 16:38 |
xnox | ogra_: but I think it should be part of ubiquity-dm or the upstart job, not from within ubiquity =/ | 16:40 |
ogra_ | not sure, you would probably want it to work in oem-config too | 16:41 |
ogra_ | and you want it to have the exact same env as ubiquity | 16:42 |
xnox | hmmm... ok | 16:42 |
ogra_ | though starting it alongside in the same env rergardless which mode ubiquity runs in would likely be cleaner | 16:43 |
ogra_ | so -dm would probably be better | 16:44 |
xnox | os.environ['GTK_MODULES'] = 'gail:atk-bridge' | 16:48 |
xnox | vs | 16:48 |
xnox | GTK_MODULES=canberra-gtk-module:canberra-gtk-module:overlay-scrollbar | 16:49 |
ogra_ | hmm | 16:49 |
ogra_ | but that shouldnt affect the normal session | 16:50 |
* xnox yeah! =) | 16:51 | |
xnox | that fixes that bug =) | 16:51 |
ogra_ | accessibility or 'maybe-ubiquity' ... or 'only-ubiquity' ... or 'oem-config-wrapper' | 16:51 |
xnox | let's see if I get scrollbars in the slide | 16:51 |
xnox | slideshow. | 16:51 |
xnox | was there a reliable way to reproduce those? | 16:51 |
ogra_ | i dont get why that bit would get executed in a normal install | 16:51 |
xnox | which bit? | 16:51 |
ogra_ | os.environ['GTK_MODULES'] = 'gail:atk-bridge' | 16:52 |
ogra_ | it shouldnt get there | 16:52 |
xnox | ogra_: define "normal" install? | 16:52 |
xnox | upstart starts -> ubiquity upstart job launches -> two code patsh | 16:53 |
xnox | upstart starts -> ubiquity upstart job launches -> two code paths from there on | 16:53 |
xnox | install ubuntu: continue ubiquity-dm session and do an install | 16:53 |
ogra_ | there is an if above os.environ['GTK_MODULES'] = 'gail:atk-bridge' | 16:53 |
ogra_ | none of the conditions apply to a normal install | 16:53 |
xnox | try ubuntu: quit ubiquity-dm -> launch lightdm -> auto-login | 16:53 |
xnox | ogra_: default boot option is maybe-ubiquity | 16:54 |
xnox | aka greeter "try or install ubuntu" | 16:54 |
ogra_ | oh, since when ? | 16:54 |
ogra_ | ah | 16:54 |
xnox | since a long time ago..... | 16:54 |
ogra_ | thats the part i never see on arm :) | 16:54 |
xnox | ah =) true, cause on arm it's probably "only-ubiquity" which takes you straight to install | 16:55 |
ogra_ | since we dont support live sessions as default (only for debugging your crashed install) | 16:55 |
xnox | similar to how ubiquity behaves when launched from "try ubuntu" session | 16:55 |
ogra_ | yeah | 16:55 |
ogra_ | right, but if its maybe-ubiquity then you indeed got to that point | 16:55 |
ogra_ | the comment above is misleading | 16:55 |
davmor2 | ogra_: grab your magnifier it's in that tiny dot just to the left of the oojimibob you can't miss it | 16:55 |
ogra_ | # Accessibility infrastructure | 16:55 |
ogra_ | haha | 16:56 |
ogra_ | i dont need a magnifier ... i'll use my god fingers :P | 16:56 |
xnox | ogra_: well the comment is out of date. | 16:56 |
ogra_ | yeah, obviously | 16:56 |
davmor2 | ogra_: hahahahaha | 16:56 |
xnox | previously we only needed extra gtk modules for a11y, now we also need one extra for scrollbars | 16:56 |
ogra_ | yup | 16:57 |
xnox | anyway I made ubiquity look sexy again =) | 16:57 |
ogra_ | but that if condition is nonsense then | 16:57 |
ogra_ | i mean, that lists all modes ubiquity runs in | 16:57 |
ogra_ | so its always true :( | 16:58 |
ogra_ | err | 16:58 |
ogra_ | :) | 16:58 |
xnox | ogra_: != noninterractive | 16:58 |
ogra_ | oh, yeah | 16:58 |
xnox | =) | 16:58 |
ogra_ | so we might as well negate it | 16:58 |
* xnox win! | 16:58 | |
ogra_ | makes the code smaller and better readable | 16:58 |
xnox | do all spins have overlay scrollbars? | 16:59 |
infinity | By "spins", do you mean "flavours"? | 17:00 |
ogra_ | no, but i would expect g-s-d to be clever enough to simply ignore the module if its not there | 17:00 |
xnox | infinity: yeah | 17:00 |
xnox | ogra_: well gtk, not g-s-d. | 17:00 |
ogra_ | looking at that code i also wonder why we read /proc/cmdline 4 times | 17:00 |
xnox | it's just they might get scrollbars in the slideshow.... | 17:00 |
xnox | ogra_: I was trying to do credit/debit LOC similar to launchpad behaviour. I am non stop refactoring in ubi-partman.py | 17:01 |
infinity | Wasn't scrollbars in the slideshow something people were complaining about earlier in the cycle? | 17:01 |
xnox | yes. | 17:01 |
ogra_ | infinity, still are :) | 17:01 |
infinity | Check. I just read some backscroll. :P | 17:03 |
CIA-5 | partman-efi: cjwatson * r671 ubuntu/ (check.d/efi debian/changelog): | 17:59 |
CIA-5 | partman-efi: check.d/efi: Fix parsing bug in code to find the EFI System Partition | 17:59 |
CIA-5 | partman-efi: size, spotted by Steve McIntyre. | 17:59 |
=== ara is now known as Guest53220 | ||
CIA-5 | partman-efi: cjwatson * r672 ubuntu/debian/changelog: releasing version 25ubuntu2 | 18:00 |
* xnox off to coach University of Westminster female volleyball team ;-) | 18:00 | |
=== ara is now known as Guest17480 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!