Re: Daemon: dbus examples

2016-12-13 Thread Ted Gould
On Tue, 2016-12-13 at 09:31 +1000, Michi Henning wrote: > > In snapd 2.20 we are working to have the 'dbus' generic interface > > in place[2]. With it you can specify the bus name (session or > > system), the well-known name to bind to and then use interface > > connections to connect your client t

Re: Daemon: dbus examples

2016-12-13 Thread Jamie Strandboge
On Tue, 2016-12-13 at 09:31 +1000, Michi Henning wrote: > > > > In snapd 2.20 we are working to have the 'dbus' generic interface in > > place[2]. > > With it you can specify the bus name (session or system), the well-known > > name to > > bind to and then use interface connections to connect your

Re: Daemon: dbus examples

2016-12-12 Thread Sergio Schvezov
El 12/12/16 a las 18:33, Jamie Strandboge escribió: 2. snapcraft doesn't allow you to specify it (which is good since the implementation doesn't work correctly) This is because we agreed to bring it back in 16 with a more integrated/polished design. I believe the code in snapd are just remn

Re: Daemon: dbus examples

2016-12-12 Thread Michi Henning
> In snapd 2.20 we are working to have the 'dbus' generic interface in place[2]. > With it you can specify the bus name (session or system), the well-known name > to > bind to and then use interface connections to connect your client to your > service. Thanks for that Jamie! I take I’ll be able

Re: Daemon: dbus examples

2016-12-12 Thread Jamie Strandboge
On Sat, 2016-12-10 at 14:29 +0100, l-snapcr...@znn.info wrote: > Hi Snapcrafter, > > 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 someone po

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 some

Re: Daemon: dbus examples

2016-12-12 Thread Michi Henning
I tried this too, and the “dbus” key value was rejected. Looks like this might be a moldie oldie? Michi. > On 12 Dec. 2016, at 17:41 , Didier Roche wrote: > > Le 10/12/2016 à 14:29, l-snapcr...@znn.info a écrit : >> Hi Snapcrafter, > > Hey lightonflux >> >> in the documentation about keys i

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 some

Daemon: dbus examples

2016-12-10 Thread l-snapcraft
Hi Snapcrafter, 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 someone point me to an example snapcraft.yaml where i can see how it is used? Or other