=== chihchun_afk is now known as chihchun === RAOF is now known as Guest27115 [12:44] Hello, I am trying to understand Qt, mir and snaps. I have written a Hello World app using Qt which works on a Desktop. But when I install the Snap on Ubuntu Core I get the following error Apr 12 10:50:58 localhost snap[1292]: cannot perform operation: mount --bind -o ro,nosuid,nodev /snap/mir-libs/28/mirlibs0/usr/lib /snap/falconhelloworld/x1/mir-libs: No such file or directory. Directory doesn't exist but not sure what I am missing [12:44] as I have used mir-kiosk-apps as a guide. Any pointers as to how I debug this? [12:44] https://github.com/AdamHeavens/falconhelloworld/ [13:04] AdamH: sounds like you're missing the mir-libs content interface. [13:04] I'm not very familiar with the snaps error messages, but have you tried the example clients? [13:08] alan_g: I have the following interfaces mir-kiosk:mir falconhelloworld and mir-libs:mir-libs falconhelloworld,mir-kiosk [13:09] I have used mir-kiosk-apps and it works correctly. So must have something set wrong in snapcraft I assume [13:10] That would be my guess too. (But all the snapcraft I've done has been copy & change.) [13:11] When you say the directory doesn't exist do you mean /snap/mir-libs/28/mirlibs0/usr/lib or /snap/falconhelloworld/x1/mir-libs [13:11] ? [13:12] It is /snap/falconhelloworld/x1/mir-libs that does not exist [13:13] OK, you're just missing that directory in your snap. [13:14] Yes just not sure how I pull it in at the moment [13:16] Do you have the (empty) folder in github? [13:17] No but I have noticed in the mir-kiosk-apps demo there is an emtpy folder in glue, is that all I need to do? [13:20] You need the empty folder for bind to work. [13:20] ha thanks... will give that a try now [13:20] My example uses this yaml: https://bazaar.launchpad.net/~alan-griffiths/mircade-snap/trunk/view/head:/snap/snapcraft.yaml [13:21] If that doesn't work, the folks on #snappy may know what the incantations mean. [13:21] Thank you will give it a go === chihchun is now known as chihchun_afk === Guest27115 is now known as RAOF