diff options
author | Sam James <sam@gentoo.org> | 2023-03-30 20:51:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-30 20:52:36 +0100 |
commit | 3613564cec4d8eb2365bb105093cd9105239def7 (patch) | |
tree | cc0d36aa1d593b90b9a0602fb8d176e5ca8f18d8 /media-video/pipewire/pipewire-9999.ebuild | |
parent | dev-python/wrapt: Remove old (diff) | |
download | gentoo-3613564cec4d8eb2365bb105093cd9105239def7.tar.gz gentoo-3613564cec4d8eb2365bb105093cd9105239def7.tar.bz2 gentoo-3613564cec4d8eb2365bb105093cd9105239def7.zip |
media-video/pipewire: tweak audio group message further
Was too tired last night. Thanks to i-garrison for pointing this out.
Fixes: 7b14e706b6d98d815dd379a8798fecf656bb90f2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/pipewire/pipewire-9999.ebuild')
-rw-r--r-- | media-video/pipewire/pipewire-9999.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/media-video/pipewire/pipewire-9999.ebuild b/media-video/pipewire/pipewire-9999.ebuild index de1a8b3cdb0d..bcdc4725ecd4 100644 --- a/media-video/pipewire/pipewire-9999.ebuild +++ b/media-video/pipewire/pipewire-9999.ebuild @@ -346,15 +346,16 @@ pkg_postinst() { for ver in ${REPLACING_VERSIONS} ; do if ver_test ${ver} -le 0.3.66-r1 ; then elog ">=pipewire-0.3.66 uses the 'pipewire' group to manage permissions" - elog "and limits needed to function smoothly." - elog "1. Please make sure your user is in the 'pipewire' group for correct" - elog "PAM limits behavior! You can add your account with:" + elog "and limits needed to function smoothly:" + elog + elog "1. Please make sure your user is in the 'pipewire' group for" + elog "the best experience with realtime scheduling (PAM limits behavior)!" + elog "You can add your account with:" elog " usermod -aG pipewire <youruser>" elog - elog "2. For the best experience with realtime scheduling, it is" - elog "recommended that you remove your user from the 'audio' group" - elog "as it can interfere with fast user switching, unless you rely on" - elog "the audio group for device access control or ACLs." + elog "2. For the best experience with fast user switching, it is recommended" + elog "that you remove your user from the 'audio' group unless you rely on the" + elog "audio group for device access control or ACLs.:" elog " usermod -rG audio <youruser>" elog |