From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles. Date: Sat, 12 Mar 2016 20:30:52 -0500 Message-ID: <87mvq39nar.fsf@netris.org> References: <56e38fc2.2457c20a.5af9a.ffffbcb1@mx.google.com> <87fuvw5a9c.fsf@elephly.net> 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]:55538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeusS-0006io-En for guix-devel@gnu.org; Sat, 12 Mar 2016 20:31:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeusP-0004iV-9O for guix-devel@gnu.org; Sat, 12 Mar 2016 20:31:28 -0500 Received: from world.peace.net ([50.252.239.5]:56977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeusP-0004hW-5J for guix-devel@gnu.org; Sat, 12 Mar 2016 20:31:25 -0500 In-Reply-To: <87fuvw5a9c.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 12 Mar 2016 10:13:51 +0100") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus writes: > Jookia <166291@gmail.com> writes: > >> A long running complaint has been that GTK themes aren't found, thus mak= ing >> GTK look terrible on GuixSD. To solve this, GTK+ now searches the user's >> profile as well as the system's profile for themes, in addition to where >> themes are currently searched. > > Thanks for the patches! While I think it=E2=80=99s important for us to p= atch > GTK+ I don=E2=80=99t think hard-coding ~/.guix-profile and the system pro= file is > a good idea. Instead we should make GTK+ respect a search path, I > think. I agree. Mark