From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: evince: Add inputs. Date: Sun, 21 Dec 2014 12:08:58 +0100 Message-ID: <87k31lqmyd.fsf@gnu.org> References: 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]:49551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2eNt-00023F-7d for guix-devel@gnu.org; Sun, 21 Dec 2014 06:09:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y2eNj-0004Gi-HB for guix-devel@gnu.org; Sun, 21 Dec 2014 06:09:13 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:53619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2eNj-0004GF-9v for guix-devel@gnu.org; Sun, 21 Dec 2014 06:09:03 -0500 In-Reply-To: (Federico Beffa's message of "Thu, 18 Dec 2014 22:22:27 +0100") 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 Federico Beffa skribis: > Update evince to take advantage of dconf and theme sounds. > > Given that every GTK+ application handles event sounds with the help > of libcanberra, I would like to propose to add the latter as a > propagated-input to gtk instead of adding it to every single gtk > application and, in applications, to make gtk a propagated-input. > > https://developer.gnome.org/libcanberra/0.28/libcanberra-canberra-gtk.html OK for adding dconf. However, I think it will be enough to add libcanberra to =E2=80=98inputs=E2=80=99, not =E2=80=98propagated-inputs=E2= =80=99, with the fix I suggested just before to have the default sound-theme found. Thanks, Ludo=E2=80=99.