Re: calling cli apps

2016-10-20 Thread Spencer Parkin
Hi, I would think that the security concerns can be minimized, if not completely eliminated, by setting up a way to have one snap application invoke another, possibly itself. In theory, a snap itself is already vetted and running in a secure environment. So what's insecure about one snap asking

Re: calling cli apps

2016-10-20 Thread Alejandro Vera
Thanks Mark!!! I hope it will be the best solution!! I am dying for try Ubuntu Personal in the future... I know this is the begining so there will some trouble ahead :D On Thu, Oct 20, 2016 at 4:00 AM, Mark Shuttleworth wrote: > > This is an active discussion for us at the moment, I think we w

Re: calling cli apps

2016-10-20 Thread Mark Shuttleworth
This is an active discussion for us at the moment, I think we will have a solution for you soon. Mark -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft

Re: calling cli apps

2016-10-19 Thread Alejandro Vera
Thanks to you for answering!!! I will be expecting the answer !!! I trust you will do the best! :D On Wed, Oct 19, 2016 at 6:28 PM, mhall119 wrote: > Hi to you both! The snap and snapcraft teams are both working at a sprint > in the Netherland this week, and one of the topics we are discussing

Re: calling cli apps

2016-10-19 Thread Alejandro Vera
Thanks!! And FYI chiche in chilean spanish is kind of a "new toy" :D On Wed, Oct 19, 2016 at 2:52 PM, Spencer Parkin wrote: > $ sudo snap install chiche > > The sound was working a few revisions ago, but recently stopped working; I > don't know why. I'm aware of some bugs that I need to fix, b

Re: calling cli apps

2016-10-19 Thread Spencer Parkin
$ sudo snap install chiche The sound was working a few revisions ago, but recently stopped working; I don't know why. I'm aware of some bugs that I need to fix, but it works well-enough for the most part. I work full time and have a family, so I don't have time to work on it all that often. (BT

Re: calling cli apps

2016-10-19 Thread Alejandro Vera
Well, then I hope someone can help us!! :D I think is a common problem then. Can I try your app? what is its name? :D On Wed, Oct 19, 2016 at 12:20 PM, Spencer Parkin wrote: > Alejandro, > > You ask a good question. As a fellow snap user, I'd like to know the > answer too. I've asked about i

Re: calling cli apps

2016-10-19 Thread Spencer Parkin
Alejandro, You ask a good question. As a fellow snap user, I'd like to know the answer too. I've asked about invoking other processes from snap-installed apps before and invoking the user's default browser too, but so far, the answer I've received from the snap team has been: "we don't have a so

calling cli apps

2016-10-19 Thread Alejandro Vera
Hi everyone I am doing an internal tool for our office. I want to change our .deb packages for snap packages In our tool I can config a cli "code beautifier" and also a custom browser for opening local files. So, first, what should I do to access other installed command line apps? Should I insta