Re: [pulseaudio-discuss] [PATCH] module-gsettings: new module to store configuration using gsettings

2016-09-10 Thread Arun Raghavan
On Sat, 10 Sep 2016, at 10:26 PM, Tanu Kaskinen wrote: > On Sat, 2016-09-10 at 21:58 +0530, Arun Raghavan wrote: > > > > On Sat, 10 Sep 2016, at 02:06 PM, Tanu Kaskinen wrote: > > > > > > On Sat, 2016-09-10 at 09:06 +0530, Arun Raghavan wrote: > > > > So unless MATE and co. are actually using

Re: [pulseaudio-discuss] Multi Workstation Single Home Directory NFS Mount

2016-09-10 Thread Tanu Kaskinen
On Sat, 2016-09-10 at 16:53 -0400, rjs wrote: > Tanu, > Thanks for your response and good troubleshooting ideas. > You wrote: > > > > First of all, home-directory-on-NFS *should* be supported just fine. > > The whole purpose of using the /tmp/pulse directories is to make this > > use case work. >

Re: [pulseaudio-discuss] Multi Workstation Single Home Directory NFS Mount

2016-09-10 Thread rjs
Tanu, Thanks for your response and good troubleshooting ideas. You wrote: >First of all, home-directory-on-NFS *should* be supported just fine. >The whole purpose of using the /tmp/pulse directories is to make this >use case work. Here's what I found. The first place I looked was in the ~/.pulse

Re: [pulseaudio-discuss] [PATCH] module-gsettings: new module to store configuration using gsettings

2016-09-10 Thread Tanu Kaskinen
On Sat, 2016-09-10 at 21:58 +0530, Arun Raghavan wrote: > > On Sat, 10 Sep 2016, at 02:06 PM, Tanu Kaskinen wrote: > > > > On Sat, 2016-09-10 at 09:06 +0530, Arun Raghavan wrote: > > > So unless MATE and co. are actually using it, I don't think it's a bad > > > idea to drop it (the paprefs dep

Re: [pulseaudio-discuss] [PATCH] module-gsettings: new module to store configuration using gsettings

2016-09-10 Thread Arun Raghavan
On Sat, 10 Sep 2016, at 02:06 PM, Tanu Kaskinen wrote: > On Sat, 2016-09-10 at 09:06 +0530, Arun Raghavan wrote: > > > > On Fri, 9 Sep 2016, at 11:19 PM, Tanu Kaskinen wrote: > > > > > > On Mon, 2016-07-25 at 21:58 +0200, Sylvain Baubeau wrote: > > > > > > > > 2016-04-26 12:47 GMT+02:00 Tanu

Re: [pulseaudio-discuss] [PATCH] launch: Remove the already implicit After=pulseaudio.socket

2016-09-10 Thread Tanu Kaskinen
On Fri, 2016-09-09 at 22:09 +0200, Jan Alexander Steffens (heftig) wrote: > Also clarify the comment as to what can actually happen here. > --- > src/daemon/systemd/user/pulseaudio.service.in | 24 +++- > 1 file changed, 11 insertions(+), 13 deletions(-) Thanks! Applied. --

[pulseaudio-discuss] [PATCH] raop: add compatibility with openssl 1.1.0

2016-09-10 Thread Tanu Kaskinen
Openssl 1.1.0 made all structs opaque, which caused a build failure in raop_client.c. The struct member assignments are now replaced with a call to RSA_set0_key(). The function does not exist in older versions, so a compatibility macro was added. BugLink:

Re: [pulseaudio-discuss] [PATCH] module-gsettings: new module to store configuration using gsettings

2016-09-10 Thread Tanu Kaskinen
On Sat, 2016-09-10 at 09:06 +0530, Arun Raghavan wrote: > > On Fri, 9 Sep 2016, at 11:19 PM, Tanu Kaskinen wrote: > > > > On Mon, 2016-07-25 at 21:58 +0200, Sylvain Baubeau wrote: > > > > > > 2016-04-26 12:47 GMT+02:00 Tanu Kaskinen : > > > > > > > > * There doesn't seem to be