<div dir="ltr">Hi Mark. Thanks for your quick reply. I could not help noticing your name. I presume you're probably not really the same Mark Shuttleworth that's been to space, or are you. :)<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 24, 2015 at 6:36 PM, Mark Shuttleworth <span dir="ltr"><<a href="mailto:mark@ubuntu.com" target="_blank">mark@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 24/10/15 14:14, Werner Terreblanche wrote:<br>
> Also, while I'm here with the rest of the Snappy experts... the reason<br>
> why I want to try Snappy is because I've developed an app which currently<br>
> can run on Rasbian and X86 Ubuntu. I thought it would be cool to get<br>
> it to work with Snappy Ubuntu. However the things I'm a bit unsure<br>
> of..... will I be able to do things like "aplay" and espeak. As I<br>
> understand it, Snappy does not support the apt-get method, so does that<br>
> mean its not possible to install apps like espeak at all?<br>
<br>
</span>With snappy, you'll bundle all the dependencies (like aplay and espeak)<br>
into a single "snap" and ship that as a single thing. That way, changes<br>
from us don't interfere with your application at all. The easiest way to<br>
do that is with a tool called snapcraft, take a look at that first then<br>
feel free to ask more questions here!<br>
<br>
One thing to be aware of; snappy is designed to stop applications from<br>
peeking at things that haven't been explicitly given to them, even if<br>
they are running as root. So if you need access to hardware, you'll need<br>
to say so explicitly in your snap. You'll definitely want a hand with<br>
that part, join one of the snappy clinics. We're working on a tool which<br>
will automatically advise you what permissions you need to allocate your<br>
snap, and also to make hardware management easier.<br>
<br>
But, once you get all those details squared away, snappy means you ship<br>
what you want when you want it, no matter what happens to any<br>
dependencies you count on.<br>
<span class="HOEnZb"><font color="#888888"><br>
Mark<br>
<br>
</font></span></blockquote></div><br></div>