From unknown Fri Mar 29 07:48:03 2024 Received: (at 466) by bugs.devuan.org; 19 May 2020 09:00:02 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Tue, 19 May 2020 09:00:02 +0000 (UTC) Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 0D2A2F608A3 for <466@bugs.devuan.org>; Tue, 19 May 2020 10:59:08 +0200 (CEST) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from ) id 1jay5U-0007Ez-Lr; Tue, 19 May 2020 09:59:00 +0100 Received: (nullmailer pid 13014 invoked by uid 1000); Tue, 19 May 2020 08:58:59 -0000 Date: Tue, 19 May 2020 09:58:59 +0100 From: Mark Hindley To: 466@bugs.devuan.org, Ryutaroh Matsumoto Subject: Re: xfce4-settings: pulseaudio does not start despite it is enabled by xfce settings Message-ID: <20200519085859.GR32762@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200519.135626.772243237600350538.ryutaroh@ict.e.titech.ac.jp> X-Debbugs-No-Ack: No Thanks User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Control: reassign -1 pulseaudio Control: merge 276 -1 On Tue, 19 May 2020 13:56:26 +0900 (JST) Ryutaroh Matsumoto wrote: > Package: xfce4-settings > Version: 4.12.4-1 > Severity: normal > > Dear Maintainer, > > After fresh installment of Devuan Beowulf by RC netinstall ISO, > PulseAudio is enabled by xfce setting as the attached screenshot. > But ps ax | grep pulseaudio shows nothing, > and Pulse Audio Volume Control (pavucontrol) cannot connect > to the pulseaudio daemon. I am pretty certain this is bug #276 (and friends) You need to disable autospawn by setting autospawn=yes in /etc/pulse/client.conf.d/00-disable-autospawn.conf, or commenting out autospawn=no. This issue and workaround is documented in the Release Notes. https://files.devuan.org/devuan_beowulf/Release_notes.txt It is also mentioned in the Buster Release Notes. Thanks. Mark