/srv/irclogs.ubuntu.com/2012/09/04/#ubuntu-installer.txt

=== Sargun_Screen is now known as Sargun
jibelxnox, is it possible to configure LVM from the manual partitioner in Ubiquity or it is not implemented yet ?08:48
xnoxnot implemented yet.08:49
jibelack08:50
CIA-11ubiquity: cjwatson * r5622 trunk/ (debian/changelog tests/test_misc.py ubiquity/misc.py):12:02
CIA-11ubiquity: Fix missing parentheses that caused removable installation media12:02
CIA-11ubiquity: sometimes to be selected as the default GRUB device (LP: #987418).12:02
=== davmor2_ is now known as davmor2
CIA-11ubiquity: cjwatson * r5623 trunk/ (155 files in 3 dirs): Update translations from Launchpad (LP: #1045695).13:13
CIA-11ubiquity: cjwatson * r5412 precise-proposed/ (debian/changelog tests/test_misc.py ubiquity/misc.py):14:00
CIA-11ubiquity: Fix missing parentheses that caused removable installation media14:00
CIA-11ubiquity: sometimes to be selected as the default GRUB device (LP: #987418).14:00
xnoxrussian ubiquity translation has a double entendre.... lol.14:25
xnoxfrench ubiquity expands/shrinks like an accordion during lvm installations15:47
CIA-11partman-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
jibelxnox, right, I saw that, but didn't file a bug yet. not B1 critical IMO15:49
xnoxjibel: still funny =) please file it in French and use word accordion =)15:50
jibelalso ubiquity doesn't fit on a netbook screen15:50
xnoxjibel: it does in some locales15:50
* xnox *grins*15:50
CIA-11partman-auto-lvm: dmitrij.ledkov * r255 partman-auto-lvm-ubuntu/debian/changelog: releasing version 45ubuntu115:50
jibeljust a matter of 1 or 2px15:50
xnoxjibel: I wonder if that is a theme change issue & we need to adjust ourselves. the slideshows are off exactly by 1 or 2px15:53
xnoxsometimes15:53
CIA-11partman-auto-lvm: dmitrij.ledkov * r254 partman-auto-lvm-ubuntu/debian/changelog: releasing version 45ubuntu116:04
ogra_i think that goes hand in hand with the scrollbar issue of the slideshow16:05
CIA-11partman-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-11partman-auto-lvm: dmitrij.ledkov * r256 partman-auto-lvm-ubuntu/debian/changelog: releasing version 45ubuntu216:08
xnoxogra_: 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 on16:10
xnoxhmmm16:11
ogra_and its gone on my panda images16:11
ogra_but i see it on the ac100 (1024x600) even though there is enough space around the window16:12
xnoxwebkit regression?! gtk+ regression?!16:13
xnoxdunno....16:13
ogra_either yeah16:13
ogra_or its the way ubiquity determines the size of the embedded webkit stuff16:14
ogra_not surre it sets that (and i'm to lazy to dig through it atm)16:14
xnoxogra_: 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 = 75216:15
xnox                config_height = 44216: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 so16:17
xnoxev: do you know how the magical 752 & 442 where calculated?16:39
evxnox: I think I got that off superm116:43
evit might be 800 - 48 (presumably the width of the unity dock)16:43
ev442 would be 460 - 16 px for something? maybe?16:43
evI probably should've put a comment in the code :)16:44
xnoxtop bar + the progress expander16:44
xnox+ window decorator16:44
superm1i don't recall for sure, but i suspect it was trial and error16:44
superm1or maybe it was copied from the more common slideshow theme16:44
xnoxsuperm1: so no magical formulae that involves imperial units? =) we have scrollbars appearing sometimes in the slideshow now.16:45
xnoxin quantal that is.16:45
superm1xnox: well that problem has been there for a while that it shows sometimes i think16:45
superm1that except clause shouldn't be root cause because the width and height are both specified in the config16:46
xnoxsuperm1: do you think X.org/gtk/theme/webkit changes could have affected it at all?16:46
superm1potentially, sure16:48
superm1the scrollbars came up so infrequently before that it wasn't ever investigated in depth i think16:48
xnoxsuperm1: the fallback values match the values in the ubuntu-slideshow config16:49
superm1ah i see16:50
xnoxsuperm1: as debug I could put a log statement with the child widget's natural size request.....16:51
superm1yeah that's probably a good start16:53
CIA-11ubiquity: dmitrij.ledkov * r5624 trunk/:17:20
CIA-11ubiquity: Correctly apply styles to the title & progress sections and not the17:20
CIA-11ubiquity: centre piece. This means themes are no longer required to provide non17:20
CIA-11ubiquity: standard @dark_[fb]g_color colors, instead 'menubar' Gtk CSS style is17:20
CIA-11ubiquity: used. This also fixes long standing a11y issues in HighContrast themes17:20
CIA-11ubiquity: & requirements for non-standard color definitions. (LP: #744283)17:20
xnoxignore17:21
xnoxthis is local.17:21
CIA-11ubiquity: dmitrij.ledkov * r5624 trunk/ (d-i/manifest debian/changelog):17:28
CIA-11ubiquity: Automatic update of included source packages: partman-auto-lvm17:28
CIA-11ubiquity: 45ubuntu2.17:28
* xnox waiting for the test builds & unit tests to finish17:38
CIA-11ubiquity: dmitrij.ledkov * r5625 trunk/debian/changelog: Add bug # reference17:49
CIA-11ubiquity: dmitrij.ledkov * r5626 trunk/debian/changelog: releasing version 2.11.2917:50

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!