From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#40544: Pulseaudio is not looking for user configuration Date: Thu, 16 Apr 2020 16:26:38 +0200 Message-ID: <877dyfik0x.fsf@GlaDOS.home> References: <20200410182025.0fb30500@runbox.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41345) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP5Tr-0001ij-IA for bug-guix@gnu.org; Thu, 16 Apr 2020 10:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP5Tq-0001xU-Gm for bug-guix@gnu.org; Thu, 16 Apr 2020 10:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55739) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP5Tq-0001xI-3t for bug-guix@gnu.org; Thu, 16 Apr 2020 10:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP5Tp-0001Pz-VG for bug-guix@gnu.org; Thu, 16 Apr 2020 10:27:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200410182025.0fb30500@runbox.com> (pkill9@runbox.com's message of "Fri, 10 Apr 2020 18:20:25 +0100") 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: pkill9 Cc: 40544@debbugs.gnu.org Hey, pkill9 writes: > Pulseaudio doesn't read my user configuration files according to strace. > > Attached is the output of `strace -o /tmp/log.log pulseaudio` - It only > looks for /etc/pulse/daemon.conf. 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]. Regards, Diego [0]: https://lists.gnu.org/archive/html/guix-patches/2020-01/msg00388.html [1]: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=71e33e32fcedbd0aaafda4fd548fb8443064253c [2]: https://lists.gnu.org/archive/html/guix-patches/2020-01/msg00408.html