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: Sat, 11 Oct 2014 12:13:27 +0200 Message-ID: <87ppdy9ans.fsf@gnu.org> References: <87y4ssubnq.fsf@gnu.org> <8738ayswqh.fsf@gnu.org> <8738aynyy4.fsf@gnu.org> <20141009203304.GA11440@hysteria.proulx.com> <87siivbrcp.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]:59715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xctg1-0004mx-4x for guix-devel@gnu.org; Sat, 11 Oct 2014 06:13:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xctfu-0003bJ-1d for guix-devel@gnu.org; Sat, 11 Oct 2014 06:13:29 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xctft-0003b5-Qf for guix-devel@gnu.org; Sat, 11 Oct 2014 06:13:21 -0400 In-Reply-To: (Federico Beffa's message of "Fri, 10 Oct 2014 22:50:16 +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 (Adding guix-devel, which I think was dropped by mistake.) Federico Beffa skribis: > On Fri, Oct 10, 2014 at 10:29 PM, Ludovic Court=C3=A8s wro= te: [...] >> So I=E2=80=99m pretty clueless. Could it be that it receives some messa= ge over >> D-Bus (on your machine) telling it to load the thing? What does >> =E2=80=98dbus-monitor=E2=80=99 show? >> > > This is what I'm getting: > > $ dbus-monitor Hmm I don=E2=80=99t see anything useful either. > when I start, e.g., Inkscape, it complains about missing > canberra-gtk-module, but I don't see anything new appearing at the > output of dbus-monitor. Differently from this, when I start the debian > version, I do see new messages related to audio devices. OK. I don=E2=80=99t have any problems with Inkscape (as in current master)= either. Did these libcanberra issues appear after you switched Evince and Inkscape to =E2=80=98glib-or-gtk-build-system=E2=80=99? Did you browse /etc for things related to GTK+ modules? Or maybe did you check your user account=E2=80=99s GSettings database (I believe there= =E2=80=99s a graphical editor to do that)? Thanks, Ludo=E2=80=99.