Re: snapping tmux

2017-02-26 Thread Shawn Wang
Hi Joe, I made a classic snap. https://github.com/shawn111/tmux.snap But you are right, I'm not sure how to make it confined. Regards, Shawn On Sat, Feb 25, 2017 at 3:26 AM, Joe Coates wrote: > I’ve been trying to add tmux to my snap to provide separate command line > environments to each

HowTo: How to make a snap package for lolcat with snapcraft on Ubuntu

2017-02-26 Thread Simos Xenitellis
Hi All, I wrote a tutorial on how to make a snap for a CLI utility called "lolcat", https://blog.simos.info/how-to-make-a-snap-package-for-lolcat-with-snapcraft-on-ubuntu/ I am trying a different style and I aim to show how to create a snap for four different implementations of lolcat (in Python,

Re: HowTo: How to make a snap package for lolcat with snapcraft on Ubuntu

2017-02-26 Thread XiaoGuo Liu
Hi Simos, Thanks! Nice work! Thanks & best regards, XiaoGuo On Mon, Feb 27, 2017 at 3:14 PM, Simos Xenitellis < simos.li...@googlemail.com> wrote: > Hi All, > > I wrote a tutorial on how to make a snap for a CLI utility called "lolcat", > https://blog.simos.info/how-to-make-a-snap-package-for-