mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/pipewire: Clarify disabling pulseaudio autospawn on openrc
Recent change to pulseaudio-daemon moved autospawn flag to /etc/pulse/client.conf.d/enable-autospawn.conf, note this. Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25409 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
d260560551
commit
eebb222504
@@ -307,8 +307,9 @@ pkg_postinst() {
|
||||
ewarn
|
||||
if has_version 'media-sound/pulseaudio[daemon]' || has_version 'media-sound/pulseaudio-daemon'; then
|
||||
elog "This ebuild auto-enables PulseAudio replacement. Because of that, users"
|
||||
elog "are recommended to edit: ${EROOT}/etc/pulse/client.conf and disable"
|
||||
elog "autospawning of the original daemon by setting:"
|
||||
elog "are recommended to edit pulseaudio client configuration files:"
|
||||
elog "${EROOT}/etc/pulse/client.conf and ${EROOT}/etc/pulse/client.conf.d/enable-autospawn.conf"
|
||||
elog "if it exists, and disable autospawning of the original daemon by setting:"
|
||||
elog
|
||||
elog " autospawn = no"
|
||||
elog
|
||||
|
||||
@@ -309,8 +309,9 @@ pkg_postinst() {
|
||||
ewarn
|
||||
if has_version 'media-sound/pulseaudio[daemon]' || has_version 'media-sound/pulseaudio-daemon'; then
|
||||
elog "This ebuild auto-enables PulseAudio replacement. Because of that, users"
|
||||
elog "are recommended to edit: ${EROOT}/etc/pulse/client.conf and disable"
|
||||
elog "autospawning of the original daemon by setting:"
|
||||
elog "are recommended to edit pulseaudio client configuration files:"
|
||||
elog "${EROOT}/etc/pulse/client.conf and ${EROOT}/etc/pulse/client.conf.d/enable-autospawn.conf"
|
||||
elog "if it exists, and disable autospawning of the original daemon by setting:"
|
||||
elog
|
||||
elog " autospawn = no"
|
||||
elog
|
||||
|
||||
@@ -310,8 +310,9 @@ pkg_postinst() {
|
||||
ewarn
|
||||
if has_version 'media-sound/pulseaudio[daemon]' || has_version 'media-sound/pulseaudio-daemon'; then
|
||||
elog "This ebuild auto-enables PulseAudio replacement. Because of that, users"
|
||||
elog "are recommended to edit: ${EROOT}/etc/pulse/client.conf and disable"
|
||||
elog "autospawning of the original daemon by setting:"
|
||||
elog "are recommended to edit pulseaudio client configuration files:"
|
||||
elog "${EROOT}/etc/pulse/client.conf and ${EROOT}/etc/pulse/client.conf.d/enable-autospawn.conf"
|
||||
elog "if it exists, and disable autospawning of the original daemon by setting:"
|
||||
elog
|
||||
elog " autospawn = no"
|
||||
elog
|
||||
|
||||
@@ -305,8 +305,9 @@ pkg_postinst() {
|
||||
ewarn
|
||||
if has_version 'media-sound/pulseaudio[daemon]' || has_version 'media-sound/pulseaudio-daemon'; then
|
||||
elog "This ebuild auto-enables PulseAudio replacement. Because of that, users"
|
||||
elog "are recommended to edit: ${EROOT}/etc/pulse/client.conf and disable"
|
||||
elog "autospawning of the original daemon by setting:"
|
||||
elog "are recommended to edit pulseaudio client configuration files:"
|
||||
elog "${EROOT}/etc/pulse/client.conf and ${EROOT}/etc/pulse/client.conf.d/enable-autospawn.conf"
|
||||
elog "if it exists, and disable autospawning of the original daemon by setting:"
|
||||
elog
|
||||
elog " autospawn = no"
|
||||
elog
|
||||
|
||||
Reference in New Issue
Block a user