On 31/03/2017 16:28, Vincent JOBARD wrote:
> Hi Everyone
>
> I just try to follow the tutorial to learn how to create webapps snaps
> using snapcraft. (
> https://developer.ubuntu.com/en/phone/web/ubuntu-webapps-guide/, very nice
> tutorial by the way)
>
> Unfortunately, when I try to create my s
Hi there!
Please bear with my boasting for a while. :-) I just wrote a blog
post [1] on my experience with snapping photogrammetry software, that is
software which can build a 3D model out of a set of 2D photographs.
I also made a video overview of the process:
https://www.youtube.com/watch?v=E
Hi all!
Currently the xdg-open tool is provided by the core snap, which has it
located in its /usr/local/bin/ path.
Unfortunately, this means that other snaps cannot run it, unless they
have /usr/local/bin in their PATH. Consequently, I filed a bug against
the desktop helpers script [1] requestin
On 01/03/2017 13:37, Roberto Mier Escandón wrote:
> In source code I don't see any reference to any path related with fonts,
> however something else outside of the snap is needed and I cannot find
> what. Anybody has hit any issue with fonts in a snap or something
> similar to this?
No, but it
On 12/02/2017 12:30, Aaron Hampton wrote:
> Hi,
>
> I am working on snapping a desktop application that needs access to
> hardware-observe. Is there a way to prompt the user to connect the
> interface during the installation of the snap? Or is the only way to
> have the user run snap connect?
Whi
On 09/02/2017 02:22, Jamie Strandboge wrote:
> I confirmed this works fine under confinement (return code checking omitted
> for
> clarity):
>
>char *name = "/dev/shm/sem.snap.foo.bar";
>open(name, O_CREAT | O_EXCL | O_RDRW, S_IRUSR | S_IWUSR);
>sem_open("snap.foo.bar", 0);
>
Argh,
On 09/02/2017 02:22, Jamie Strandboge wrote:
> I confirmed this works fine under confinement (return code checking omitted
> for
> clarity):
>
>char *name = "/dev/shm/sem.snap.foo.bar";
>open(name, O_CREAT | O_EXCL | O_RDRW, S_IRUSR | S_IWUSR);
>sem_open("snap.foo.bar", 0);
>
> As su
Hi all!
I'm working on a snap of a python2 utility which is using the Pool
class from the multiprocessing module. But this gets blocked by apparmor:
Log: apparmor="DENIED" operation="mknod"
profile="snap.bundler-mardy.bundler-py" name="/dev/shm/8sszOM" pid=17782
comm="python2" requested_mask="c"
On 06/02/2017 09:53, Michi Henning wrote:
> I’m trying to get thumbnailer to build with snapcraft cleanbuild.
>
> We depend on cmake-extras for the build. I’ve added that to the
> build-packages list. The version of cmake that gets installed is 0.6, but we
> need the latest 1.0.
>
> Is it possi
On 31/01/2017 18:21, Olivier Tilloy wrote:
> This is a bit tricky: when packaging a Qt application that uses the
> platform snap, snapcraft will use ldd to crawl the app’s binaries and
> will automagically add the libraries that it depends on to the
> resulting snap (those libs are taken from the h
Hi Spencer,
your mail is definitely not spam. It's a bit off-topic, possibly :-)
On 30/01/2017 20:27, Spencer Parkin wrote:
> I was just curious what people's preferences were for snaps: Qt or wx?
> I believe Qt has support for mobile devices, but I don't think wxWidgets
> does. Other than tha
On 30/01/2017 16:44, Timo Jyrinki wrote:
> ubuntu-calculator-app seems to be broken with the previous stable #22
> too though, with a similar error report. We did notice that too now
> that I read the chat log, but didn't consider for this upgrade as it
> seemed to be the status quo.
>
> But just
Hi all,
I'm encountering an error when publishing a newer version of a
facebook webapp. Here are the changes from the previous version:
http://bazaar.launchpad.net/~mardy/webapps-core/amazon-snap/revision/154
Note that the amazon and google webapps, which have exactly the same
changes, could be
On 25/01/2017 21:29, Till Kamppeter wrote:
> So CUPS needs to provide a slot to take these files somehow and this
> slot needs to accept any printer driver snap and any number of printer
> driver snaps.
>
> Can one do this with the "content" interface? And if yes, how?
Note: snapd developers are
On 19/01/2017 18:20, Fabio Colella wrote:
> Hello,
> I'm trying to snap a simple webapp for HexGL.
>
> Here's the code: https://github.com/fcole90/fcole-hexgl-webapp
>
> Unfortunately it's failing to start due to the following error:
>
> Qt: Session management error: None of the authentication p
Hi all!
I'm working on simplifying the process for creating snaps of webapps.
I've tried building a part, but that doesn't seem to work (see
https://lists.ubuntu.com/archives/snapcraft/2016-December/002186.html --
comments welcome, by the way :-) ).
Now I'm considering achieving the same goal b
Hi all!
I've just added another part in the wiki, you can see it as the last
one here:
https://wiki.ubuntu.com/snapcraft/parts
It's the webapp-helper part. As you can see from its definition [1],
it's meant to be built after the 'desktop-ubuntu-app-platform' part.
But when I run snapc
On 19/12/2016 18:36, Fabio Colella wrote:
> Hello,
> In the past I created some webapps for ubuntu, which are currently
> published as click packages. Does currently exist a proper way to have
> them packaged as snaps?
Not yet, but we are actively working on that. We are almost there :-)
> Havin
Hi Peter,
On 19/12/2016 16:12, Peter Sasse wrote:
> because my QML app got online account integration (as provider and
> service), I would like to know, if there is already a snap interface
> for this kind of integration (https://launchpad.net/online-accounts).
it's a work in progress. I'm curre
On 14/12/2016 09:02, Didier Roche wrote:
> I would think a good way is always to not try to be too smart. This is
> kicking back in some way in the future. I would personally go with
> option 1 + a suggestion of command to run to autofix it. Instead of
> prompting (option3), add an option like --au
Thanks Zygmund for the timely reply! :-)
Alberto
--
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/snapcraft
Hi all!
I've got a few questions about the upcoming interface hooks, to make
sure that everything is ready in my project (Unity8's Online Accounts)
to migrate our "click hooks" into the interface hooks.
So, what follows is my understanding of the situation, and some
questions; please comment if
On 25/10/2016 19:37, Sergio Schvezov wrote:
>
> ```
> snapcraft prime
> snap try prime --devmode
> cp /usr/bin/strace prime
> snap shell --shell
> (sudo) ./strace ...
> ```
I got a few different issues when attempting to run my snap under sudo
and strace. I solved them by using this command line
On 25/10/2016 21:42, Gustavo Niemeyer wrote:
> On Tue, Oct 25, 2016 at 2:37 PM, Sergio Schvezov
> mailto:sergio.schve...@canonical.com>>
> wrote:
>
> This is how I do it on the fly (there was a session at the sprint
> for this to be easier)...
[...]
Thanks guys! :-)
Ciao,
Alberto
--
Hi all!
I've a weird issue in my snap which needs some debugging. I understand
that
snap run --shell
is the command I want to use in order to start a shell with the same
confinement and environment of my snap (which BTW is in --devmode), and
so far so good. But now I want to use "strace" on
On 27/09/2016 19:19, Leo Arias wrote:
> Thanks Michael. That worked. Now it gets stuck somewhere and runs out of
> memory, but I doubt that's the fault of the snap.
It might be a totally different issue, but IIRC I also happened to see
"out of memory" issues in my projects using SQLite, while in f
26 matches
Mail list logo