Re: [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile.

2016-07-21 Thread David Craven
There are multiple solutions, I just think that this doesn't belong in /etc/profile (or $HOME/.bashrc for that matter), since this leads to an incomplete dependency specification.

Re: [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile.

2016-07-21 Thread Vincent Legoll
On Thu, Jul 21, 2016 at 1:17 PM, David Craven wrote: >> What is the impact of this change on users? >> >> Will it still be possible to install rhythmbox, then some GStreamer >> plugins, and have rhythmbox recognize those plugins? > > I think that to do that you'd create a custom package called my

Re: [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile.

2016-07-21 Thread David Craven
> What is the impact of this change on users? > > Will it still be possible to install rhythmbox, then some GStreamer > plugins, and have rhythmbox recognize those plugins? I think that to do that you'd create a custom package called my rythmbox or something, declare rythmbox and the optional plug

Re: [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile.

2016-07-21 Thread Andy Wingo
On Mon 18 Jul 2016 18:55, David Craven writes: > * gnu/system.scm (operating-system-etc-service): Remove "export" for > 'GST_PLUGIN_PATH'. > --- > gnu/system.scm | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/gnu/system.scm b/gnu/system.scm > index 476720b..fe62c3e 100644 > --- a/gnu

[PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile.

2016-07-18 Thread David Craven
* gnu/system.scm (operating-system-etc-service): Remove "export" for 'GST_PLUGIN_PATH'. --- gnu/system.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/system.scm b/gnu/system.scm index 476720b..fe62c3e 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -433,9 +433,6 @@ fi # See