=== Sargun_Screen is now known as Sargun | ||
jibel | xnox, is it possible to configure LVM from the manual partitioner in Ubiquity or it is not implemented yet ? | 08:48 |
---|---|---|
xnox | not implemented yet. | 08:49 |
jibel | ack | 08:50 |
CIA-11 | ubiquity: cjwatson * r5622 trunk/ (debian/changelog tests/test_misc.py ubiquity/misc.py): | 12:02 |
CIA-11 | ubiquity: Fix missing parentheses that caused removable installation media | 12:02 |
CIA-11 | ubiquity: sometimes to be selected as the default GRUB device (LP: #987418). | 12:02 |
=== davmor2_ is now known as davmor2 | ||
CIA-11 | ubiquity: cjwatson * r5623 trunk/ (155 files in 3 dirs): Update translations from Launchpad (LP: #1045695). | 13:13 |
CIA-11 | ubiquity: cjwatson * r5412 precise-proposed/ (debian/changelog tests/test_misc.py ubiquity/misc.py): | 14:00 |
CIA-11 | ubiquity: Fix missing parentheses that caused removable installation media | 14:00 |
CIA-11 | ubiquity: sometimes to be selected as the default GRUB device (LP: #987418). | 14:00 |
xnox | russian ubiquity translation has a double entendre.... lol. | 14:25 |
xnox | french ubiquity expands/shrinks like an accordion during lvm installations | 15:47 |
CIA-11 | partman-auto-lvm: dmitrij.ledkov * r254 partman-auto-lvm-ubuntu/ (debian/changelog perform_recipe_by_lvm): Set locale to "C" when calling vgs for available free space. (LP: #1045812) | 15:49 |
jibel | xnox, right, I saw that, but didn't file a bug yet. not B1 critical IMO | 15:49 |
xnox | jibel: still funny =) please file it in French and use word accordion =) | 15:50 |
jibel | also ubiquity doesn't fit on a netbook screen | 15:50 |
xnox | jibel: it does in some locales | 15:50 |
* xnox *grins* | 15:50 | |
CIA-11 | partman-auto-lvm: dmitrij.ledkov * r255 partman-auto-lvm-ubuntu/debian/changelog: releasing version 45ubuntu1 | 15:50 |
jibel | just a matter of 1 or 2px | 15:50 |
xnox | jibel: I wonder if that is a theme change issue & we need to adjust ourselves. the slideshows are off exactly by 1 or 2px | 15:53 |
xnox | sometimes | 15:53 |
CIA-11 | partman-auto-lvm: dmitrij.ledkov * r254 partman-auto-lvm-ubuntu/debian/changelog: releasing version 45ubuntu1 | 16:04 |
ogra_ | i think that goes hand in hand with the scrollbar issue of the slideshow | 16:05 |
CIA-11 | partman-auto-lvm: dmitrij.ledkov * r255 partman-auto-lvm-ubuntu/ (debian/changelog perform_recipe_by_lvm): Set locale to "C" when calling vgs for available free space. (LP: #1045812) | 16:08 |
CIA-11 | partman-auto-lvm: dmitrij.ledkov * r256 partman-auto-lvm-ubuntu/debian/changelog: releasing version 45ubuntu2 | 16:08 |
xnox | ogra_: are the scrollbars only started to appear after switch from unity-2d to llvmpipe? | 16:09 |
ogra_ | no, i have seen them from the very first tests of quantal on | 16:10 |
xnox | hmmm | 16:11 |
ogra_ | and its gone on my panda images | 16:11 |
ogra_ | but i see it on the ac100 (1024x600) even though there is enough space around the window | 16:12 |
xnox | webkit regression?! gtk+ regression?! | 16:13 |
xnox | dunno.... | 16:13 |
ogra_ | either yeah | 16:13 |
ogra_ | or its the way ubiquity determines the size of the embedded webkit stuff | 16:14 |
ogra_ | not surre it sets that (and i'm to lazy to dig through it atm) | 16:14 |
xnox | ogra_: slideshow's config options or fallback to hard-coded value. | 16:14 |
xnox | try: | 16:15 |
xnox | cfg = configparser.ConfigParser() | 16:15 |
xnox | cfg.read(os.path.join(self.slideshow, 'slideshow.conf')) | 16:15 |
xnox | config_width = int(cfg.get('Slideshow', 'width')) | 16:15 |
xnox | config_height = int(cfg.get('Slideshow', 'height')) | 16:15 |
xnox | except: | 16:15 |
xnox | config_width = 752 | 16:15 |
xnox | config_height = 442 | 16:15 |
xnox | self.webkit_scrolled_window.set_size_request( | 16:15 |
xnox | config_width, config_height) | 16:15 |
ogra_ | hmm, and are the vars still 'width' and 'height' in slideshow.conf ? | 16:16 |
ogra_ | might be that we always fall back to the hardcoded and that the hardcoded value is 1px to small or so | 16:17 |
xnox | ev: do you know how the magical 752 & 442 where calculated? | 16:39 |
ev | xnox: I think I got that off superm1 | 16:43 |
ev | it might be 800 - 48 (presumably the width of the unity dock) | 16:43 |
ev | 442 would be 460 - 16 px for something? maybe? | 16:43 |
ev | I probably should've put a comment in the code :) | 16:44 |
xnox | top bar + the progress expander | 16:44 |
xnox | + window decorator | 16:44 |
superm1 | i don't recall for sure, but i suspect it was trial and error | 16:44 |
superm1 | or maybe it was copied from the more common slideshow theme | 16:44 |
xnox | superm1: so no magical formulae that involves imperial units? =) we have scrollbars appearing sometimes in the slideshow now. | 16:45 |
xnox | in quantal that is. | 16:45 |
superm1 | xnox: well that problem has been there for a while that it shows sometimes i think | 16:45 |
superm1 | that except clause shouldn't be root cause because the width and height are both specified in the config | 16:46 |
xnox | superm1: do you think X.org/gtk/theme/webkit changes could have affected it at all? | 16:46 |
superm1 | potentially, sure | 16:48 |
superm1 | the scrollbars came up so infrequently before that it wasn't ever investigated in depth i think | 16:48 |
xnox | superm1: the fallback values match the values in the ubuntu-slideshow config | 16:49 |
superm1 | ah i see | 16:50 |
xnox | superm1: as debug I could put a log statement with the child widget's natural size request..... | 16:51 |
superm1 | yeah that's probably a good start | 16:53 |
CIA-11 | ubiquity: dmitrij.ledkov * r5624 trunk/: | 17:20 |
CIA-11 | ubiquity: Correctly apply styles to the title & progress sections and not the | 17:20 |
CIA-11 | ubiquity: centre piece. This means themes are no longer required to provide non | 17:20 |
CIA-11 | ubiquity: standard @dark_[fb]g_color colors, instead 'menubar' Gtk CSS style is | 17:20 |
CIA-11 | ubiquity: used. This also fixes long standing a11y issues in HighContrast themes | 17:20 |
CIA-11 | ubiquity: & requirements for non-standard color definitions. (LP: #744283) | 17:20 |
xnox | ignore | 17:21 |
xnox | this is local. | 17:21 |
CIA-11 | ubiquity: dmitrij.ledkov * r5624 trunk/ (d-i/manifest debian/changelog): | 17:28 |
CIA-11 | ubiquity: Automatic update of included source packages: partman-auto-lvm | 17:28 |
CIA-11 | ubiquity: 45ubuntu2. | 17:28 |
* xnox waiting for the test builds & unit tests to finish | 17:38 | |
CIA-11 | ubiquity: dmitrij.ledkov * r5625 trunk/debian/changelog: Add bug # reference | 17:49 |
CIA-11 | ubiquity: dmitrij.ledkov * r5626 trunk/debian/changelog: releasing version 2.11.29 | 17:50 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!