/srv/irclogs.ubuntu.com/2015/02/10/#ubuntu-mir.txt

=== snadg3 is now known as snadge
mlankhorstbleh, greyback/'s branch doesn't work for me :/08:24
mlankhorstgreyback: I'm still getting compiling errors with your mir0.11 branch, what did you use as base?08:32
greybackmlankhorst: mir 0.11 from the PPA08:32
greybacksilo1208:32
mlankhorstI have that one too08:32
mlankhorst0.11.0+15.04.20150209.1-0ubuntu108:33
greybackwhat errors are you getting08:33
mlankhorstdid you even compile test it? I see tests failing to build :P08:33
mlankhorst    surfaceItem->processTouchEvent(QEvent::TouchBegin,08:33
mlankhorst        timestamp + 20, Qt::NoModifiertouchPoints, touchPoints[0].state());08:33
mlankhorstshould be08:34
mlankhorst        timestamp + 20, Qt::NoModifier, touchPoints, touchPoints[0].state());08:34
greybackI didn't enable building tests, it was just a proof of concept08:34
mlankhorstoke08:34
greybackgive "-DNO_TESTS=true" to cmake08:35
mlankhorstI probably had the wrong mir then, now it worksk (with that fix)08:35
mlankhorstgreyback: ah I was just doing a deb build08:40
mlankhorsthm great, no session popping up at all..08:46
mlankhorstseems if I use the qtmir from the ppa unity8 won't run08:52
greybacklots of people have tested silo 12, and unity8 is working there08:53
mlankhorstyeah silo 12 works, just not when I use your qtmir with silo 1208:55
greybacklet me see08:55
mlankhorstblack screen + infinite loop somewhere09:06
MirvI'm releasing Mir 0.11 but filed bug #1420175 as per archive admin comments09:15
ubot5bug 1420175 in mir (Ubuntu) "Add conflicts/replaces for the obsolete packages" [Undecided,New] https://launchpad.net/bugs/142017509:15
greybackmlankhorst: so I pushed test fixes to the branch: lp:~gerboland/qtmir/port-to-event-2.0-with-mir0.1109:19
greybackI built the package & installed it. unity8 works fine. I'm getting mouse hover events too09:19
mlankhorstcan you build the debs and install them?09:21
mlankhorstit's the same but with -09:22
mlankhorst-DQTMIR_USE_OPENGL09:22
greybackmlankhorst: that's what I did. works ok here09:28
mlankhorstweird09:28
alan_galf_: anpok_ no duflu? no hangout?09:34
mlankhorstno matter what I try I don't get a u8 session09:38
mlankhorstas soon as I use the one from the ppa again it works as intended09:39
anpok_alan_g: sorry, notification did not work and I didnt notice how time passed by...09:43
alan_ganpok_: got anything you want to discuss now? Or will it wait for standup?09:44
mlankhorstmeh I give up for now09:46
=== chihchun is now known as chihchun_afk
anpok_hm no real topics09:52
=== chihchun_afk is now known as chihchun
mlankhorstgreyback: can I run unity8 in valgrind somehow?10:53
greybackmlankhorst: sure, but I've not done it10:53
greybackmlankhorst: are you getting errors anywhere? unity8.log should be very verbose10:54
mlankhorstwhere's that one kept?10:55
greyback~/.cache/upstart10:55
mlankhorstahh11:09
mlankhorstfile:///usr/share/unity8/Shell.qml:21:1: plugin cannot be loaded for module "Unity.Application": Cannot load library /usr/lib/x86_64-linux-gnu/qt5/qml/Unity/Application/libunityapplicationplugin.so: (/usr/lib/x86_64-linux-gnu/qt5/qml/Unity/Application/libunityapplicationplugin.so: undefined symbol: _ZN19SurfaceConfigurator16staticMetaObjectE)11:09
mlankhorstSurfaceConfigurator::staticMetaObject11:09
mlankhorstneeded qtmir-desktop too, why doesn't it have a proper depends on that?11:13
mlankhorstyeah now it works11:14
mlankhorstgreyback: hmm still some silliness, autorepeat is handled wrongly..12:02
greybackmlankhorst: I didn't go into such specifics. Please log bugs for the issues you find12:02
mlankhorstok12:03
mlankhorstI get repeated KeyUp events instead of KeyRepeat events..12:04
greybackif mir-demo-server doesn't give you that, then it's a qtmir issue12:04
mlankhorstdefinitely a qtmir issue12:06
mlankhorstonly happens on your event 2.0 branch12:08
=== dandrader is now known as dandrader|afk
mlankhorstgreyback: do I have to file bugs against branches too?12:27
greybackmlankhorst: would appreciate you mentioning in the bug which branch you're testing, but that's enough12:28
mlankhorstoke12:33
=== dandrader|afk is now known as dandrader
mlankhorstgreyback: hm no support for mouse wheel either12:40
greybackmlankhorst: was told that's not working in mir12:40
mlankhorstoke12:40
mlankhorstI'm getting some motion events from mir_demo_server at least when using my scrollwheel12:41
greybackmlankhorst: talk to racarr, he knows more. But do log bug anyway12:42
mlankhorsthttps://bugs.launchpad.net/qtmir/+bug/1420271 good enough?12:46
ubot5Launchpad bug 1420271 in QtMir "Missing events in qtmir with the port-to-event-2.0 branch" [Undecided,New]12:46
=== alan_g is now known as alan_g|lun
=== alan_g|lun is now known as alan_g
racarrmlankhorst: greyback: Mouse wheel is more related to an implementation detail of qtmir making it difficult to pass the information...e.g. too much gets lost through the translation to QEvent though I can't remember14:26
racarrthe exact details without looking14:26
greybackracarr: ok14:26
=== chihchun is now known as chihchun_afk
racarrit may have even just been modifiers lol I think there was something else though14:27
racarrbut anyway someone just needs a utility to pass through14:27
racarrwrt to autorepeat events I can check that out14:27
racarr:)14:27
=== chihchun_afk is now known as chihchun
=== dandrader_ is now known as dandrader
alan_gracarr: with your knowledge of the input changes this should be easy for you to check: https://code.launchpad.net/~alan-griffiths/mir/port-window-management-example-to-current-input-API/+merge/24918014:50
racarralan_g: :) Thanks. Will get to it right after I fix up this test...14:52
racarr(I think I've decided on /proc/thread-self/fd/)14:53
racarrStarted reviewing the WM example framework yesterday too...it seemed appropriate but not done grokking all the policy members yet14:54
racarrI liked the templating of the info classes...:D14:54
mlankhorstalf_: at what point do you need the mesa 10.4.2-2ubuntu4 upload?15:16
alf_mlankhorst: Without the fix the Mesa package won't build against mir-0.11, so it would be good to land this relatively soon.15:19
mlankhorstwill it still build against 0.10 with those changes?15:20
alf_mlankhorst: no15:23
mlankhorstcan you get mesa through the landing ppa then? might be easier that way..15:23
mlankhorstor at least tell me when mir hits proposed15:23
mlankhorstfor normal uploads15:23
alan_gWell yes, the content of the Info classes is driven by the window management policy15:24
alf_mlankhorst: mir 0.11 is already in the archive15:26
mlankhorstoh how did it get past proposed?15:26
mlankhorsthm right15:26
alf_mlankhorst: it's only a build-dep for Mesa that got changed, no ABI/API breaks15:27
mlankhorstyeah I guess it only checks installability, not buildability15:27
mlankhorstI'll upload mesa15:27
alf_mlankhorst: thanks15:28
mlankhorstuploaded15:35
=== alan_g is now known as alan_g|tea
=== alan_g|tea is now known as alan_g
=== dandrader is now known as dandrader|lunch
=== dandrader|lunch is now known as dandrader
=== alan_g is now known as alan_g|EOD
mlankhorstalf_: https://launchpadlibrarian.net/197217165/buildlog_ubuntu-vivid-amd64.mesa_10.4.2-2ubuntu4_FAILEDTOBUILD.txt.gz18:29
mlankhorstoddly enough local build succeeded, are you missing a dependency?18:29
=== chihchun is now known as chihchun_afk
=== sturmflut_ is now known as sturmflut
DalekSecHrm, duflu is missing.21:09
DalekSecWell, if anyone else is interested, http://sigma.unit193.net/lightdm/unity-system-compositor.log21:24
* racarr succumbs to the plague21:27
DalekSecHmm, yes.  That link could kill you.21:30
DalekSechttps://bugs.launchpad.net/mir/+bug/121275321:30
ubot5Launchpad bug 1212753 in mir (Ubuntu) "[i865] unity-system-compositor fails to start: Failed to choose ARGB EGL config" [Medium,Fix released]21:30
kgunnDalekSec: wait, you saying that bug didn't really get fixed ?23:33
DalekSeckgunn: I would say that, yes.  I have the affected hardware, tested 0.11.0 that was uploaded today/yesterday, and it still crapped out with that log.23:34
DalekSecThough I wasn't going to touch your bug report, had talked to duflu a little back about it.23:35
kgunnDalekSec: thanks for being kind :)23:35
kgunnDalekSec: can i ask what hw ?23:35
DalekSeckgunn: He also said you guys couldn't obtain the hardware, so I figured I'd check and it'd be polite to report back.  Sure, what do you want to know exactly?  Some of the info is on the xubuntu mir wiki page, but 82845G/GL chip: 8086:2562.23:36
kgunnDalekSec: yeah, that....was mainly curious about gpu23:38
kgunnduflu will be on in a bit23:38
DalekSec"Total crap" :P23:38
kgunn~1.5 hr23:39
DalekSechttp://paste.openstack.org/show/MNMILlfNtuhgOpJYJA3x/23:39
DalekSechttp://paste.openstack.org/show/ilFEYLp8qY75dkGm4Px5/ (or if you prefer lshw output)23:41
tmpRAOFHm, 845 :)23:45

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