=== alkisg1 is now known as alkisg === ogra is now known as Guest67326 === Guest67326 is now known as ogra_ [12:05] good morning everyone === ogra_ is now known as ogra [13:32] highvoltage: ping [13:35] mhall119: pong [13:38] highvoltage: so quite obviously I'm not going to have a qimo-gnome-session ready [13:39] with the changes to the top panel, I'd have to re-think the qimo shell layout [13:40] mhall119: I was wondering if it was still relevant, considering Unity. I guess Qimo will be more appropriate for older machines? [13:40] I think qimo still has a place on newer machines, it's just that the changes to Gnome in Natty were more significant than I expected [13:44] highvoltage: Have you had any feedback on the background? or specs on what formats you need for other parts of the desktop? [13:45] doctormo: yes, I need something for the ldm theme. I took the starry background for that but it was a bit too... stark (not sure if that's a real english word). I think a lighter variation would perhaps be nice. currently the ldm theme is just an edubuntu logo on a light gray background, and it works but it's quite simple [13:46] highvoltage: Can you send me the current image and perhaps a screenshot of it in context [13:47] doctormo: ok, I'm syncing a daily build right now and will test it within the hour or so, will send you a screenshot [13:47] thanks [15:04] doctormo: this is ldm as it now looks for edubuntu: http://jonathancarter.org/files/temp/ldm_edubuntu.png [15:04] doctormo: the foreground font can only be a single colour at this stage [15:05] highvoltage: Ok, so the idea is to make a background which fits around all those items [15:05] doctormo: yep === JanC_ is now known as JanC [15:23] highvoltage: Can you make a version with a bright green background? 0,255,0 ? I can make it a layer then and work on a version for it. [15:31] doctormo: yep [16:50] doctormo: http://jonathancarter.org/files/temp/ldm_edubuntu_greenscreen.png <- if that will help [16:52] highvoltage: Is it always at the same resolution/aspect ration? [16:52] doctormo: nope, it's a login screen, so it will be different resoltions/aspect ratios [16:52] Do the items move, change size? [16:54] the logo is horizontally centered, and the position of the username field is the same position relative to that [16:54] the information and preferences button is always at the bottom [17:03] highvoltage: And always the same size? [17:06] doctormo: the text size is always the same, it would be different physical sizes on different displays, of course [17:06] doctormo: sorry, one important thing to mention is that ldm always stretches the wallpaper it's supplied with [17:06] Of course, but I can do a full 2500x1600 image and have you use zoom or some such. [17:07] OK, so that's harder to do [17:09] highvoltage: OK so you should choose if it should look bad in widescreen or bad at 4:3 [17:12] doctormo: I guess I'd rather stick with the plain background then :) (it looks Ok on both) [17:13] highvoltage: It's one of the reasons plain backgrounds exist. [17:13] doctormo: *nod* [17:14] doctormo: the debian background worked quite well for ldm. I think it's something that we could probably get right for oreinic (or what ever it's called) [17:14] highvoltage: Can you show me your ldm configuration please? [17:15] doctormo: it's basically just configured via ltsp's lts.conf, the only setting I currently have in there is LDM_THEME=edubuntu [17:16] highvoltage: And what does that mean? [17:16] to ldm? [17:16] it sets my theme to the edubuntu theme [17:18] And the edubuntu theme is what kind of theme? [17:18] an LDM theme [17:18] (as in, a gtkrc file, wallpaper and logo) [17:24] highvoltage: OK, I'm surprised you can't do much with an LDM theme with a gtkrc file [17:25] doctormo: how so? [17:32] highvoltage: LDM isn't well documented at all, how anyone makes a theme is a mystery to me. [17:33] doctormo: I happened to have made a theme last weekend, I link to a tarball to if you want to look at it... http://jonathancarter.org/2011/03/19/spacefun-for-ltsp-on-debian/ [17:34] doctormo: if you don't believe me about the limitations feel free to ask the authors [17:34] highvoltage: One page suggests that the ldm theme is created with a simple python script. [17:35] yeah that was the old LDM that was still based on python, the newer (well for the last 2-3 years) LDM is rewritten in C [17:37] highvoltage: I've very surprised that the system they've made doesn't not account for widescreen ratios. [17:37] I wanted to know about this OS and how it would help our preschoolers [17:37] But perhaps LTSP tends not to encounter them. [17:37] doctormo: it does, it's a known issue [17:37] hey bgarges [17:39] highvoltage: Then any theme I created would look just as good as your debian theme linked [17:40] doctormo: that would be fine. we just need one for edubuntu :) [17:41] but the plain background will also be ok [17:41] (considering artwork freeze is thursday) [17:42] highvoltage: Does the LDM greeter fall under the hidious Canonical copyright theft, I mean contribution agreement? [17:43] doctormo: not at all [17:45] highvoltage: OK good, it's just that the sources say it's copyright Canonical and authored by a whole bunch of non-canonical people [17:45] which looks wrong [17:46] that's possibly just the packaging itself. some componants are indeed copyright canonical (and rightly so), since mdz and ogra did most of the initial hard work [17:46] but there's no copyright assignment [17:47] highvoltage: Yes, but the copyright would be shared between all authors in that case. [17:48] Anyway it's not important for youself [17:52] highvoltage: The code says that the image is scaled, so a 4:3 image would just have black bars to the sides. [17:53] doctormo: that's weird, I'm typing this to you now on a thin client with a wide-screen that doesn't have any black bars on LDM [17:54] I could also be reading it wrong, although it's an easy change to get it to do what we want, the question is are we past the freezing point? [17:56] it was around 2 weeks ago [17:57] doctormo: I guess changing the behaviour now would be kind of risky (since it would probably affect other themes), so it would be nice to put that on the wall for the next release [17:59] highvoltage: Does ldm crash if your theme doesn't have one of the icons? [18:05] doctormo: yes [18:14] Have you ever tried to build the package? autogen's a bit of an issue [18:15] nope, stgraber might be able to help you there [18:20] highvoltage: OK got a patched gtkgreeter built, I use an ENV bool LDM_CENTERBG, if it's false then it'll be as usual. If true, then it won't scale [18:20] But center [18:20] Even if it's for next release, can you test it for me? [18:24] highvoltage: http://paste.ubuntu.com/583915/ I can also pop it into a ppa later too if required