classic 32 bit application

2017-03-29 Thread Alistair Grant
Hi All, I'm trying to package a 32 bit software development environment: Pharo Smalltalk (http://pharo.org). I've got it working OK as a devmode package, but as soon as I switch it to classic confinement it fails to run. The error message displayed when attempting to run the executable is "No su

Re: Meta-packages for snaps

2017-03-29 Thread Joseph Rushton Wakeling
On 27/03/17 04:33, Michael Hall wrote: Because your snap is going to pull in all of your dependencies, doing one snap per tool will likely result in more duplication and thus more disk space than providing it all as a single package. That's a very good point. On the other hand, the disk space

Re: Reserved project names and cooperative transfer of ownership

2017-03-29 Thread Joseph Rushton Wakeling
On 27/03/17 04:46, Michael Hall wrote: Good news, that's already there! In each appname section in your "apps:" definitions you can add a property names "aliases" that takes a yaml list of names you want to use. For example: name: snapname apps: appname: command: foo aliases:

Re: some console-conf start-up traceback

2017-03-29 Thread Michael Hudson-Doyle
On 28 March 2017 at 15:58, Michael Hudson-Doyle < michael.hud...@canonical.com> wrote: > > > On 28 March 2017 at 10:38, Michael Hudson-Doyle < > michael.hud...@canonical.com> wrote: > >> >> >> On 28 March 2017 at 02:50, Nicolino Curalli wrote: >> >>> Hi all, >>> >>> we have a strange output on co

Desktop snaps are not working in KDE

2017-03-29 Thread Simon Fels
Hey everyone, we currently see bug reports (e.g. https://bugzilla.opensuse.org/show_bug.cgi?id=1031501) that certain snaps are not working in KDE on openSUSE (42.2 / Tumbleweed). On the same distribution, when I run the snaps within Gnome, everything works as it should and the applications are sta

Re: Configuration Hook get/set.

2017-03-29 Thread Pawel Stolowski
The fix for this bug landed today and should be available in the next release. Pawel On 29.03.2017 15:04, Pat McGowan wrote: On Wed, Mar 29, 2017 at 6:24 AM, wrote: hi all, i have a few questions regarding the baviour of the configuration option if i do snap set "mySnap" "myOption=77 eve

Re: Configuration Hook get/set.

2017-03-29 Thread Pat McGowan
On Wed, Mar 29, 2017 at 6:24 AM, wrote: > > > hi all, > i have a few questions regarding the baviour of the configuration option > > if i do > snap set "mySnap" "myOption=77 > everthing works as expected. i can read the option with snap get or in the > configuration hook with snapctl get. > afte

Configuration Hook get/set.

2017-03-29 Thread christian . isler
hi all, i have a few  questions regarding the baviour of the configuration option if i do snap set "mySnap" "myOption=77 everthing works as expected. i can read the option with snap get or in the configuration hook with snapctl get. after snap remove "mySnap" i still can access the option i set