GeoClue

2016-08-01 Thread David Chen
Hi, I am trying to make a snap for a weatherinfo example which I got from Qt creator. The problem I am having is, it seems to require "geoclue-master" and "ubuntu-geoip-provider" both running in order to get the location info. Since GeoClue is D-Bus related, I am wondering if there is a recommen

Can not launch atom-cwayne.atom

2016-08-01 Thread Howy Wang
Hi All, I just installed the snap, atom-cwayne.atom of snappy-playpen, but it can't be used after installation. My snapcraft verson is 2.13.1, and snapd version is 2.0.10 on Ubuntu 16.04 -64 bits. May I know which problems on my environment? The following information is for your reference. howy@h

Re: GeoClue

2016-08-01 Thread Thomas Voß
On Mon, Aug 1, 2016 at 11:02 AM, David Chen wrote: > Hi, > > I am trying to make a snap for a weatherinfo example which I got from Qt > creator. The problem I am having is, it seems to require "geoclue-master" > and "ubuntu-geoip-provider" both running in order to get the location info. The weat

Snaps on Yocto/OpenEmbedded

2016-08-01 Thread Simon Fels
Hey everyone, after an idea during the sprint in Heidelberg I've quickly created a meta-snappy layer for Yocto/OpenEmbedded which now brings snaps to any Yocto/OpenEmbedded based operating system (assuming it runs systemd). The relevant git repository and instructions how to get started are avail

Re: GeoClue

2016-08-01 Thread Kyle Fazzari
On 08/01/2016 02:02 AM, David Chen wrote: > > Btw, I learned there is a snapcraft pull option "--enable-geoip", does > it have anything to do with this topic? > No, this relates to the package repository URLs used by snapcraft. Without this option enabled snapcraft will use the repositories config

Pithos snap

2016-08-01 Thread Aaron Honeycutt
Heyo all! I've hit the following bugs trying to make a snap of the new 1.2.0 release of Pith - a pandora GNOME desktop player. [1] https://bugs.launchpad.net/ubuntu/+source/snapcraft/+bug/1590831 [2] https://bugs.launchpad.net/snappy/+bug/1583250 [3] https://bugs.launchpad.net/snappy/+bug/1590679

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

Re: Overriding seccomp policy: shm_open

2016-08-01 Thread Jamie Strandboge
On Mon, 2016-08-01 at 07:27 +0200, Simon Fels wrote: > On 01.08.2016 06:55, Jacob Zimmermann wrote: > > > > Hi > > > > I'm trying to get my hands on snapcraft by building a snap of "Hatari" > > (Atari ST emulator). I got it working nicely in devmode but it won't run > > under strict confinement,

Re: Pithos snap

2016-08-01 Thread Jamie Strandboge
On Mon, 2016-08-01 at 10:45 -0400, Aaron Honeycutt wrote: > Heyo all! > Hi! > [3] https://bugs.launchpad.net/snappy/+bug/1590679 > > I've gotten around 1 and 2 thanks to the cool folks in #snappy on IRC > freenode but 3 is still holding me and I'm sure other folks back. Today, you can install w

Re: Pithos snap

2016-08-01 Thread Aaron Honeycutt
So I just want on an update from snapd? And then use that in my yaml? On Aug 1, 2016 12:43 PM, "Jamie Strandboge" wrote: > On Mon, 2016-08-01 at 10:45 -0400, Aaron Honeycutt wrote: > > Heyo all! > > > Hi! > > > [3] https://bugs.launchpad.net/snappy/+bug/1590679 > > > > I've gotten around 1 and 2

Re: Pithos snap

2016-08-01 Thread Jamie Strandboge
On Mon, 2016-08-01 at 12:47 -0400, Aaron Honeycutt wrote: > So I just want on an update from snapd? And then use that in my yaml? > Yes, but I think some things are going to change in the PR so I advise not changing yet or keeping an eye on the PR. > On Aug 1, 2016 12:43 PM, "Jamie Strandboge"

Re: Pithos snap

2016-08-01 Thread Aaron Honeycutt
Will do. Thanks for the update! On Aug 1, 2016 12:54 PM, "Jamie Strandboge" wrote: > On Mon, 2016-08-01 at 12:47 -0400, Aaron Honeycutt wrote: > > So I just want on an update from snapd? And then use that in my yaml? > > > > Yes, but I think some things are going to change in the PR so I advise

SNAP_USER_COMMON

2016-08-01 Thread Vasilisc
test snap raise error - echo "Writing to $SNAP_USER_COMMON" mkdir -p $SNAP_USER_COMMON/platform echo "hello common" > $SNAP_USER_COMMON/common.txt -- grep -F audit syslog Aug 2 08:34:16 vb kernel: [ 2622.276193] audit: type=1400 audit(1470116056.762:34): app

Re: SNAP_USER_COMMON

2016-08-01 Thread Didier Roche
Le 02/08/2016 à 07:45, Vasilisc a écrit : > > test snap raise error > - > echo "Writing to $SNAP_USER_COMMON" > mkdir -p $SNAP_USER_COMMON/platform > echo "hello common" > $SNAP_USER_COMMON/common.txt > -- > grep -F audit syslog > > Aug 2 08:34:16 vb kernel: [ 2

Re: SNAP_USER_COMMON

2016-08-01 Thread Vasilisc
02.08.2016 09:00, Didier Roche пишет: Le 02/08/2016 à 07:45, Vasilisc a écrit : test snap raise error - echo "Writing to $SNAP_USER_COMMON" mkdir -p $SNAP_USER_COMMON/platform echo "hello common" > $SNAP_USER_COMMON/common.txt -- grep -F audit syslog Aug 2

Re: SNAP_USER_COMMON

2016-08-01 Thread Vasilisc
02.08.2016 09:00, Didier Roche пишет: Le 02/08/2016 à 07:45, Vasilisc a écrit : test snap raise error - echo "Writing to $SNAP_USER_COMMON" mkdir -p $SNAP_USER_COMMON/platform echo "hello common" > $SNAP_USER_COMMON/common.txt -- grep -F audit syslog Aug 2

Re: SNAP_USER_COMMON

2016-08-01 Thread Vasilisc
02.08.2016 09:00, Didier Roche пишет: Le 02/08/2016 à 07:45, Vasilisc a écrit : test snap raise error - echo "Writing to $SNAP_USER_COMMON" mkdir -p $SNAP_USER_COMMON/platform echo "hello common" > $SNAP_USER_COMMON/common.txt -- grep -F audit syslog Aug 2