From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: emacs package Date: Fri, 19 Sep 2014 19:13:26 +0200 Message-ID: References: <87y4tliahf.fsf@gnu.org> <87r3zabohm.fsf@gnu.org> <8738bp16k4.fsf@gnu.org> <87lhpgoxjp.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]:47964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XV1kV-0004oU-0D for guix-devel@gnu.org; Fri, 19 Sep 2014 13:13:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XV1kT-0003AS-VS for guix-devel@gnu.org; Fri, 19 Sep 2014 13:13:34 -0400 In-Reply-To: <87lhpgoxjp.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 ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> In the mean time I've found out the existence of a simple test program >> called canberra-gtk-play in the libcanberra package. With this I tested >> that I can actually play a sound, but it gives the same message: >> >> $ canberra-gtk-play -i phone-incoming-call >> Gtk-Message: Failed to load module "canberra-gtk-module" > > Here, on the stand-alone system, it simply fails with: > > $ /gnu/store/nlm81g8hgsw7d01la14zjycjcgamn4qp-libcanberra-0.30/bin/canber= ra-gtk-play -i phone-incoming-call > Failed to play sound: File or data not found > > Do you know where those audio samples normally come from? We seem to > miss that package. > On Debian the sound file is located here: /usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga and is provided by a package called "sound-theme-freedesktop": https://packages.debian.org/unstable/main/sound-theme-freedesktop By the way, I'm using PulseAudio, but the current libcanberra package has no support for this option. Therefore, despite the fact that I'm using an external audio interface, the sound produced by canberra-gtk-play goes to the built-in speakers of my PC. I see that in guix there is a package for pulseaudio. Any particular reason for not enabling this sound framework option in libcanberra? Regards, Fede