Re: desktop-gtk3

2017-03-31 Thread Didier Roche
Le 31/03/2017 à 05:55, Spencer Parkin a écrit : That just adds a deprecation warning (if I add the '/', I mean.) It says, "DEPRECATED: Found a "/" in the name of the 'desktiop/gtk3' part" Here's the major error I'm getting... "Issue while loading plugin: properties failed to load for

Re: Contributing cloud parts

2017-03-20 Thread Didier Roche
Le 17/03/2017 à 19:13, Tim Süberkrüb a écrit : Hey, Hey Tim, what is the process of contributing a cloud part to https://wiki.ubuntu.com/snapcraft/parts (is it open for community contributions?)? Are there any plans for having a real parts repository instead of a wiki page for cloud

Re: Shared UI Themes

2017-03-17 Thread Didier Roche
Le 16/03/2017 à 18:28, Michał Sawicz a écrit : W dniu 16.03.2017 o 17:34, Sebastien Bacher pisze: One other issue is that snaps are per-system and theme are per-user-session/desktop. You could have different users login into different desktop environment on your laptop, how do we handle them

Re: Class confinement for Python snaps

2017-03-10 Thread Didier Roche
Le 10/03/2017 à 16:14, Barry Warsaw a écrit : I'm converting ubuntu-image from a devmode snap to a classic snap, but I'm running into some problems. ubuntu-image is a Python 3 application, and I'm using snapcraft 2.27.1+17.4 on Zesty. The first problem I'm having is I think directly related to

A couple of new snap tutorials are now available!

2017-03-02 Thread Didier Roche
Following last few weeks announcement, we do have a couple of new tutorials available for snaps! More info are available at https://insights.ubuntu.com/2017/03/02/a-couple-of-new-snap-tutorials-are-now-available/, but I want to give a big round of applause to Simos, present on this list,

Re: HowTo: How to create a snap for a Python app with networking using snapcraft in Ubuntu 16.04

2017-02-17 Thread Didier Roche
Le 15/02/2017 à 16:33, Simos Xenitellis a écrit : > On Mon, Feb 13, 2017 at 7:13 PM, Didier Roche <didro...@ubuntu.com> wrote: >> Le 10/02/2017 à 17:30, Simos Xenitellis a écrit : >>> I managed to complete the conversion and the tutorial is ready :-). >&

One snap to connect them all (or: the plugin story)

2017-02-09 Thread Didier Roche
Ok, sorry for the catchy email title but couldn't resist :) So, I'm in the situation where one snap would need to get configuration and access to some files from other snaps. It's really similar to our plugin story: even if in that case, we are talking about optional configuration and files from

Re: HowTo: How to create a snap for a Python app with networking using snapcraft in Ubuntu 16.04

2017-02-07 Thread Didier Roche
Le 07/02/2017 à 14:05, Simos Xenitellis a écrit : > On Tue, Feb 7, 2017 at 9:13 AM, Didier Roche <didro...@ubuntu.com> wrote: >> Le 06/02/2017 à 10:56, Simos Xenitellis a écrit : >>> Hi All, >>> >>> I wrote an article about creating a snap for an existing

Re: Currernt config hook implementation scales very badly

2017-02-01 Thread Didier Roche
Le 01/02/2017 à 13:05, Gustavo Niemeyer a écrit : > > Yes, that's in the plans for configuration support already. The idea > is to extend snapctl with the ability to introspect exactly which > settings have changed since the last successful run of the script, and > perhaps which values it used to

Changing default snapcraft behavior and erroring on missing libraries

2017-01-31 Thread Didier Roche
Le 31/01/2017 à 17:18, Sergio Schvezov a écrit : > On Tue, 31 Jan 2017 16:21:41 +0100, Olivier Tilloy wrote: >> On Tue, Jan 31, 2017 at 2:12 PM, Timo Jyrinki >> wrote: Do we have a clear understanding of why this happens? Qt apps are supposed to be binary

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-01-31 Thread Didier Roche
Le 31/01/2017 à 17:18, Sergio Schvezov a écrit : > On Tue, 31 Jan 2017 16:21:41 +0100, Olivier Tilloy wrote: >> On Tue, Jan 31, 2017 at 2:12 PM, Timo Jyrinki >> wrote: Do we have a clear understanding of why this happens? Qt apps are supposed to be binary

Re: glGetUniformLocation fails in confinement mode

2017-01-31 Thread Didier Roche
Le 30/01/2017 à 15:39, Jamie Strandboge a écrit : > On Mon, 2017-01-30 at 08:47 -0500, Stephen M. Webb wrote: >> On 2017-01-30 01:56 AM, Spencer Parkin wrote: >>> >>> >>> I have a program that has successfully snapped and run in confinement mode, >>> but then I added a pixel and vertex shader >>>

Re: New 2.20 snapd release

2017-01-05 Thread Didier Roche
Le 03/01/2017 à 13:18, James Page a écrit : > On Tue, 3 Jan 2017 at 12:15 James Page > wrote: > > On Tue, 3 Jan 2017 at 11:58 Gustavo Niemeyer > > wrote: > >

Re: [System Enablement] New releases: wifi-ap=10 pulseaudio=8.0-3

2017-01-05 Thread Didier Roche
Le 05/01/2017 à 14:31, Oliver Grawert a écrit : > hi, > Am Mittwoch, den 04.01.2017, 19:11 +0100 schrieb Oliver Grawert: >> ogra@pi3:~$ grep audio= /boot/uboot/config.txt >> dtparam=audio=on >> > FYI both gadgets for pi2 and pi3 have just been updated in the edge > channel with this fix, would be

Re: Snapcraft's state tracking improvements

2016-12-13 Thread Didier Roche
Le 13/12/2016 à 22:57, Kyle Fazzari a écrit : > Hey everyone. Hey Kyle > > I feel it coming on... this is going to be a tome. tl;dr... snapcraft > could be smarter than it is. But would that lead to its doing more for > you than you want? We'd like to find out. > > I've spoken to a few of you

Re: Daemon: dbus examples

2016-12-12 Thread Didier Roche
Le 10/12/2016 à 14:29, l-snapcr...@znn.info a écrit : > Hi Snapcrafter, Hey lightonflux, > in the documentation about keys in the yaml i saw a mention of "daemon: > dbus" (1), but i could not find an explanation in the documentation of a > real world example how it is used on github. > > Can

Re: Daemon: dbus examples

2016-12-11 Thread Didier Roche
Le 10/12/2016 à 14:29, l-snapcr...@znn.info a écrit : > Hi Snapcrafter, Hey lightonflux > > in the documentation about keys in the yaml i saw a mention of "daemon: > dbus" (1), but i could not find an explanation in the documentation of a > real world example how it is used on github. > > Can

Re: Ubuntu 16.04, which version of snapcraft

2016-12-07 Thread Didier Roche
Le 07/12/2016 à 21:53, Jenny Murphy a écrit : > Hi, > So now I am ready to go with snapcraft 2.22.1. > > I think upgrading my snapcraft.yaml should be pretty straight forward? > > This is what I have : > > *services:* > * main:* > *start: bin/wrapper* > *description: EpiSensor Gateway

Re: sha3-384 mismatch

2016-12-05 Thread Didier Roche
.ubuntu.com/anon/download-snap/rFpKbTdZ31LyAxWF6RpcerZov1TdtDly_24.snap > <https://public.apps.ubuntu.com/anon/download-snap/rFpKbTdZ31LyAxWF6RpcerZov1TdtDly_24.snap> > (extracted > from the log file)" > > Bret also posted another one above (thanks!). > > > On Mon, Dec 5, 2016 at 12:52 PM

Re: snapd debug without systemd activation

2016-12-05 Thread Didier Roche
Le 05/12/2016 à 09:58, Boris Rybalkin a écrit : > Hello, > > Is it possible to run snapd for debugging without systemd socket > activation ? > > There is a check here: > https://github.com/snapcore/snapd/blob/master/daemon/daemon.go#L198 > > Which seems to expect socket from systemd. > > I was

Re: sha3-384 mismatch

2016-12-05 Thread Didier Roche
fedce446ad4b39c06cb9ad94f30bdd0c6514bdb6477e86727b75767) wget works on the same machine. Easy reproducer: - install ubuntu core on a rpi2, plug the the eth45 cable to your laptop - switch network-manager to network sharing mode - try installing any snap (more than a meg) from the rpi2." Didi

Re: sha3-384 mismatch

2016-12-04 Thread Didier Roche
Le 03/12/2016 à 16:01, Gustavo Niemeyer a écrit : > Hi Xavier, > > There's definitely a problem interrupting the connection with the > server. The fact it works sometimes means it's inconsistent. > > Can you please try to download such files several times out of snap > and snapd, to see what the

Re: configure hook

2016-12-01 Thread Didier Roche
Le 02/12/2016 à 02:53, Boris Rybalkin a écrit : > Sorry still more questions on hooks. > > As I understand configure hooks are executed after services startup: > https://github.com/snapcore/snapd/blob/3dc67f49c4b6fe3acd5add647ac35a42fbb395d5/overlord/snapstate/snapstate.go#L184 > > If this is

Re: snap and qt

2016-11-30 Thread Didier Roche
Le 01/12/2016 à 06:20, Vasilisc a écrit : > 30.11.2016 17:39, Didier Roche пишет: >> Le 30/11/2016 à 09:29, Vasilisc a écrit : >>> Hi folks, >>> please help me. >>> Qt app can't open folder and/or launch web browser >>> >> >>

Re: Ubuntu Core for Beaglebone Black

2016-11-30 Thread Didier Roche
Le 08/11/2016 à 03:54, Luther Goh Lu Feng a écrit : > Hi there, > > I am trying to install Ubuntu Core 16 on the Beaglebone Black. I have found > the images available for download[1]. I am aware of gadget snaps[2], and I am > guessing that beagleblack is the snap I should be looking at. > > But

Re: snap and qt

2016-11-30 Thread Didier Roche
Le 30/11/2016 à 09:29, Vasilisc a écrit : > Hi folks, > please help me. > Qt app can't open folder and/or launch web browser > Hey Vasilisc, > Error message > > virtual bool QGenericUnixServices::openDocument(const QUrl&): Unable > to detect a launcher for 'file:///home/vasilisc/' > >

Re: Ubuntu Core 16 Feature Freeze

2016-11-30 Thread Didier Roche
Le 07/10/2016 à 11:46, Oliver Grawert a écrit : > hi, > Am Freitag, den 07.10.2016, 11:35 +0200 schrieb Oliver Grawert: >> These images are bootable, the PC image can be booted directly in qemu-kvm or virtualbox. When running the images in qemu-kvm it is helpful to use the

Re: Snaps to invoke external processes

2016-11-22 Thread Didier Roche
normal desktop system, whether snapd is > there or not. It's a very minimal piece of software. How do you see non ubuntu distro being handled then? Cheers, Didier > > On Tue, Nov 22, 2016 at 5:21 AM, Mark Shuttleworth <m...@ubuntu.com > <mailto:m...@ubuntu.com>> wrote:

Re: Snaps to invoke external processes

2016-11-21 Thread Didier Roche
iracle! It works! Now, for the first time ever, my users > (all 0 of them) can reach the help page by clicking on "help" from > within the app! Thanks, Didier. You're a real pal. > > On Mon, Nov 21, 2016 at 12:08 AM, Didier Roche > <didro...@ubuntu.com

Re: uwsgi systemd config (Type=notify)

2016-11-21 Thread Didier Roche
Le 21/11/2016 à 23:54, Boris Rybalkin a écrit : > Hello, > > I am porting uwsgi systemd config to snap and having some problem. > Snap installs correctly while systemd cannot start the service (some > other configuration issue). I think uwsgi will notify systemd that it > has started and looks

Re: Snaps to invoke external processes

2016-11-21 Thread Didier Roche
after: [desktop-gtk3] > > # It will copy wallpaperdownloader script into /bin/ > # This script contains all the commands needed (sets env variables, > launches the jar file...) to > # execute the application > exec: > plugin: dump > source: scripts > >

Re: Cross platform snap creation?

2016-11-14 Thread Didier Roche
if that suits your need Peter! Didier > > Em 14 de nov de 2016 7:32 AM, "Didier Roche" <didro...@ubuntu.com > <mailto:didro...@ubuntu.com>> escreveu: > > Le 13/11/2016 à 15:58, Peter Uithoven a écrit : >> Hi folks, >> >> This is a qu

Re: Packaging nodejs apps

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 10:55, Stephen Stewart a écrit : > Hi, > > While looking into a nodejs/yarn plugin I wondered if I could make a > yarn snap (not plugin), and simply define nodejs and yarn as parts, > use dump plugin and be done, no plugin required: > > "Parts 'yarn' and 'node' have the following

Re: Symlink to snapcraft apps no longer working

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 10:41, Zygmunt Krynicki a écrit : >> Wiadomość napisana przez Martin Winter w >> dniu 11.11.2016, o godz. 10:54: >> >> Not sure when this (recently) changed. >> >> All apps as defined by a snap are prefixed with the snap name >> >> Ie, I have under

Re: Symlink to snapcraft apps no longer working

2016-11-14 Thread Didier Roche
Le 11/11/2016 à 10:54, Martin Winter a écrit : > Not sure when this (recently) changed. > > All apps as defined by a snap are prefixed with the snap name > > Ie, I have under apps a “vtysh” defined, which then ends up as > quagga.vtysh (for the quagga snap). > > So far no issue. > > Now, a few

Re: Cross platform snap creation?

2016-11-14 Thread Didier Roche
Le 13/11/2016 à 15:58, Peter Uithoven a écrit : > Hi folks, > > This is a question on behalf of the people behind Electron: Is is > possible to create snaps from other platforms than Linux? Would this > be possible through a Docker container? Are there docs on this? > >

Re: configure hook

2016-11-14 Thread Didier Roche
d and ubuntu core on amd64? > snapd is part of the core snap. snapd from the core snap is running on ubuntu core, snapd from the ubuntu package is running on the desktop. (the REEXEC plan has been disabled some months ago, due to some issues IIRC) Didier > > On 14 Nov 2016 8:01 am,

Re: Nand flash booting.

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 02:21, Daniel Toussaint a écrit : > I am working on a board similar to Beaglebone Black, however instead > of SD/eMMC it is booting from NAND flash directly. As far as I can see > in the documentation there is no way yet to boot a Snappy image in > this fashion, is support for this

Re: crontab like snaps or interfaces

2016-11-14 Thread Didier Roche
Le 14/11/2016 à 09:03, Didier Roche a écrit : > Le 14/11/2016 à 02:29, Enwei Zhang a écrit : >> Hello, >> I want to ask if there is any snaps or interfaces that could support >> crontab or systemd.timer or that kind of timed operations. >> For example, if my snap uses

Re: configure hook

2016-11-14 Thread Didier Roche
6.04 desktop, CCing Michael to know when the next snapd hits stable + SRU published). Cheers, Didier > Thank you. > > > On 9 Nov 2016 09:21, "Didier Roche" <didro...@ubuntu.com > <mailto:didro...@ubuntu.com>> wrote: > > Le 09/11/2016 à 10:15, Boris Ry

Re: configure hook

2016-11-09 Thread Didier Roche
xamples. If you beat me to it, do not hesitate to report your results here! > Thank you very much for your replies! > My pleasure :) > > On 9 Nov 2016 08:58, "Didier Roche" <didro...@ubuntu.com > <mailto:didro...@ubuntu.com>> wrote: > > Le 09/11/2016 à 09:39,

Re: Snapping Chrome browser

2016-11-07 Thread Didier Roche
Le 08/11/2016 à 03:46, XiaoGuo Liu a écrit : > Sorry, There is a typo in the last email. The installation instruction > is: > > $ sudo snap install --beta --devmode That's nice! However, AFAIK, Chad (CCed) worked on this some months ago and got it working as well in devmode. The only issue on

Re: Snap hangs when accessing a special /dev/file (/dev/vcio) [ubuntu-core 16 / RaspberryPi2]

2016-11-07 Thread Didier Roche
Le 07/11/2016 à 12:17, Oliver Grawert a écrit : > hi, > Am Montag, den 07.11.2016, 11:23 +0100 schrieb Didier Roche: >> >> Ah nice, I didn't find any documentation on it nor in the official >> doc >> (which was imported from the snapd repo before its removal) or in

Re: Error on compiling snap using wxPython

2016-11-07 Thread Didier Roche
Le 07/11/2016 à 13:25, Vincent JOBARD a écrit : > Hi Didier Thx for your answer > > On Mon, Nov 7, 2016 at 9:02 AM Didier Roche <didro...@ubuntu.com > <mailto:didro...@ubuntu.com>> wrote: > > Le 06/11/2016 à 01:40, Vincent JOBARD a écrit : > > Hi ever

Re: Snap hangs when accessing a special /dev/file (/dev/vcio) [ubuntu-core 16 / RaspberryPi2]

2016-11-07 Thread Didier Roche
Le 07/11/2016 à 11:18, Simon Fels a écrit : > On 07.11.2016 08:53, Didier Roche wrote: >> Le 06/11/2016 à 11:50, Jacques Supcik a écrit : >>> Dear community. >>> >>> I have a program <https://gitlab.com/telecom-tower/tower>, written in >>>

Re: Error on compiling snap using wxPython

2016-11-07 Thread Didier Roche
Le 06/11/2016 à 01:40, Vincent JOBARD a écrit : > Hi every one > > Few days ago I found that a GUI exists for > YouTube-dl, https://github.com/MrS0m30n3/youtube-dl-gui. > > So I tried to create a snap for it, based on youtube-dl snapcraft.yaml > found in the Playpen > >

Re: Project templates in snapcraft

2016-11-06 Thread Didier Roche
Le 05/11/2016 à 07:37, Spencer a écrit : > Small, well commented examples, but not too small so as to leave out > obviously wanted functionality, IMO, are way better than templates. > Part of the problem I have with any kind of template is OCD-based. I > don't want to start where someone else

Re: Snap hangs when accessing a special /dev/file (/dev/vcio) [ubuntu-core 16 / RaspberryPi2]

2016-11-06 Thread Didier Roche
Le 06/11/2016 à 11:50, Jacques Supcik a écrit : > Dear community. > > I have a program , written in > go, and running on a raspberry Pi 2, which displays messages on a LED > panel. The panel is made of > "neo pixels"

Re: Optional daemon

2016-11-02 Thread Didier Roche
Le 28/10/2016 à 21:00, Aaron Ogle a écrit : > Point definitely well made. I'm with you now. :) > > Now this being the case. I can't just swap the location. This is > where I would need a rock solid upgrade hook. But I would only need > to run it the once. Any suggestions? Or any good

Re: Optional daemon

2016-10-27 Thread Didier Roche
ier > > On Thu, Oct 27, 2016 at 10:14 AM Didier Roche <didro...@ubuntu.com > <mailto:didro...@ubuntu.com>> wrote: > > Le 27/10/2016 à 16:50, Aaron Ogle a écrit : > > Greetings, > > > > With our Rocket.Chat snap, we're looking to be

Re: Optional daemon

2016-10-27 Thread Didier Roche
Le 27/10/2016 à 16:50, Aaron Ogle a écrit : > Greetings, > > With our Rocket.Chat snap, we're looking to be able to allow someone > to run an external mongodb instead of the built in one. As well as > we'd like to add something like caddy / traefik etc to do ssl > termination. But its not a

Re: Provisional snap for DUB (D language package/build manager)

2016-10-27 Thread Didier Roche
Le 27/10/2016 à 08:37, Didier Roche a écrit : > Le 27/10/2016 à 01:13, Joseph Rushton Wakeling a écrit : >> Hello folks, > Hey Joseph, > > It would be great to have D support! Thanks for working on that :) > I'm going to try to answer to some of your questions, but I'm sure

Re: Un-revert a snap

2016-10-27 Thread Didier Roche
Le 27/10/2016 à 09:44, YC Cheng a écrit : > Reply in-line, YC > > 2016-10-27 15:36 GMT+08:00 Didier Roche <didro...@ubuntu.com > <mailto:didro...@ubuntu.com>>: > > Le 27/10/2016 à 09:18, YC Cheng a écrit : >> I found the following command works:

Re: Un-revert a snap

2016-10-27 Thread Didier Roche
15.04. Didier > > YC > > 2016-10-27 14:38 GMT+08:00 Didier Roche <didro...@ubuntu.com > <mailto:didro...@ubuntu.com>>: > > Le 27/10/2016 à 08:32, YC Cheng a écrit : >> I think we need a way to just Un-revert from rev 20 to rev 29 >> without

Re: Provisional snap for DUB (D language package/build manager)

2016-10-27 Thread Didier Roche
Le 27/10/2016 à 01:13, Joseph Rushton Wakeling a écrit : > Hello folks, Hey Joseph, It would be great to have D support! Thanks for working on that :) I'm going to try to answer to some of your questions, but I'm sure Sergio (CCed) would be able to give deeper insights on some parts as being the

Re: Problems trying to create a snap package for bioinformatics tools

2016-10-24 Thread Didier Roche
Le 24/10/2016 à 16:13, Gordon Ball a écrit : > Hello Hey Gordon, > I have been trying to create a snap package for the `cufflinks` [1] > biofinformatics tools. These are packaged for debian/ubuntu, but the > package is not built for xenial due to issues with boost 1.56-1.59. [2] Nice way to

Re: snap integration with XFCE

2016-10-24 Thread Didier Roche
for instance. (But yeah, it relies on /home/$USER/ and should probably find a better way to get user's real home directory. I can't use $HOME as it's redirected to SNAP_USER_DATA in some cases) > > Best, > > Eloy > > 2016-10-24 10:14 GMT+02:00 Didier Roche <didro...@ubuntu.com &g

Re: snap integration with XFCE

2016-10-24 Thread Didier Roche
Le 06/10/2016 à 21:34, Eloy García (PC Actual) a écrit : > Hi all. > > I develop a java-based application to download and manage wallpapers > from the Internet (wallpaperdownloader) > (https://bitbucket.org/eloy_garcia_pca/wallpaperdownloader/overview). > The applications is in the store but now

Re: Missing environment variables

2016-10-21 Thread Didier Roche
ring which would lead to that error. Cheers, Didier > > On Fri, Oct 21, 2016, 04:19 Didier Roche <didro...@ubuntu.com > <mailto:didro...@ubuntu.com>> wrote: > > Le 20/10/2016 à 17:36, Aaron Ogle a écrit : >> Hey guys, > > Hey Aaron, > >>

Re: Missing environment variables

2016-10-21 Thread Didier Roche
Le 20/10/2016 à 17:36, Aaron Ogle a écrit : > Hey guys, Hey Aaron, > > With our Rocket.Chat server snap. We've had several cases now where > users come to us trying to figure out why it hasn't started yet after > installing. > > Our snap: >

Re: add-apt-repository and snapcraft cleanbuild?

2016-10-16 Thread Didier Roche
Le 15/10/2016 à 20:26, Dan Kegel a écrit : > Hey all, > Day 3 of using snapcraft, and I've managed to get > both piglit and a proprietary app snapped and running. > Snapcraft's learning curve is not too steep, kudos. > > Problem: I can't do 'snapcraft cleanbuild' on my proprietary > apps because

Re: Official snap button

2016-10-13 Thread Didier Roche
Le 13/10/2016 à 19:12, Aaron Ogle a écrit : > Greetings! Hey Aaron, > > I work on the Rocket.Chat project. We are looking at adding our > desktop snap as well as our server snap to our website as the > officially recommended way of installing. > > Ideally for the desktop at least we'd like to

Re: Ubuntu Snap Store

2016-10-13 Thread Didier Roche
Le 13/10/2016 à 01:01, Chris a écrit : > When browsing snaps at uappexplorer.com I like to middle click and open > a new tab in Firefox to read about it which allows me to keep my place > in the original tab. At the Snap Store http://localhost:4200/store this > isn't possible and if I were to

Re: Different values of environment variables during build time and run time, eg. JAVA_HOME and PATH

2016-10-11 Thread Didier Roche
Le 10/10/2016 à 23:49, Jian LUO a écrit : > > Hi, > > I don't think it counts as cross compiling since Java (at least in my > case) is cross platform. Just wanted to compile Java with one JDK and > run with another. > Hey, I'm adding Sergio to the conversation, but I think the easiest path is to

Re: Question on where snaps are stored

2016-10-10 Thread Didier Roche
Le 10/10/2016 à 03:20, Chris a écrit : > On Mon, 2016-10-10 at 10:59 +1000, Jacob Zimmermann wrote: >> The snap packages themselves are simply copied into >> /var/lib/snapd/snaps >> and then mounted into /snap (via /dev/loop). >> >> The folders under ~/snap are for configuration files and

Re: My second snap ;-)

2016-10-03 Thread Didier Roche
Le 02/10/2016 à 20:48, Robert Park a écrit : > On Sun, Oct 2, 2016 at 1:43 AM, Loïc Minier wrote: >> So just create a matplotlibrc in your $SNAP and you should be good > Thanks for this analysis. I created an empty matplotlibrc in $PWD and > then got this instead: > >

Re: pulseaudio plug/slot

2016-09-25 Thread Didier Roche
Le 26/09/2016 à 06:27, Spencer Parkin a écrit : > So I did two things to resolve this, I'm not sure if one of them was > necessary, but... > > 1) I changed my app command to "env SDL_AUDIODRIVER=pulseaudio > desktop-launch $SNAP/bin/[myprog]" > 2) I changed the confinement from strict to devmode.

Re: demon snmp in snap

2016-08-10 Thread Didier Roche
Le 09/08/2016 à 09:53, BlinCT . a écrit : > Good afternoon. Hey Alexey, > My name is Alexey > I write for the first time, hoping to get advice from you > Recently I started to try building a programs into Snap package. I > need to build a demon. But unfortunatly there was a many problems due >

Re: .desktop files for app-in-snap

2016-08-08 Thread Didier Roche
Le 08/08/2016 à 08:47, Vasilisc a écrit : > 08.08.2016 08:50, Didier Roche пишет: >> Le 06/08/2016 à 09:47, Vasilisc a écrit : >>>> Please help me. If I launch the program in the Terminal - well done, >>>> but >>>> I can't start program from Unity La

Re: Handling update-alternatives

2016-08-05 Thread Didier Roche
Le 05/08/2016 à 12:25, Dan Watkins a écrit : > On 05/08/16 11:00, John Lenton wrote: >> On 5 August 2016 at 10:20, Dan Watkins wrote: >>> Something I'm snapping tries to run `awk`, which isn't included in the >>> ubuntu-core snap >> awk *is* in the ubuntu-core snap.

Re: SNAP_USER_COMMON

2016-08-02 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: [