Re: Manual update of snap/snapd and core/ubuntu-core

2017-01-11 Thread Chris Wayne
Hi Jenny, >From the looks of it, your system has actually been updated automatically, as your first email indicates you had core version 641, and now have core 714. The reason you could not update to core on the edge channel to version 870 is because that version has not been validated yet. Does

Re: Can not launch atom-cwayne.atom

2016-08-01 Thread Chris Wayne
Hi, You'll need to install with --devmode, and it should work. I need to upload a new version to make that clearer. Thanks Chris On Mon, Aug 1, 2016 at 5:22 AM, Howy Wang wrote: > Hi All, > > I just installed the snap, atom-cwayne.atom of snappy-playpen, but it > can't be used after installat

Using sudo from within a snap

2016-08-06 Thread Chris Wayne
Hi guys, I seem to be having some issues while running anything as sudo from within a snap (namely bug https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1610292). Is this something that's expected to work, or is this out of scope (it does work if you run the snap itself with sudo, although the

Re: Using sudo from within a snap

2016-08-16 Thread Chris Wayne
/sudo and /etc/sudoers.d/snap.mountpoint? On Mon, Aug 8, 2016 at 5:27 AM, Oliver Grawert wrote: > hi, > Am Montag, den 08.08.2016, 09:36 +0200 schrieb Simon Fels: > > On 06.08.2016 15:54, Chris Wayne wrote: > > > > > > Hi guys, > > > > > > I seem to

Re: Project templates in snapcraft

2016-11-04 Thread Chris Wayne
There's really no standard way to build electron apps though On Nov 4, 2016 9:58 PM, "Aaron Honeycutt" wrote: > Also electron projects > > On Fri, Nov 4, 2016, 9:20 PM XiaoGuo Liu > wrote: > >> +1 >> >> I think it may apply to "nodejs", "python", "tomcat", "mysql", "php", >> "java" etc. >> >> B

Re: Error using python3-gi dependency

2016-12-20 Thread Chris Wayne
Hi Sergio, You could try having a wrapper set something like this: export GI_TYPELIB_PATH=$SNAP/usr/lib/girepository-1.0:$SNAP/usr/lib/$ARCH/girepository-1.0 where $ARCH is defined like this: case "$SNAP_ARCH" in "amd64") ARCH='x86_64-linux-gnu' ;; "i386") ARCH='i386-linux-gnu' ;

Re: Classic image not working after upgrade on RPI 3

2016-12-21 Thread Chris Wayne
Hi Sergey, Which image are you using? Is it possible this is the same as this bug: https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1636838 (which should now be fixed). Perhaps you could try the PPA listed in that bug? (Note that this is technically a bug for rpi2, but I *believe* the