[00:03] flan: we have a show stopping bug with the display of the screenshot that the user has just taken in the client. I have hopefully fixed any packaging issues [00:23] jenkins, still there? [00:23] yeo [00:23] yep [00:23] Can you describe the bug? [00:24] i am trying to do hello.txt screenshot and it is only displaying a tiny part of the image. I ahve changed the screenshot settings to take the active window it was 4 x 20 px [00:24] Oh. I just made that one up to show someone what the interface looks like. [00:25] The values were just random. [00:25] I have changed it to do the window. but i am not sure I haev done it right [00:25] Just blank every sub-rect value and it'll capture the full window. [00:26] (A full set of 0s will do the same thing) [00:26] yea it must be the server setup some how. I only thought of that about 10 mins ago [00:26] (Since I'd imagine some people won't just blank the fields) [00:27] Are most of our screenshots going to be the same for this run? [00:27] If so, I'll just start transposing screenshots from the old config file. [00:27] I think they are i have no clue no-one has said anything [00:28] Who'd know? [00:28] I can get that stuff set up tonight. [00:28] ChrisWoollard: or godbyk i guess [00:28] Then take a few screenshots myself, before switching the server to production-mode. [00:28] hello [00:28] Hi. [00:28] Screenshots for 10.10. Same things as in 10.04? [00:28] ChrisWoollard: do you know what screenshots are needed this releas? [00:29] Or do we have a lot of changes? [00:29] Mmm... Microwave maccaroni and cheese... [00:29] * flan really is that lazy. [00:29] ChrisWoollard: also do you know if anyone has added the rythambox and ubuntu one stuff? I have not ahd time to do it my self yet [00:30] i am not sure on the screen shots [00:30] i haven't been areound [00:30] this may mention something [00:30] http://pad.ubuntu-uk.org/ump-maverick [00:30] Well, we're dropping the chapter on terminal stuff, right? [00:30] I think so. [00:30] Oh, and I'll need the screenshot names... [00:30] Or maybe merging it with security? [00:30] Hmm... [00:31] * ChrisWoollard looks at the change log [00:31] Anyone want to take charge of populating the project on the Qs server witht he right screenshots? [00:31] Most of the details will be the same as they were in 10.04 and we have a text file for that. [00:31] * jenkins hides and goes back to fixing problems [00:32] * flan wants to document the code and start work on preparing a presentation for AppDevWeek. [00:32] Wanna help with that, jenkins? I'll probably do most of the prep-work. [00:32] I can do my best to help [00:33] i can't see any mention of the ubuntuone or rhythmbox stuff in the change log [00:33] You'd probably just need to join the channel and look pretty. [00:33] And keep me from getting too technical. [00:33] I guess it is still in mattgriffin's branch [00:33] * mattgriffin reads the backlog [00:34] hey matt. [00:34] ChrisWoollard: heya... added some updates to the ubuntu one and rhythmbox content to a branch... not sure if there's anything else i need to do [00:35] rigth flan I can do that. I am always loging on every time i can [00:35] I don't think anybody has done anything with it yet. [00:38] I will do it before I go to bed [00:38] ok. [00:40] flan: how do i set a user account for the test project? [00:42] jenkins: To be matts stuff in will you just replace the relevant tex files with matts? [00:42] sorry [00:43] s/be/get [00:43] I will probably do so I will have a read though [00:43] /comaper [00:43] jenkins, you'll have to add someone to the ump project family as an owner. [00:43] ChrisWoollard, jenkins: yeah... i just started from the existing version and updated the text of the file [00:43] Click 'Ubuntu Manual Project' in the location bar below the "logo". [00:44] Then "Manage project" in the right. [00:44] Then just paset in their OpenID. [00:44] mattgriffin: it looks like you took a complete copy of the branch and edited in your changes? [00:45] flan: thats usefull to know. how do i add a user account for the screenshots to be taken from? [00:46] ChrisWoollard: yeah. only changed 1 file in each branch [00:46] cool [00:47] I am looking at the maverick branch and it might have already been added. I am going to double check that though [00:47] ChrisWoollard: cool [00:47] i see a reference to 10.10 in the tex files [00:48] i'll do a quick diff of the files [00:48] excellent [00:49] jenkins, just define it in 'Manage version'. It's a field on the right. [00:49] Where you can edit other project properties, like resolution and name, [00:50] ChrisWoollard: looks like they're different [00:50] i just noticed that [00:51] I guess we'll use your version. [00:51] cool [00:52] jenkins: I am going to update the ubuntu one files with matt's version. [00:53] jenkins: I am going to update the ubuntu one files with matt's version. [00:53] thanks [00:53] sorry about that laptop locked up [00:53] goh [00:53] doh [00:54] did you answer my question? [00:54] flan: ^ [00:56] 17:49 < flan> jenkins, just define it in 'Manage version'. It's a field on the right. [00:56] 17:49 < flan> Where you can edit other project properties, like resolution and name, [00:59] thaks flan. I needed to scroll more multiple windows open. I have found a bug with the server [01:00] Do tell. [01:00] if your open id has a space at the end when you paste it it does not login [01:01] Are you sure? [01:01] openid = request.params.get('openid', '').strip() [01:01] well deleting it for me appeared to work [01:02] The Ubuntu One content is now in. [01:02] Things didn't go as smoothly as they should haveThe OpenID you provided was in a format that could not be understoodIllegal characters in URI: ' ' at position 7 [01:02] And it compiles [01:03] good can you do rythambox as well O:-) [01:03] What was the exact OpenID you gave it? [01:03] I will do. Then bed time. [01:03] thnaks Chris [01:04] i closed chromium accidently one moment flan [01:04] "https://launchpad.net/~ubuntujenkins " same error except possition 36 [01:04] Position 7 means it was in the middle of the string. Like, right after the http:// part. [01:05] Interesting... [01:05] I just copy and paste from the launchpad page [01:05] Paste that string into Python and call repr() on it. [01:05] I need to make sure it's actually a space. [01:05] And not an  . [01:06] How did you copy it? [01:07] "'https://launchpad.net/~ubuntujenkins '" [01:07] is what i got from python [01:07] I selected it cntrl+c cntrl+p [01:07] Okay, so it is a space there... [01:07] Like, from the location bar? [01:08] well I coppied it with the space from the lauchpad page [01:08] accdently [01:09] There's an   there. [01:10] hows that get there? [01:11] It's common in web-design. [01:11] It jsut creates a space that's exempt from normal compression/wrapping rules. [01:11] Character 160. [01:12] The browser must have been passing it to the server while your terminal's filtering it. [01:12] I just tried using a normal space and it worked. [01:12] jenkins: I have pushed the Rhythmbox changes as well now. [01:13] thanks very much ChrisWoollard [01:13] II'll update the bugs [01:13] flan: strange anything to do with the image next to it on lauchpad may be? [01:13] I'd call this "won't fix", since it's no different from trying to paste a *, only not quite as easy to visually diagnose. [01:14] It very well could be, yes. [01:14] It might have been a control character instead of a non-breaking space. [01:15] thats fine. http://paste.ubuntu.com/491891/ I have been able do this twice now. I enter a password for the user but get my sudo password wrong I then just get warnings "unable to modifty user account....." [01:17] Well, given that it's printing usage information, I'd venture that I did something wrong. [01:17] Is the display name defined? [01:17] If not, don't define it. [01:17] It means I have to fix the command syntax. [01:17] Bye all. Bed time now. [01:19] night ChrisWoollard [01:19] i did not define it [01:19] (the display name) [01:21] Patch committed. [01:21] repackaging it [01:22] Run it with --debug next time. Just in case. [01:22] (--debug: debug-level logging; --verbose: info-level logging) [01:23] will do, I ment to ask if that still worked [01:23] It'll always write logfiles with debug-level logging. [01:24] Frogurt, non-frogurt, or banana? [01:25] * flan bananas. [01:25] http://paste.ubuntu.com/491894/ [01:25] your fix did not work [01:25] Oh. [01:25] No, I forgot a character, [01:26] Fixed now. For reals. [01:26] %(display_name) != %(display_name)s [01:30] http://paste.ubuntu.com/491897/ back to the original problem not letting me enter a password [01:31] i wil just re install the package to double check [01:31] ...Weird... [01:32] tail /var/log/auth.log [01:32] What command is it passing? [01:33] Sep 11 01:32:24 luke-jennings-laptop sudo: luke-jennings : TTY=pts/0 ; PWD=/home/luke-jennings/Projects/quickshot ; USER=root ; COMMAND=/usr/sbin/useradd --shell /bin/bash -m -p gePG9mJ4WVxZo quickshottest [01:35] I don't see anything wrong witht hat... [01:36] Oh, wait. [01:36] Yes, I do. [01:36] useradd is super-sensitive, so it's dying on that double-whitespace. [01:36] Sorry. :( [01:37] Pushed. [01:41] 18:36 < flan> useradd is super-sensitive, so it's dying on that double-whitespace. [01:41] 18:36 < flan> Sorry. :( [01:41] 18:37 < flan> Pushed. [01:41] hey flan can it me made so that the project that the account was set up for shows up in the recent list automatically now i have to remember your server url [01:42] I am testing in the quickshottest accoun now [01:42] It should already be the most recent project in the list. [01:42] That list should update every time you successfully connect to a project. [01:43] Oh. [01:43] You changed actual users. [01:43] yes [01:43] I guess it would be really hacky to do that for the user you set up? [01:43] No, that can't be done. Not without violating the sense of implied separation between users. [01:43] Yeah. [01:44] can you drop me the link please [01:44] We could just force a copy of ~/.quickshot into the new user's home directory, but I really don't want to do that. [01:44] http://flan/uguu.ca:5000/ump/test [01:44] You could also just use the .qsproj method. [01:45] Download the file in /home/jenkins and load that from the other user. [01:45] It'll be world-readable by default in Ubuntu. [01:45] So we should just recommand that on the getting started page. [01:45] yea i had not got as far as making qspjt [01:45] yep [01:45] It's just a matter of clicking 'Help out!' on the project page and saving the file. [01:46] i know i had just got the link handy untill now [01:47] I have another bug with the apport stuff [01:47] * jenkins__ goes to fix it [01:53] how is screen resolution changes done? 2010-09-11 01:52:48,808 : quickshot.gui.graphics_change : ERROR : Unable to change screen resolution: [Errno 2] No such file or directory is my error [01:53] Using nvidia? [01:54] yep with no disper I guess thats it [01:54] Most likely. [01:54] Might as well add it as a package dependency/recommendation. [01:54] yep going to [01:54] I'll augment the error message. [01:57] man I have to build it for mavrick [01:57] Pushed. [01:57] Could you just disable the nvidia module? [01:58] I'd test, but my Maverick system is in VirtualBox, so I don't get access to the underlying nvidia hardware. [01:58] thats no problem I will just have to work out his set up [02:00] well its 2 am here I am going to get some sleep and then do some more tomorrow [02:00] night flan [02:00] What time? [02:00] So I'll know when to be around. [02:01] about 16:00 my time is 9am your time right? [02:01] .me checks [02:01] Just tell me in UTC. [02:02] 16:00 utc ish is the plan [02:02] as then you may be getting up [02:03] 'Kay. [02:03] I'll be up well before then. [02:03] But I'll make sure I'm around [02:03] well the disper pcakge for lucid installs on mavrick [02:04] I'm going through its code with Wetbox^3 right now. [02:04] To see if we can break the dependency. [02:04] but quickshot has locked up at the "Does your display look on?" may be my laptop getting hot. I will check more in the morning. thats great [02:05] night flan [02:05] G'night~ [02:05] It makes sense that it'd freeze there. [02:05] It had an exception that prevented code from executing. [16:07] Which jenkins is real? [16:08] all of them are ?i have nick protect on and can't be bothered to set up singing in on the quickshot test account [16:08] I don't believe you! [16:08] But okay. [16:09] I just have the apport stuff to fix [16:09] and disper to build [16:09] We kinda decided that leaving disper as a dependency isn't so bad, because it's small and it's actually fairly complicated, internally. [16:09] Better to let someone else manage it. [16:10] that sounds good enough to me === Zeike is now known as brandonj [16:26] I'm gonna start documenting now. [16:29] Do you want to be credited with an e-mail address in the headers, jenkins, or should I just leave it at your name? [16:29] e-mail address is fine [16:30] Which one would you prefer? === aprilg1 is now known as aprilg [17:18] flan: apport stuff fixed I have to go and help cook meal but i will be back later [17:18] 'Kay. [17:18] I'll just keep documenting. [17:18] I'll try to have the client done today and the server done tomorrow. [17:18] Though the server will probably be a lot more involved. [17:18] I will push the package to be built so it is ready [17:19] So that may take longer if I lose interest. [17:19] cool no worries later [17:19] (Like, a day or two) === aprilg is now known as aprilg_away [19:25] Are there any plans to have the Ubuntu Manual online? [19:25] Ask humphreybc about the USLC. [19:25] What is USLC? [19:27] Omega: Ubuntu Software Learning Center [19:27] Omega: its going to be a docs website [20:20] * jenkins is releasing quickshot when he should be tidying his room [20:21] One of those things affects other people. =P [20:21] Though you may want to either a) test it again, since I've made some minor, though potentially syntax-error-inducing alterations to the code, or b) wait for me to finish documenting it in a couple of hours. [20:22] So we can officially call it 0.9.0. [20:23] I am happy to wait as I am trying to work out how to add packages for lucid and karmic to the same ppa [20:24] it also means i will avoid getting shouted at [20:26] I have to go out to eat now, so I'll resume documenting ina bout an hour. [20:26] I estimate that, if I remain focused, I've only got about an hour to an hour and a half left. [20:27] (And then our Ohloh stats will also look good) [20:27] Speaking of project-management stuff, should we, perhaps, split the trunk into a 'client' series? [20:27] It works just fine as is, of course. [20:28] we could do that i don't mind either way [21:31] hello [21:32] how things are going ? === daker_ is now known as daker