From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Harfert Subject: Re: Gtk+ themes Date: Mon, 8 Feb 2016 17:20:49 +0100 Message-ID: <20160208172049.654631af@alarmpi> References: <20160207184728.048fd6cd@alarmpi> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSoYY-0006ML-V2 for guix-devel@gnu.org; Mon, 08 Feb 2016 11:20:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSoYV-0003cu-Nm for guix-devel@gnu.org; Mon, 08 Feb 2016 11:20:54 -0500 Received: from mout.web.de ([212.227.15.4]:64896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSoYV-0003co-EO for guix-devel@gnu.org; Mon, 08 Feb 2016 11:20:51 -0500 Received: from alarmpi ([217.232.194.33]) by smtp.web.de (mrweb004) with ESMTPSA (Nemesis) id 0M52ju-1a65mO2Q6I-00zGyB for ; Mon, 08 Feb 2016 17:20:50 +0100 In-Reply-To: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hi! > GTK_DATA_PREFIX is not a search path, so it=E2=80=99s expected that only = one > directory can be specified. Is this a problem? I don't know, I've sent a patch adding it to the /etc/profile file, as Mark (Weaver) suggested first. But this affects only the user profile and not the system profile, so far I understand it. But for example the GStreamer plugins path environment variable is also defined there. While I've understood the main aspects and principals of Guix as a package manager, that's not the case for the services and the system distribution. The reason might be (and is) that I'm not running it for now. Fabian.