From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: emacs package Date: Sun, 21 Sep 2014 21:40:01 +0200 Message-ID: References: <87y4tliahf.fsf@gnu.org> <87r3zabohm.fsf@gnu.org> <8738bp16k4.fsf@gnu.org> <87lhpgoxjp.fsf@gnu.org> <87fvfm8m4f.fsf@gnu.org> <87k34x3xx9.fsf@gnu.org> 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]:38628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVmzQ-0001tz-VX for guix-devel@gnu.org; Sun, 21 Sep 2014 15:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVmzP-0007dT-SW for guix-devel@gnu.org; Sun, 21 Sep 2014 15:40:08 -0400 In-Reply-To: <87k34x3xx9.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org On Sun, Sep 21, 2014 at 3:28 PM, Ludovic Court=C3=A8s wrote: > ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > >> And commit 0a9e9a6 switches Emacs to GTK+ 3. > > Mark noted that GTK+ 3 fails to build on mips, because Xorg fails to > build. Could you check whether the attached patch works around the > problem? (Feel free to apply if it does.) > >From this discussion http://comments.gmane.org/gmane.comp.gnome.glade.devel/2302 I've found that setting the environment variable GSETTINGS_SCHEMA_DIR solves the problem. $ GSETTINGS_SCHEMA_DIR=3D/gnu/store/5shj344c9vrh4fx93r9lfjjrrr97fmjv-gtk+-3= .10.1/share/glib-2.0/schemas emacs Can the schema location be fixed at configure/compile time? Regards, Fede