From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile. Date: Thu, 21 Jul 2016 12:15:52 +0200 Message-ID: <87shv370vb.fsf@igalia.com> References: <20160709125011.24587-1-david@craven.ch> <20160718165552.1480-1-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQB1M-00082A-UN for guix-devel@gnu.org; Thu, 21 Jul 2016 06:16:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQB1I-0007fv-0Z for guix-devel@gnu.org; Thu, 21 Jul 2016 06:15:59 -0400 Received: from pb-sasl2.pobox.com ([64.147.108.67]:59219 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQB1H-0007fq-Se for guix-devel@gnu.org; Thu, 21 Jul 2016 06:15:55 -0400 In-Reply-To: <20160718165552.1480-1-david@craven.ch> (David Craven's message of "Mon, 18 Jul 2016 18:55:43 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org 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/system.scm > +++ b/gnu/system.scm > @@ -433,9 +433,6 @@ fi > # See . > umask 022 > > -# Allow GStreamer-based applications to find plugins. > -export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\" > - > if [ -n \"$BASH_VERSION\" -a -f /etc/bashrc ] > then > # Load Bash-specific initialization code. 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? Andy