[10:14] mvo, Hello, the autoupgrade tester is reporting a failure for lucid -> lucid-updates but there's no log. http://people.canonical.com/~mvo/automatic-upgrade-testing/current-stable/ [10:22] jibel_: thanks, I check it out, it *might* be that is just ran out of diskapce :/ unfortuantely the disk in there is really small [10:25] mvo, no worries, 10.04.2 being next week, I want to be sure to not miss anything. [10:26] mvo, regarding your question yesterday about running gui testing with xvfb, the latest version of the scripts are there https://launchpad.net/hudson-x11-guitest [10:27] nice [10:27] thanks [10:28] jibel: i will need to ask you for help at some point, I added a bit of mago to s-c but I did not manage to make "sendkeyevent("") to work in s-c. I want it to scroll the applist but for some reason no scrolling happend (I did make sure the keyboard focus is on the treeview) [10:32] mvo, sure. Can I have a look at the code, branch or pastebin ? [10:35] jibel: http://paste.ubuntu.com/564341/ [10:36] jibel: this is against trunk, but it should not matter (that) much, I did add atk.Object.set_name to some stuff, so you may need trunk [10:36] jibel: but I can do a upload nowish, wanted to do that anyway (new s-c in ubuntu) [10:38] actually its http://paste.ubuntu.com/564343/ (there was a missing). but it does not change the behavior [10:38] no rush, I need to be away for some minutes anyway and then its lunchtime for me :) [10:39] mvo, I'll have a look and let you know. [11:19] jibel: just out of curisoity, when can we have the new mago in the archive? do oyu need a sponsor? [11:20] mvo, my packaging skills sucks :( [11:20] mvo, there's a pb with ldtp which doesn't recognize pagedown [11:21] mvo, I think the keycode sent by ldtpd might be wrong. [11:22] jibel: I'm happy to do the packging and sponsoring if that is the only blocker :) [11:22] mvo, if you use instead it works. [11:22] sweeeeeet [11:22] so I just send enough downs :) [11:22] mvo, see http://paste.ubuntu.com/564367 [11:23] thaks, I play with it after lunch [11:48] mvo, confirmed, the keycode is wrong, in /usr/lib/pymodules/python2.7/ldtpd/keypress_actions.py I changed the keycode for pagedown/pgdown to 117 and it work. Checking other keycodes most doesn't match with what is returned by X [11:49] I don't know why keycodes have those values. [11:49] nagappan, ^ what do you think ? [11:51] what is odd is that the keycode for doesn't match but sending works as expected. Is there some xmodmap magic over here ? [12:05] jibel_: indeed, I can confirm that 117 fixes it. sounds something we want to distro patch then? (and send upstream)? [12:06] jibel_: if you have nothing pending I will upload the current mago bzr snapshot, sounds good? [13:02] mvo, sounds good, there's nothing pending. [13:03] mvo, I'd like to talk with nagappan before proposing a patch because I don't understand why most of the keycodes seems wrong. === McPeter_ is now known as McPeter [18:39] jibel, I created the key code based on LTFX [18:39] jibel, if its incorrect, we can fix it [20:42] nagappan, Hi, I think it's not trivial. We need to dynamically translate from the keysym to the keycode otherwise we will fix it for european keyboards but break other keymaps :/ [20:56] nagappan, for example the following code ldtp.generatekeyevent('azertyuiop qsdfghjklm wxcvbn') will probably output the expected string if you're using a US keyboard, but if you're using a european keymap it generates the string "qwertyuiop asdfghjkl, zxcvb" which is obviously not what is expected. I'll submit a report. [21:11] HI all [21:11] jibel, sure, unfortunately I have never used any other keyboard [21:11] jibel, do you have some suggestion to fix it as well ? [21:14] nagappan, I'll investigate the xmodmap way first but I'm not sure that's really reliable. The other solution is to use directly keysym_to_keycode from xlib, but it adds a dependency on python-xlib. [21:15] jibel, okay === rmcbride_nb is now known as rmcbride