[00:25] re: glmark2, currently the test is failing on jenkins as the environment setup does not start a mir server. Is there a reliable way to kick off a server automatically? I would prefer not to use popen if possible [01:16] josharenson: You can link against libmirserver and call mir::run_mir with an instance of DefaultServerConfiguration I suppose [01:16] see examples/basic_server.cpp [01:17] um [01:17] running mir_demo_server_basic or mir_demo_server_shell may be better though... [01:24] racarr__, is there much of a difference between the two? I've always just used the shell [01:26] * bschaefer just sees config changes === chihchun_afk is now known as chihchun [01:40] bschaefer: demo server shell has some keybindings some window shadows a background [01:40] etc [01:40] oo i see, thats where all thats coming from [01:40] cool [09:00] Hello [09:00] SDL has support for MIR. Any Idea how I could get the SDL crossed compiled for UbuntuPhone ? [09:13] slvn_: I've not looked at SDL but would you be able to do something similar to the Mir cross-compile-chroot.sh script? [09:41] slvn_, you should ping bschaefer later on, he wrote the SDL mir backend [10:07] this is the cross-compile-chroot.sh : https://github.com/eMir-server/eMir/blob/master/cross-compile-chroot.sh right ? [10:08] I will give a try [10:08] and try to contact also bschaefer [10:08] thanks! [10:15] slvn_: http://bazaar.launchpad.net/~mir-team/mir/utopic/view/head:/cross-compile-chroot.sh === alan_g is now known as alan_g|errands [11:00] alan_g|errands, thanks for the link! === alan_g|errands is now known as alan_g === dandrader is now known as dandrader|afk === alan_g is now known as alan_g|lunch === dandrader|afk is now known as dandrader === alan_g|lunch is now known as alan_g === dandrader is now known as dandrader|bbl === alan_g is now known as alan_g|errand === alan_g|errand is now known as alan_g === alan_g is now known as alan_g|errand === alan_g|errand is now known as alan_g === dandrader|bbl is now known as dandrader === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [23:02] yay overlay client on the screen [23:07] some kinks to work out though [23:22] racarr__ My test case starts a mir server internally a la the examples... However, since the server takes a non trivial amount of time to come up, is there a callback that is fired when initialization of the server is complete?