From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: MATE applications only fit for a running MATE Environment? Date: Tue, 15 Aug 2017 09:14:15 +0200 Message-ID: <87wp65gv5k.fsf@igalia.com> References: <20170814201230.k7hobo4bw24xt6yl@abyayala> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhW47-0002Fo-Rh for guix-devel@gnu.org; Tue, 15 Aug 2017 03:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhW43-0003Z4-41 for guix-devel@gnu.org; Tue, 15 Aug 2017 03:15:03 -0400 Received: from pb-sasl1.pobox.com ([64.147.108.66]:50056 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dhW43-0003HD-0N for guix-devel@gnu.org; Tue, 15 Aug 2017 03:14:59 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 6F73A9FEF9 for ; Tue, 15 Aug 2017 03:14:22 -0400 (EDT) Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 67CFB9FEF8 for ; Tue, 15 Aug 2017 03:14:22 -0400 (EDT) Received: from rusty (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id 93A0A9FEF7 for ; Tue, 15 Aug 2017 03:14:21 -0400 (EDT) In-Reply-To: <20170814201230.k7hobo4bw24xt6yl@abyayala> (ng0@infotropique.org's message of "Mon, 14 Aug 2017 20:12:30 +0000") 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" To: guix-devel@gnu.org On Mon 14 Aug 2017 22:12, ng0 writes: > user@abyayala ~$ mate-terminal > > (mate-terminal:841): GLib-GIO-ERROR **: Settings schema 'org.mate.interface' is not installed I believe you need to use glib-or-gtk-build-system instead of gnu-build-system. That will make sure that binaries built by your packages have wrappers that set environment variables ensuring that the program's schemas are visible to the program. Andy