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 > > https://github.com/Winael/yo

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

2016-11-07 Thread Loïc Minier
There is a GPIO interface and it was going through some fixes a couple of weeks ago as it would only work when first connected, but not after a reboot. On Mon, Nov 7, 2016 at 8:53 AM, Didier Roche wrote: > Le 06/11/2016 à

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

2016-11-07 Thread Simon Fels
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 , written in >> go, and running on a raspberry Pi 2, which displays messages on a LED >> panel. The panel

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 , written in >>> go, and running on a raspberry Pi 2, which displays message

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

2016-11-07 Thread Zygmunt Krynicki
> On 6 Nov 2016, at 11:50, Jacques Supcik wrote: > > 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" and is > connected to the GPIO of the raspberry Pi. Internally, it uses the DM

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

2016-11-07 Thread Oliver Grawert
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 > https://github.com/snapcore/snapd/wiki/Interfaces. Any plan on > documenting it? >

Re: Help making images to test console-conf changes

2016-11-07 Thread Oliver Grawert
hi, Am Montag, den 07.11.2016, 17:27 +1300 schrieb Michael Hudson-Doyle: > Hi all, > I've been working on a rewrite of console-conf's networking bits, > with the intent of making the UI a bit clearer and more dynamic (e.g. > if you stick a USB Ethernet adapter in after you've started console- > con

Re: Error on compiling snap using wxPython

2016-11-07 Thread Vincent JOBARD
Hi Didier Thx for your answer On Mon, Nov 7, 2016 at 9:02 AM Didier Roche wrote: > 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

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 > wrote: > > Le 06/11/2016 à 01:40, Vincent JOBARD a écrit : > > Hi every one > > > > Few days ago I found that a GUI exists f

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 >> https://github.com/snapcore/

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

2016-11-07 Thread Jacques Supcik
Thank you for your reply. On 7 November 2016 at 08:53, Didier Roche wrote: > Meanwhile, you can still install your snap in devmode to bypass security, > and that should do it in your case, mind confirming? > Yes, it works indeed in devmode. █ Jacques -- Snapcraft mailing list Snapcraft@list

Re: Help making images to test console-conf changes

2016-11-07 Thread Michael Hudson-Doyle
On 8 November 2016 at 00:24, Oliver Grawert wrote: > hi, > Am Montag, den 07.11.2016, 17:27 +1300 schrieb Michael Hudson-Doyle: > > Hi all, > > I've been working on a rewrite of console-conf's networking bits, > > with the intent of making the UI a bit clearer and more dynamic (e.g. > > if you st

Re: configure hook

2016-11-07 Thread Manik Taneja
+kyle On Sun, Nov 6, 2016 at 11:51 PM, Didier Roche wrote: > Le 06/11/2016 à 00:22, Boris Rybalkin a écrit : > > > > Hello, > > > > Hey Boris, > > > > I want to generate my config on snap install using snap location > > variables. > > > > From the docs configure hook is only triggered when 'snap

Snapping Chrome browser

2016-11-07 Thread XiaoGuo Liu
Hi, After spending some effort, I finally made the Chrome browser snap working though it worked in "devmode". There is a small problem when I am trying to install it not using devmode. You can now install it like: $ sudo snap install --beta --devmoe The source code can be found at: https://gith

Re: Snapping Chrome browser

2016-11-07 Thread XiaoGuo Liu
Sorry, There is a typo in the last email. The installation instruction is: $ sudo snap install --beta --devmode :) On Tue, Nov 8, 2016 at 10:02 AM, XiaoGuo Liu wrote: > Hi, > > After spending some effort, I finally made the Chrome browser snap working > though it worked in "devmode". There is

Re: configure hook

2016-11-07 Thread Kyle Fazzari
On Nov 6, 2016 21:51, "Didier Roche" wrote: > > Le 06/11/2016 à 00:22, Boris Rybalkin a écrit : > > > > Hello, > > > > Hey Boris, > > > > I want to generate my config on snap install using snap location > > variables. > > > > From the docs configure hook is only triggered when 'snap set' is > > ca

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 con