Re: Running Mir apps on latest Snappy

2015-10-12 Thread Christopher James Halse Rogers
On Tue, Oct 13, 2015 at 12:36 PM, Darren Landoll wrote: … $ sudo qtdeclarative5-examples-amd64.clocks Bad system call Loading module: 'libubuntu_application_api_desktop_mirclient.so.2.9.0' [1444693723.318984] Loader: Loading modules from: /apps/mir/snap1.1/debs/usr/lib/x86_64-linux-gnu/mir/

Re: Running Mir apps on latest Snappy

2015-10-12 Thread Darren Landoll
On Mon, Oct 12, 2015 at 6:00 PM, Kevin Gunn wrote: > Hey Darren - it just dawned on me, what's your host development machine on > ? 15.04 or 15.10 ? There is a c++ abi break between 15.04 and 15.10, so you > wouldn't be able to use mir or qt components built on 15.10 on these 15.04 > core images.

Re: Client display configuration notification

2015-10-12 Thread Christopher James Halse Rogers
On Mon, Oct 12, 2015 at 10:53 PM, Alexandros Frantzis wrote: On Wed, Sep 30, 2015 at 12:50:14PM +0300, Alexandros Frantzis wrote: On Wed, Sep 30, 2015 at 02:04:00PM +1000, Christopher James Halse Rogers wrote: > Forked from review¹. > > I think we're currently handling display configura

Re: Running Mir apps on latest Snappy

2015-10-12 Thread Kevin Gunn
Hey Darren - it just dawned on me, what's your host development machine on ? 15.04 or 15.10 ? There is a c++ abi break between 15.04 and 15.10, so you wouldn't be able to use mir or qt components built on 15.10 on these 15.04 core images. br,kg On Mon, Oct 12, 2015 at 4:52 PM, Kevin Gunn wrote:

Re: Running Mir apps on latest Snappy

2015-10-12 Thread Kevin Gunn
Hey Darren - so I was able to run the Qt clock demo on top of the mir snap. Here's a quick list of what I did, so maybe we can figure out a possible difference in what you and I both attempted. The image... for the Ubuntu Core image I followed the instructions at https://developer.ubuntu.com/en/sn

Re: Running Mir apps on latest Snappy

2015-10-12 Thread Kevin Gunn
Hey Darren - give me a chance to replicate what you're doing so i can compare results. One question, were you able to run the gui example per the original instructions in a vm ?? br,kg On Mon, Oct 12, 2015 at 8:51 AM, Darren Landoll wrote: > I posted this message on a different list, but after

Re: Client display configuration notification

2015-10-12 Thread Alexandros Frantzis
On Mon, Oct 12, 2015 at 02:14:17PM +0100, Alan Griffiths wrote: > On 12/10/15 12:53, Alexandros Frantzis wrote: > > So, my take is that the only config that clients need to be notified > > about is the base one. Clients also need to be able to set the session > > and base configs (subject to permis

Running Mir apps on latest Snappy

2015-10-12 Thread Darren Landoll
I posted this message on a different list, but after tracking down the exception in the Mir code, it may apply more here. I am building the amd64 oem and mir snaps and then running ubuntu-device-flash to create either a stable or edge based image for 15.04 (in developer mode). For initial testing

Re: Client display configuration notification

2015-10-12 Thread Alan Griffiths
On 12/10/15 12:53, Alexandros Frantzis wrote: > So, my take is that the only config that clients need to be notified > about is the base one. Clients also need to be able to set the session > and base configs (subject to permission restrictions): I know the current scheme also has issues, but how

Re: Client display configuration notification

2015-10-12 Thread Alexandros Frantzis
On Wed, Sep 30, 2015 at 12:50:14PM +0300, Alexandros Frantzis wrote: > On Wed, Sep 30, 2015 at 02:04:00PM +1000, Christopher James Halse Rogers > wrote: > > Forked from review¹. > > > > I think we're currently handling display configuration events incorrectly, > > or at least in a way that will b