From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1502141-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D991515802F for <garchives@archives.gentoo.org>; Wed, 29 Mar 2023 21:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A42E0907; Wed, 29 Mar 2023 21:35:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B739E0907 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2023 21:35:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7190C335CD4 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2023 21:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB32D8E5 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2023 21:35:12 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1680125702.7b14e706b6d98d815dd379a8798fecf656bb90f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pipewire/pipewire-0.3.67.ebuild media-video/pipewire/pipewire-9999.ebuild X-VCS-Directories: media-video/pipewire/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b14e706b6d98d815dd379a8798fecf656bb90f2 X-VCS-Branch: master Date: Wed, 29 Mar 2023 21:35:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a770cea7-5bc9-43fe-a847-254d1fe3be64 X-Archives-Hash: f927ccad8ceb61765597bfc5f136114d commit: 7b14e706b6d98d815dd379a8798fecf656bb90f2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 29 21:34:09 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 29 21:35:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b14e706 media-video/pipewire: tweak audio group message After some users got confused and had no sound. Signed-off-by: Sam James <sam <AT> gentoo.org> media-video/pipewire/pipewire-0.3.67.ebuild | 6 ++++-- media-video/pipewire/pipewire-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/media-video/pipewire/pipewire-0.3.67.ebuild b/media-video/pipewire/pipewire-0.3.67.ebuild index ae11b71c4ff1..e84a91018b81 100644 --- a/media-video/pipewire/pipewire-0.3.67.ebuild +++ b/media-video/pipewire/pipewire-0.3.67.ebuild @@ -351,8 +351,10 @@ pkg_postinst() { elog "PAM limits behavior! You can add your account with:" elog " usermod -aG pipewire <youruser>" elog - elog "2. It is recommended that you remove your user from the 'audio' group" - elog "as it can interfere with fast user switching:" + 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 " usermod -rG audio <youruser>" elog diff --git a/media-video/pipewire/pipewire-9999.ebuild b/media-video/pipewire/pipewire-9999.ebuild index b5b2c3d9ab32..de1a8b3cdb0d 100644 --- a/media-video/pipewire/pipewire-9999.ebuild +++ b/media-video/pipewire/pipewire-9999.ebuild @@ -351,8 +351,10 @@ pkg_postinst() { elog "PAM limits behavior! You can add your account with:" elog " usermod -aG pipewire <youruser>" elog - elog "2. It is recommended that you remove your user from the 'audio' group" - elog "as it can interfere with fast user switching:" + 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 " usermod -rG audio <youruser>" elog