From mboxrd@z Thu Jan 1 00:00:00 1970 From: pkill9 Subject: bug#40544: Pulseaudio is not looking for user configuration Date: Fri, 17 Apr 2020 02:27:54 +0100 Message-ID: <20200417022754.52aa7cbe@runbox.com> References: <20200410182025.0fb30500@runbox.com> <877dyfik0x.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34164) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPFoV-0006ZI-Tz for bug-guix@gnu.org; Thu, 16 Apr 2020 21:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPFoV-0001Cm-1S for bug-guix@gnu.org; Thu, 16 Apr 2020 21:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56431) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPFoU-0001Ca-DX for bug-guix@gnu.org; Thu, 16 Apr 2020 21:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPFoU-0002nF-Ah for bug-guix@gnu.org; Thu, 16 Apr 2020 21:29:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877dyfik0x.fsf@GlaDOS.home> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Diego Nicola Barbato Cc: 40544@debbugs.gnu.org > That's a known [0] (but AFAIK undocumented) side effect of the > PulseAudio service, which was added to %desktop-services in January > [1]. If you want PulseAudio to read your user configuration files > you'll have to remove that service from your system services or unset > PULSE_CONFIG and PULSE_CLIENT_CONFIG in ~/.profile [2]. Thank you very much for pointing that out, I've solved all my problems with Pulseaudio now. Glad it was just a trivial misconfiguration and not a bug.