Re: quassel-webserver snap

2016-11-23 Thread Didier Roche
Le 23/11/2016 à 18:19, Celso Providelo a écrit : > > > On Wed, Nov 23, 2016 at 2:52 PM Leo Arias > wrote: > > Hello, > > I know a bunch of people here use quassel. There's a new snap for you: > > $ sudo snap install quassel-webserver --edge > $ sensi

Re: Snapping Ubuntu phone app using "ubuntu-app-platform"

2016-11-23 Thread XiaoGuo Liu
It is done. Thanks! On Thu, Nov 24, 2016 at 10:54 AM, Érico P wrote: > Very cool, when possible please add a README on the github repository. > > Em 24 de nov de 2016 12:44 AM, "XiaoGuo Liu" > escreveu: > >> Hi, >> >> I have created a Chinese blog at http://blog.csdn.net/ubuntu >> touch/article

Re: Snapping Ubuntu phone app using "ubuntu-app-platform"

2016-11-23 Thread Érico P
Very cool, when possible please add a README on the github repository. Em 24 de nov de 2016 12:44 AM, "XiaoGuo Liu" escreveu: > Hi, > > I have created a Chinese blog at http://blog.csdn.net/ > ubuntutouch/article/details/53315941. It shows how to make use of > ubuntu-app-platform to create a Qt-

Re: Snapping Ubuntu phone app using "ubuntu-app-platform"

2016-11-23 Thread XiaoGuo Liu
Hi, I have created a Chinese blog at http://blog.csdn.net/ubuntutouch/article/details/53315941. It shows how to make use of ubuntu-app-platform to create a Qt-based application using content interface. Hopefully, it is useful to some of you! Thanks & best regards, XiaoGuo On Wed, Nov 23, 2016 at

Ms Dev center ugh

2016-11-23 Thread Spencer
Just wanted to say that the Ubuntu snap submission process is infinitely better than Microsoft's app submission process. Ironically, while I do not consider my self particularly Linux-literate, figuring out snaps has been so much more enjoyable than Microsoft packages. And their website is cra

Re: snap and ssh

2016-11-23 Thread Seth Arnold
On Wed, Nov 23, 2016 at 02:29:12PM +0100, Didier Roche wrote: > It seems then that ssh is using hardcoded paths like /home/$USER/.ssh > for looking by default to id_rsa file and not using $HOME. Multiple ways > to get that fixed: > * reading the openssh-client code and fix it to use $HOME (and so,

Re: Confused about the signature key

2016-11-23 Thread Peng Liu
Sorry, please ignore this mail. I have found the information about revoking a key in the email from Ubuntu store. On Wed, Nov 23, 2016 at 12:52 PM, Peng Liu wrote: > Hi folks, > > Can anyone give me some hints about the management of the signature key? > We can create a new key with "snap create

Confused about the signature key

2016-11-23 Thread Peng Liu
Hi folks, Can anyone give me some hints about the management of the signature key? We can create a new key with "snap create-key" and register the key to the store with "snapcraft register-key" in one machine. If I want to work on another machine, and want to use the same key, is there any way we

Re: quassel-webserver snap

2016-11-23 Thread Celso Providelo
On Wed, Nov 23, 2016 at 2:52 PM Leo Arias wrote: > Hello, > > I know a bunch of people here use quassel. There's a new snap for you: > > $ sudo snap install quassel-webserver --edge > $ sensible-browser https://localhost:64443 > > The main developer, Joël Charles, has been amazing. For a couple o

Re: quassel-webserver snap

2016-11-23 Thread Leo Arias
On Wed, Nov 23, 2016 at 10:51 AM, Leo Arias wrote: > Of course, a few seconds later travis broke and we found a bug in Celso's > PR, just to keep us grounded. It was a quick fix, and now every change on > master will build and push the snap to edge [3]. > Sorry, an update here. It was not a bug,

quassel-webserver snap

2016-11-23 Thread Leo Arias
Hello, I know a bunch of people here use quassel. There's a new snap for you: $ sudo snap install quassel-webserver --edge $ sensible-browser https://localhost:64443 The main developer, Joël Charles, has been amazing. For a couple of weeks we have been experimenting with his project. First, we h

Re: snap and ssh

2016-11-23 Thread Vasilisc
23.11.2016 16:29, Didier Roche пишет: Le 23/11/2016 à 14:14, Vasilisc a écrit : Please give me advice. I want use openssh-client in snap package. But ssh try read system path vasilisc@vb:/home/vasilisc$ echo $HOME /home/vasilisc/snap/pac/x1 vasilisc@vb:/home/vasilisc$ echo $SNAP_USER_DATA /hom

Re: snap and ssh

2016-11-23 Thread Didier Roche
Le 23/11/2016 à 14:14, Vasilisc a écrit : > Please give me advice. I want use openssh-client in snap package. > But ssh try read system path > > vasilisc@vb:/home/vasilisc$ echo $HOME > /home/vasilisc/snap/pac/x1 > > vasilisc@vb:/home/vasilisc$ echo $SNAP_USER_DATA > /home/vasilisc/snap/pac/x1 > >

snap and ssh

2016-11-23 Thread Vasilisc
Please give me advice. I want use openssh-client in snap package. But ssh try read system path vasilisc@vb:/home/vasilisc$ echo $HOME /home/vasilisc/snap/pac/x1 vasilisc@vb:/home/vasilisc$ echo $SNAP_USER_DATA /home/vasilisc/snap/pac/x1 vasilisc@vb:/home/vasilisc$ ssh vasilisc@192.168.3.6 The a