From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] glib-or-gtk-build-system: new build-system Date: Wed, 08 Oct 2014 21:28:19 +0200 Message-ID: <8738aynyy4.fsf@gnu.org> References: <87y4ssubnq.fsf@gnu.org> <8738ayswqh.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]:48963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbwuK-0000Jx-Mh for guix-devel@gnu.org; Wed, 08 Oct 2014 15:28:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbwuG-0005PC-0t for guix-devel@gnu.org; Wed, 08 Oct 2014 15:28:20 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:51158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbwuF-0005Ov-Qg for guix-devel@gnu.org; Wed, 08 Oct 2014 15:28:15 -0400 In-Reply-To: (Federico Beffa's message of "Wed, 8 Oct 2014 13:47:45 +0200") 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: Federico Beffa Cc: guix-devel@gnu.org Federico Beffa skribis: > On Wed, Oct 8, 2014 at 12:04 PM, Ludovic Court=C3=A8s wrot= e: >> Federico Beffa skribis: >>> I've checked Evince and it works fine. >> > > By the way, note that when started, it complains about missing > libcanberra as does emacs. > The problem is solved by adding libcanberra as an input to both programs. > Maybe libcanberra should be made a propagating-input of some lower > level library? Not sure. Is libcanberra dlopened? Do you know what dlopens it, and whether it systematically does? > Also, as emacs, it give the warning > > GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings > will not be saved or shared with other applications. > > I believe this is because they can't find dconf. Any particular reason > for not being in gnome.scm? I think it=E2=80=99s just that nobody did it. :-) So this is the daemon the GSettings API normally connects to, right? Thanks, Ludo=E2=80=99.