From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e45PD-0004xG-Fq for guix-patches@gnu.org; Mon, 16 Oct 2017 09:26:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e45P8-0001H4-It for guix-patches@gnu.org; Mon, 16 Oct 2017 09:26:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33987) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e45P8-0001Gz-El for guix-patches@gnu.org; Mon, 16 Oct 2017 09:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e45P8-0005L9-9o for guix-patches@gnu.org; Mon, 16 Oct 2017 09:26:02 -0400 Subject: [bug#28853] [PATCH 1/8] gnu: virt-manager: Enable gtk schemas and glib modules support. Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20171015151545.024a589f@uwaterloo.ca> <20171015200328.4830-1-ajpatter@uwaterloo.ca> Date: Mon, 16 Oct 2017 21:25:18 +0800 In-Reply-To: <20171015200328.4830-1-ajpatter@uwaterloo.ca> (Andy Patterson's message of "Sun, 15 Oct 2017 16:03:21 -0400") Message-ID: <87mv4rkywx.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Andy Patterson Cc: 28853@debbugs.gnu.org Andy Patterson writes: > virt-manager: Enable gtk schemas and glib modules support. How about: Wrap with GSettings schema and GIO modules search paths. Otherwise, this patch series look good to me, thanks!