Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-19 Thread Tanu Kaskinen
On Tue, 2014-11-18 at 11:10 +, Colin Guthrie wrote: Tanu Kaskinen wrote on 18/11/14 10:26: I do think it will be quite hard to support this scheme when you pass e.g. --prefix /home/colin/builds/pa/ and it somehow still knows to put the units in /usr/local (obviously it doesn't make

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-19 Thread Tanu Kaskinen
On Tue, 2014-11-11 at 12:34 -0300, Felipe Sateler wrote: On Tue, Nov 11, 2014 at 12:12 PM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: On Mon, 2014-11-10 at 16:55 +, Colin Guthrie wrote: Tanu Kaskinen wrote on 10/11/14 16:29: Are you sure installing to

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-18 Thread Colin Guthrie
Tanu Kaskinen wrote on 18/11/14 10:26: I'll write a documentation patch for systemd, and if it gets accepted, then we could install under /usr/local? If we must, but I'd really rather have a defined, clean way to get the folder name from pkgconfig for this purpose too, and I really don't see

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-11 Thread Tanu Kaskinen
On Mon, 2014-11-10 at 16:55 +, Colin Guthrie wrote: Tanu Kaskinen wrote on 10/11/14 16:29: Are you sure installing to /usr/local/lib/systemd/user doesn't work? To me path-lookup.c looks like it includes /usr/local/lib/systemd/user in the unit search paths. Hmm, yeah looks like it.

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-11 Thread Felipe Sateler
On Tue, Nov 11, 2014 at 12:12 PM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: On Mon, 2014-11-10 at 16:55 +, Colin Guthrie wrote: Tanu Kaskinen wrote on 10/11/14 16:29: Are you sure installing to /usr/local/lib/systemd/user doesn't work? To me path-lookup.c looks like it includes

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-11 Thread Colin Guthrie
Tanu Kaskinen wrote on 11/11/14 15:12: On Mon, 2014-11-10 at 16:55 +, Colin Guthrie wrote: Tanu Kaskinen wrote on 10/11/14 16:29: Are you sure installing to /usr/local/lib/systemd/user doesn't work? To me path-lookup.c looks like it includes /usr/local/lib/systemd/user in the unit search

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-10 Thread Tanu Kaskinen
Hi Colin, While I was adding systemd .service and .socket files for the system mode in Tizen, I noticed something in configure.ac that I didn't pay attention to before... On Mon, 2014-11-03 at 09:42 +, Colin Guthrie wrote: --- configure.ac | 11 +++

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-10 Thread Colin Guthrie
Tanu Kaskinen wrote on 10/11/14 15:49: Hi Colin, While I was adding systemd .service and .socket files for the system mode in Tizen, I noticed something in configure.ac that I didn't pay attention to before... On Mon, 2014-11-03 at 09:42 +, Colin Guthrie wrote: --- configure.ac

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-10 Thread Tanu Kaskinen
On Mon, 2014-11-10 at 16:13 +, Colin Guthrie wrote: Tanu Kaskinen wrote on 10/11/14 15:49: Hi Colin, While I was adding systemd .service and .socket files for the system mode in Tizen, I noticed something in configure.ac that I didn't pay attention to before... On Mon,

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-10 Thread Glenn Golden
Tanu Kaskinen tanu.kaski...@linux.intel.com [2014-11-10 18:29:16 +0200]: Are you sure installing to /usr/local/lib/systemd/user doesn't work? To me path-lookup.c looks like it includes /usr/local/lib/systemd/user in the unit search paths. Fwiw, just as an empirical datapoint here: I run

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-10 Thread Colin Guthrie
Tanu Kaskinen wrote on 10/11/14 16:29: On Mon, 2014-11-10 at 16:13 +, Colin Guthrie wrote: Tanu Kaskinen wrote on 10/11/14 15:49: Hi Colin, While I was adding systemd .service and .socket files for the system mode in Tizen, I noticed something in configure.ac that I didn't pay attention

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-10 Thread Colin Guthrie
Glenn Golden wrote on 10/11/14 16:39: Tanu Kaskinen tanu.kaski...@linux.intel.com [2014-11-10 18:29:16 +0200]: Are you sure installing to /usr/local/lib/systemd/user doesn't work? To me path-lookup.c looks like it includes /usr/local/lib/systemd/user in the unit search paths. Fwiw, just

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-10 Thread Glenn Golden
Colin Guthrie gm...@colin.guthr.ie [2014-11-10 16:58:29 +]: Glenn Golden wrote on 10/11/14 16:39: Tanu Kaskinen tanu.kaski...@linux.intel.com [2014-11-10 18:29:16 +0200]: Are you sure installing to /usr/local/lib/systemd/user doesn't work? To me path-lookup.c looks like it includes

[pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-03 Thread Colin Guthrie
--- configure.ac | 11 +++ src/Makefile.am | 12 +++- src/daemon/systemd/user/pulseaudio.service.in | 10 ++ src/daemon/systemd/user/pulseaudio.socket | 10 ++ 4 files changed, 42 insertions(+), 1

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-03 Thread Tanu Kaskinen
On Mon, 2014-11-03 at 09:42 +, Colin Guthrie wrote: diff --git a/src/daemon/systemd/user/pulseaudio.service.in b/src/daemon/systemd/user/pulseaudio.service.in new file mode 100644 index 000..e08ff1e --- /dev/null +++ b/src/daemon/systemd/user/pulseaudio.service.in @@ -0,0 +1,10 @@

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-03 Thread Colin Guthrie
Tanu Kaskinen wrote on 03/11/14 11:07: On Mon, 2014-11-03 at 09:42 +, Colin Guthrie wrote: diff --git a/src/daemon/systemd/user/pulseaudio.service.in b/src/daemon/systemd/user/pulseaudio.service.in new file mode 100644 index 000..e08ff1e --- /dev/null +++

Re: [pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-11-03 Thread Tanu Kaskinen
On Mon, 2014-11-03 at 11:32 +, Colin Guthrie wrote: Tanu Kaskinen wrote on 03/11/14 11:07: On Mon, 2014-11-03 at 09:42 +, Colin Guthrie wrote: diff --git a/src/daemon/systemd/user/pulseaudio.service.in b/src/daemon/systemd/user/pulseaudio.service.in new file mode 100644 index

[pulseaudio-discuss] [PATCH 6/8] launch: Add systemd units for launching pulseaudio user instances

2014-10-24 Thread Colin Guthrie
--- configure.ac | 11 +++ src/Makefile.am | 12 +++- src/daemon/systemd/user/pulseaudio.service.in | 10 ++ src/daemon/systemd/user/pulseaudio.socket | 10 ++ 4 files changed, 42 insertions(+), 1