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:36 +0800 Message-ID: <874mbgwfuf.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]:53286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNYh-0002Pe-DA for guix-devel@gnu.org; Tue, 05 Apr 2016 05:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anNYe-00006r-5S for guix-devel@gnu.org; Tue, 05 Apr 2016 05:46:03 -0400 Received: from smtp1.openmailbox.org ([62.4.1.35]:35482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNYd-00006a-VT for guix-devel@gnu.org; Tue, 05 Apr 2016 05:46:00 -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 glad to hear that 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!