/srv/irclogs.ubuntu.com/2016/02/08/#ubuntu-unity.txt

josharensonlpotter: have a minute to discuss https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1542224 ?02:04
ubot5`Launchpad bug 1542224 in unity8 (Ubuntu) "[regression] OSK suppressed in autopilot tests" [High,Triaged]02:04
lpotterok sure02:09
josharensonSo, forgive me if I'm asking you questions that have nothing to do w/ you... saviq told me to ping you regarding this and I'm not entirely sure what you know about it02:10
lpotterI'm not entirely sure either, unless it has to do with qinputinfo02:11
josharensonlpotter: I'm looking at the Unity.InputInfo plugin (which contains qinputinfo.cpp) :-)02:11
lpotterok02:12
josharensonlpotter: and trying to figure out where qinputinfo is able to tell weather or not the keyboard plugged in is real/virtual02:12
josharensonlpotter: If I could determine, at this level, if they keyboard was virtual (from autopilot) its trivial to fix the bug02:12
lpotternot sure it handles virtual keyboards, just whatever comes tough udev.. at this point anyway02:13
lpotterI thought about trying to discover that, but wouldn't having a touchscreen signal it also has virtual keyboard?02:13
josharensonlpotter: I suppose I need a better understanding of what the keyboard emulator is doing on a lower level02:14
josharensonlpotter: but knowing almost nothing about udev, is it as simple as reading the device path and filtering based on that (like a hardcoded blacklist as a temporary hack)02:15
josharensonin other words, does the device path provide any useful information at all?02:15
lpotternot in itself02:18
josharensonhumm ok02:18
* josharenson goes to read more stuff02:18
lpotteryou can filter qinputinfo so you only get info about keyboard and touchscreens02:19
josharensonlpotter: but there is no way to tell if its a real keyboard or the virtual one created by autopilot?02:19
lpotternot currently through qinputinfo02:20
lpotterI would have to figure out how to get virtual keyboard signals to add it, but it has been on my mind to do so02:33
josharensonlpotter: it looks like the python evdev module that creates the virtual keyboard is able to retrieve a devices name, and the virtual keyboard names itself "autopilot-finger", which is unique enough that If I can figure out how to get that information in qinputinfo I'd be comfortable blacklisting it02:35
josharensonlpotter: Like you can grab device=/dev/input/input1 and device.name will be "autopilot-finger"02:36
josharensonI think I'm close and when I figure it out, I'll either run it by you directly or add you as a reviewer if that is ok w/ you02:37
lpotterok02:39
josharensonlpotter: thanks... I'm going to go finish watching the super bowl and pick this up in the morning02:39
lpotter:) enjoy02:39
lpotteroh. I'm from near Denver, byw soo. go Broncos02:40
tsdgeosSaviq: ping09:39
Saviqtsdgeos, pong09:39
tsdgeosthe bug for https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1540490 will end up in 9.5 or 10?09:40
ubot5`Launchpad bug 1540490 in unity8 (Ubuntu) "app icons getting their top cut off (Ubuntu Touch)" [High,In progress]09:40
tsdgeosSaviq: ↑09:42
Saviqtsdgeos, 9.5, I'm just landing the minimal silo with it09:42
tsdgeosk09:42
tsdgeosSaviq: any idea what's up with https://bugs.launchpad.net/ubuntu/+source/qtmultimedia-opensource-src/+bug/1534776 ?10:01
ubot5`Launchpad bug 1534776 in qtmultimedia-opensource-src (Ubuntu) "Notification sounds cause multimedia to pause" [Critical,In progress]10:01
Saviqtsdgeos, nothing new that I know of10:02
tsdgeosk10:02
=== vrruiz_ is now known as rvr
tsdgeosSaviq: who is doing oobe? so we assign https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1443869 to him?10:44
ubot5`Launchpad bug 1443869 in unity8 (Ubuntu) "[Edge Education] New wizard in Vivid doesn't excercise indicator gesture" [Undecided,Triaged]10:44
tsdgeosand same for https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1484383 i guess?10:46
ubot5`Launchpad bug 1484383 in unity8 (Ubuntu) "[Edge education] Tutorial doesn't teach you about the long swipe from left" [Undecided,Triaged]10:46
Saviqtsdgeos, ltinkl11:05
ltinklSaviq, tsdgeos :the latter would be for mterry actually11:06
ltinkloh both in fact11:06
tsdgeosltinkl: but is something we "kind of have"? i gther from the comment mentioning silo 33 we're working on it, right?11:07
ltinkltsdgeos, yes, mterry is working on it11:07
tsdgeosk11:07
=== zbenjamin_ is now known as zbenjamin
greyback_pete-woods: hey, any suggestions to help track down issue behind: https://bugs.launchpad.net/qtmir/+bug/1541854 ?16:42
ubot5`Launchpad bug 1541854 in QtMir "SharedWakelock test unstable" [High,Triaged]16:42
pete-woodsgreyback_: I think we've talked about something like this before16:43
greyback_pete-woods: yeah, we have. But that test was solid until we switched over to Jenkaas16:44
pete-woodsthe qtdbustest lib there is waiting on a python process to startup and claim a well-known DBus name16:44
pete-woodsit waits for some "sensible" timeout (10 seconds?)16:44
greyback_it hardly takes >30 seconds for that python process to appear16:44
pete-woodsand then gives in with that error16:44
greyback_You're using QProcess::waitForStarted() which has default timeout of 30 seconds16:45
greyback_should be more than enough16:45
pete-woodswell that wait probably passes16:45
pete-woodsit's probably a later wait, the one that actually waits for the DBus name that fails16:46
greyback_aha yeah16:46
greyback_sorry, you're right16:46
pete-woodsbut still, it's ample time16:46
greyback_5 seconds by default16:46
pete-woodsmaybe that's not quite enough then16:47
pete-woodson a really heavily loaded infrastructure16:47
greyback_I guess first step, increase that to 10 :)16:47
greyback_I'll propose an MP, just to see16:48
pete-woodssounds good16:50
greyback_pete-woods: https://code.launchpad.net/~gerboland/libqtdbustest/increase-wait-timeout/+merge/285376 is worth a shot16:54
pete-woodsgreyback_: could you possibly make it read the value from an environment variable?16:55
pete-woodsdefaulting to 15 seconds sounds reasonable, thoguh16:56
pete-woodsQDBUS_DBUS_START_TIMEOUT or something like that?16:56
greyback_ok16:56
pete-woodshopefully that would help you iterate on it anyway, when it turns out 15 seconds is too low :)16:57
Saviqmterry, press ♻ for us on https://requests.ci-train.ubuntu.com/static/britney/xenial/landing-057/excuses.html please?17:01
mterrysaviq, k17:01
mterrySaviq, done17:02
Saviqgreyback_, pete-woods, that's bug #1541854 ?17:02
ubot5`bug 1541854 in QtMir "SharedWakelock test unstable" [High,Triaged] https://launchpad.net/bugs/154185417:02
greyback_Saviq: yes17:02
* Saviq links17:03
Saviqmterry, not even sure if it's supposed to work, but let's see :)17:05
Saviqoh looks like it did http://autopkgtest.ubuntu.com/running.shtml#pkg-qtmir17:06
pete-woodsgreyback_: MR looks good17:28
greyback_pete-woods: that was fast :)17:29
pete-woods:)17:29
=== alan_g is now known as alan_g|EOD
bognarandrashi, First sorry for my bad english, I'm from Hungary! :) I find this bugreport on launchpad: https://bugs.launchpad.net/ayatana-design/+bug/1104288 I know that Unity8 and Mir are the most important things right now, but I think there is an easy solution for that: bring back the first version of the bfb icon... or something like that19:44
ubot5`Launchpad bug 1104288 in Ayatana Design "New BFB icon is not in harmony with Unity design" [Undecided,Confirmed]19:44
bognarandrasI created three versions: https://drive.google.com/folderview?id=0B5klMgq_kjoAa2ZOb3Q2dUgzSm8&usp=sharing19:45
bognarandrasthe one with the black shadow is ugly, but the basic and the glowing versions are fine... and both work with other themes19:46
josharensonSaviq: have a min re: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1542224 ?19:47
ubot5`Launchpad bug 1542224 in unity8 (Ubuntu) "[regression] OSK suppressed in autopilot tests" [High,Triaged]19:47
josharensonSaviq: actually I think I just figured it out...19:48
Saviqjosharenson, am here now if you need me still20:07
SaviqTrevinho, hey, do you know where https://imgur.com/a/cdzm2 comes from? on vt switch or suspend/resume I often lose most of my text...20:09
TrevinhoSaviq: wow...no idea what's happening, but I guess something related to fontconfig / pango?20:13
Trevinhoit looks quite artistic though20:13
SaviqTrevinho, indeed, it only started happening today20:18
* Saviq looks at apt log20:18
Saviqhmm a lot of xserver yesterday20:19
kgunnmhall119: is wiki.ubuntu.com down for you?21:04
mhall119kgunn: it's been having problems all day I think21:04
kgunnack21:04
mhall119jose was pinging the vanguard in #canonical-sysadmin earlier21:05
Saviqmterry, one more ♻ to click https://requests.ci-train.ubuntu.com/static/britney/vivid/landing-057/excuses.html :)21:35
mterrySaviq, done21:37
mterryDamn I'm good at my job21:37
Saviqmterry, indeed!21:37
mterry;)21:37
Saviqirreplaceable, too21:38
mterry~core-dev is bigger than 1  :)21:39
Saviqmterry, you're the only one I have any power upon! :D21:41
mterrySaviq, hehe21:44

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