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
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
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:
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
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
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
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
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