From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles. Date: Tue, 05 Apr 2016 17:43:00 +0800 Message-ID: <8760vwwfvf.fsf@member.fsf.org> References: <20160314062752.GA15661@novena-choice-citizen.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNWM-0001id-NN for guix-devel@gnu.org; Tue, 05 Apr 2016 05:43:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anNWJ-00085E-FA for guix-devel@gnu.org; Tue, 05 Apr 2016 05:43:38 -0400 Received: from smtp16.openmailbox.org ([62.4.1.50]:51616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNWJ-000850-99 for guix-devel@gnu.org; Tue, 05 Apr 2016 05:43:35 -0400 In-Reply-To: <20160314062752.GA15661@novena-choice-citizen.lan> (Jookia's message of "Mon, 14 Mar 2016 17:27:52 +1100") 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: Jookia <166291@gmail.com> Cc: guix-devel@gnu.org Jookia <166291@gmail.com> writes: > Hey there, just an update. > > There's an old bug report that deals with this issue. It seems it's something > wanted by GTK+, even if it's a formality in dealing with XDG across the board. > > I've commented on it and hopefully gears will start turning again. > https://bugzilla.gnome.org/show_bug.cgi?id=641354 Great work, and upstream has merged it in gtk+-3.20.1. I'm doing package updates to gnome packages using 'guix refresh', gtk+ will be update to 3.20.2, so we only need apply the patch for our gtk+-2 package. Thanks!