Description
brew gist-logs <formula>
link OR brew config
AND brew doctor
output
Hello,
When creating a pulse file to include the default PulseAudio settings from Brew, PulseAudio throws a warning when starting with ``pulseaudio`` command with the output:
W: [] cli-command.c: stat('/opt/homebrew/Cellar/pulseaudio/17.0/etc/pulse/default.pa.d'): No such file or directory
Verification
- My
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue. - I ran
brew update
and am still able to reproduce my issue. - I have resolved all warnings from
brew doctor
and that did not fix my problem. - I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.
What were you trying to do (and why)?
Reproduce PulseAudio from a Ubuntu Noble container to macOS.
What happened (include all command output)?
PulseAudio fails to start with pulseaudio -k
and pulseaudio --start
command, only starts with pulseaudio --exit-idle-time\=-1 --verbose
which I do believe as stated by Brew after PulseAudio install that it's the command to start it.
What did you expect to happen?
No warning shown on console.
Step-by-step reproduction instructions (by running brew
commands)
brew install pulseaudio
mkdir -p "${HOME}/.config/pulse"
\echo -e ".include $(brew --prefix)/var/homebrew/linked/pulseaudio/etc/pulse/default.pa\nload-module module-native-protocol-tcp auth-anonymous=1" > "${HOME}/.config/pulse/default.pa"
pulseaudio -k
pulseaudio
Metadata
Metadata
Assignees
Labels
No labels