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,
are there any plans to release the snapcore-Copr-repo for Fedora25?
Niels
--
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/snapcraft
On 12/19/2016 10:37 PM, Bo Dong wrote:
> Hi,
>
> I'm trying to pack ros with snapcraft. The source is under
> /usr/share/doc/snapcraft-examples/examples/ros
> My platform is Bubbelgum96, it's ARM64. But when "Fetching package
> dependencies", it shows "Failed to fetch system dependencies: The U
Hello, I am creating a snap which has a the python3-gi dependency (as it is
shown below)
parts:
kpi-dbus-tests:
plugin: nil
stage-packages:
- gir1.2-glib-2.0
- python3-dbus
- python3-gi
When I run the python script which is using the gi dependency I am getting
some e
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'
;
This solution works, thanks!!
On Tue, Dec 20, 2016 at 4:18 PM, Chris Wayne
wrote:
> 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:
>
> cas
Hi Guys,
We're now porting Ubuntu Core to an ARM64 on-chip computer, Bubblegum-96
board. (http://www.96boards.org/product/bubblegum-96/)
Here are some issues we got.
When using ubuntu-image (tag:0.10+real 1 stable),
*$ sudo /snap/bin/ubuntu-image --channel stable --image-size 2G
--extra-snaps bu